mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Use the same GOOGLE_PROTOBUF_* defines for "brightray" as for Electron
This commit is contained in:
committed by
Samuel Attard
parent
70cc5d87af
commit
8020cd9994
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user