Use the same GOOGLE_PROTOBUF_* defines for "brightray" as for Electron
This commit is contained in:
parent
70cc5d87af
commit
8020cd9994
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@
|
|||
'<(libchromiumcontent_dir)/gen/third_party/WebKit',
|
||||
],
|
||||
},
|
||||
'defines': [
|
||||
# See Chromium's "src/third_party/protobuf/BUILD.gn".
|
||||
'GOOGLE_PROTOBUF_NO_RTTI',
|
||||
'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
|
||||
],
|
||||
'sources': [ '<@(brightray_sources)' ],
|
||||
'conditions': [
|
||||
# Link with libraries of libchromiumcontent.
|
||||
|
|
Loading…
Reference in a new issue