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

Unified Diff: build/config/features.gni

Issue 1466143002: arc-bridge: Enable ARC with a command-line flag (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fixed ChromeOS builds 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
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 9fb4205257a30f640613ee21b27252fd030e7133..0a333cfa8ebc733b8f40a199821756a90b2252f6 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -203,6 +203,3 @@ 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

Powered by Google App Engine
This is Rietveld 408576698