Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1636)

Unified Diff: build/config/BUILD.gn

Issue 1992393002: Enable external popup menu in Blimp, part 1/2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | content/browser/web_contents/web_contents_view_aura.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | content/browser/web_contents/web_contents_view_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698