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

Unified Diff: build/config/features.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 | « build/config/BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 738a1b9077ec16c4a86b9d0917a5e7ffafa2229d..410fa0b05903b5426d34c0770c72f9f05d13fc2c 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -21,7 +21,6 @@ if (is_android) {
}
declare_args() {
- enable_extensions = !is_android && !is_ios
enable_plugins = (!is_android && !is_ios) || is_chromecast
enable_pdf = !is_android && !is_ios && !is_chromecast
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698