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',
],
'variables': {
'libchromiumcontent_src_dir%': '<(libchromiumcontent_root_dir)/src',
'libchromiumcontent_src_dir': '<(libchromiumcontent_root_dir)/src',
'libchromiumcontent_component%': 1,
'conditions': [
# The "libchromiumcontent_component" is defined when calling "gyp".