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

Unified Diff: components/strings/BUILD.gn

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 | « components/renderer_context_menu/render_view_context_menu_base.cc ('k') | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/strings/BUILD.gn
diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
index 395dbee376799ce50e157286118fae2b25805f79..a299d38baf7f0c82dad33dc37764eba5db4ba856 100644
--- a/components/strings/BUILD.gn
+++ b/components/strings/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/locales.gni")
+import("//ppapi/features/features.gni")
import("//tools/grit/grit_rule.gni")
if (is_android) {
@@ -66,6 +67,8 @@ group("strings") {
grit("components_strings") {
source = "../components_strings.grd"
+ defines = [ "enable_plugins=$enable_plugins" ]
+
outputs = [
"grit/components_strings.h",
]
« no previous file with comments | « components/renderer_context_menu/render_view_context_menu_base.cc ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698