Chromium Code Reviews

Unified Diff: build/config/features.gni

Issue 335053002: Add GN build for some chrome common, chrome net, and resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sorting Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « 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 415ca77aaeb0f309e2c3bbb408b8182e0d56d2cd..79fc222d5c0df124a14b83e52c7faff33f98b561 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -70,3 +70,5 @@ disable_ftp_support = is_ios
enable_speech_input = true
use_dbus = is_linux
+
+enable_extensions = (!is_android && !is_ios)
« no previous file with comments | « BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine