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

Unified Diff: tools/grit/grit_rule.gni

Issue 2479593006: Move enable extensions define to a build flag. (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 | « google_apis/BUILD.gn ('k') | tools/json_schema_compiler/json_features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit_rule.gni
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
index 694f1ca77028e06e1a4ff9f0d40a3ddb6277eea2..b3c6adf0f1b05d6b0c4b2587432d6d8721bef9b7 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -241,12 +241,6 @@ if (current_toolchain != host_toolchain) {
}
}
-if (enable_extensions) {
- grit_defines += [
- "-D",
- "enable_extensions",
- ]
-}
if (enable_media_router) {
grit_defines += [
"-D",
« no previous file with comments | « google_apis/BUILD.gn ('k') | tools/json_schema_compiler/json_features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698