Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 259c0158003e60e189829f197f0b57ba6024722e..113955b585378df159f8f1540849bff10a8ebe27 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -168,6 +168,9 @@ config("feature_flags") { |
| if (is_ubsan || is_ubsan_vptr || is_ubsan_security) { |
| defines += [ "UNDEFINED_SANITIZER" ] |
| } |
| + if (is_android || is_mac || use_external_popup_menu) { |
| + defines += [ "USE_EXTERNAL_POPUP_MENU=1" ] |
|
Avi (use Gerrit)
2016/05/27 02:00:00
The Mac hasn't fully switched to GN so you'll need
haibinlu
2016/05/28 01:37:59
Done.
|
| + } |
| if (enable_webrtc) { |
| defines += [ "ENABLE_WEBRTC=1" ] |
| } |