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

Unified Diff: build/config/BUILD.gn

Issue 2751763002: Make USE_EXTERNAL_POPUP_MENU local to content. (Closed)
Patch Set: rebase Created 3 years, 9 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') | no next file with comments »
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 2e4cfd7f9ef157c1f177f08339f30477b595f1cf..e774b20a1fd74d8301bafae8c179caf4f89cf312 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -112,9 +112,6 @@ config("feature_flags") {
if (is_ubsan || is_ubsan_null || is_ubsan_vptr || is_ubsan_security) {
defines += [ "UNDEFINED_SANITIZER" ]
}
- if (use_external_popup_menu) {
- defines += [ "USE_EXTERNAL_POPUP_MENU=1" ]
- }
if (!enable_nacl) {
defines += [ "DISABLE_NACL" ]
}
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698