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

Unified Diff: components/components.gyp

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: 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 | « components/arc/arc_bridge_service_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 2729f9aa13698d9daad89d786d3e126a1f2169ec..0d3d6dec41c9aeb6e44d47c7adc11b955c10a4db 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -149,16 +149,12 @@
}],
['chromeos == 1', {
'includes': [
+ 'arc.gypi',
'pairing.gypi',
'timers.gypi',
'wifi_sync.gypi',
],
}],
- ['chromeos == 1 and enable_arc == 1', {
- 'includes': [
- 'arc.gypi',
- ],
- }],
['OS == "win" or OS == "mac"', {
'includes': [
'wifi.gypi',
« no previous file with comments | « components/arc/arc_bridge_service_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698