Add protobuf defines and include_dirs
This commit is contained in:
parent
56e7867455
commit
7a23a79b58
1 changed files with 5 additions and 0 deletions
|
@ -245,6 +245,10 @@
|
||||||
'USING_V8_SHARED',
|
'USING_V8_SHARED',
|
||||||
'USING_V8_PLATFORM_SHARED',
|
'USING_V8_PLATFORM_SHARED',
|
||||||
'USING_V8_BASE_SHARED',
|
'USING_V8_BASE_SHARED',
|
||||||
|
|
||||||
|
# See Chromium src/third_party/protobuf/BUILD.gn
|
||||||
|
'GOOGLE_PROTOBUF_NO_RTTI',
|
||||||
|
'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'<@(lib_sources)',
|
'<@(lib_sources)',
|
||||||
|
@ -271,6 +275,7 @@
|
||||||
'<(libchromiumcontent_src_dir)/third_party/',
|
'<(libchromiumcontent_src_dir)/third_party/',
|
||||||
'<(libchromiumcontent_src_dir)/components/cdm',
|
'<(libchromiumcontent_src_dir)/components/cdm',
|
||||||
'<(libchromiumcontent_src_dir)/third_party/widevine',
|
'<(libchromiumcontent_src_dir)/third_party/widevine',
|
||||||
|
'<(libchromiumcontent_src_dir)/third_party/protobuf/src',
|
||||||
],
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
|
Loading…
Reference in a new issue