win: Fix libchromiumcontent_src_dir not defined

This commit is contained in:
Cheng Zhao 2015-04-05 22:51:38 +08:00
parent 0ed4626776
commit f9f891bd03

View file

@ -3,7 +3,7 @@
'vendor/download/libchromiumcontent/filenames.gypi', 'vendor/download/libchromiumcontent/filenames.gypi',
], ],
'variables': { 'variables': {
'libchromiumcontent_src_dir%': '<(libchromiumcontent_root_dir)/src', 'libchromiumcontent_src_dir': '<(libchromiumcontent_root_dir)/src',
'libchromiumcontent_component%': 1, 'libchromiumcontent_component%': 1,
'conditions': [ 'conditions': [
# The "libchromiumcontent_component" is defined when calling "gyp". # The "libchromiumcontent_component" is defined when calling "gyp".