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

Unified Diff: chrome/common/features.gni

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 9ceed891bc8c777c3e98d0aaa5d960e2448c6caa..db12bf0309eb68358e20c739c14884a2e6685808 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -8,6 +8,7 @@ import("//build/config/compiler/compiler.gni")
import("//build/config/features.gni")
import("//extensions/features/features.gni")
import("//net/features.gni")
+import("//ppapi/features/features.gni")
import("//printing/features/features.gni")
# Please keep features in alphabetical order.
@@ -90,6 +91,7 @@ chrome_grit_defines = [
"enable_google_now=$enable_google_now",
"enable_hangout_services_extension=$enable_hangout_services_extension",
"enable_hotwording=$enable_hotwording",
+ "enable_plugins=$enable_plugins",
"enable_print_preview=$enable_print_preview",
"enable_printing=$_enable_printing",
"enable_service_discovery=$enable_service_discovery",
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698