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

Unified Diff: build/config/features.gni

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased to ToT Created 5 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/browser/DEPS » ('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 0a333cfa8ebc733b8f40a199821756a90b2252f6..9fb4205257a30f640613ee21b27252fd030e7133 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -203,3 +203,6 @@ enable_pre_sync_backup = is_win || is_mac || (is_linux && !is_chromeos)
enable_webvr = is_android
use_gio = is_desktop_linux && !is_headless
+
+# Chrome OS: whether to use ARC instances. Disabled by default.
+enable_arc = false
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698