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

Unified Diff: build/config/BUILD.gn

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 | « apps/BUILD.gn ('k') | 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 fd05dfd9e689f33ba76cedba6c94c92bb9cd100a..c0734e15b5a00f73becbca75cc550b46c1c1729c 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -161,9 +161,6 @@ config("feature_flags") {
if (!enable_nacl) {
defines += [ "DISABLE_NACL" ]
}
- if (enable_extensions) {
- defines += [ "ENABLE_EXTENSIONS=1" ]
- }
if (enable_task_manager) {
defines += [ "ENABLE_TASK_MANAGER=1" ]
}
« no previous file with comments | « apps/BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698