Fix up #includes to work with both GYP and GN

This commit is contained in:
Jeremy Apthorp 2018-05-01 16:22:39 -07:00
parent 1cc5492784
commit 73ac019882
13 changed files with 28 additions and 26 deletions

View file

@ -304,6 +304,7 @@
'<(libchromiumcontent_src_dir)/third_party/',
'<(libchromiumcontent_src_dir)/components/cdm',
'<(libchromiumcontent_src_dir)/third_party/widevine',
'<(libchromiumcontent_src_dir)/third_party/widevine/cdm/stub',
'<(libchromiumcontent_src_dir)/third_party/protobuf/src',
# The 'third_party/webrtc/modules/desktop_capture/desktop_capture_options.h' is using 'rtc_base/constructormagic.h'.
'<(libchromiumcontent_src_dir)/third_party/webrtc',
@ -584,6 +585,7 @@
'action': [
'python',
'tools/js2c.py',
'vendor/node',
'<@(_outputs)',
'<(js2c_input_dir)',
],