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

Unified Diff: components/components_tests.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/components.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 2a5c13b6018fce24e28d92117a7a5d05aafa73f6..82c56e06780737269955f119881435063274e15f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1365,6 +1365,7 @@
}],
['chromeos==1', {
'sources': [
+ 'arc/arc_bridge_service_unittest.cc',
'pairing/message_buffer_unittest.cc',
'timers/alarm_timer_unittest.cc',
'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
@@ -1380,20 +1381,13 @@
],
'dependencies': [
'../chromeos/chromeos.gyp:chromeos_test_support',
+ 'components.gyp:arc',
'components.gyp:ownership',
'components.gyp:pairing',
'components.gyp:user_manager_test_support',
'components.gyp:wifi_sync',
],
}],
- ['chromeos==1 and enable_arc==1', {
- 'sources': [
- 'arc/arc_bridge_service_unittest.cc',
- ],
- 'dependencies': [
- 'components.gyp:arc',
- ],
- }],
['OS=="linux"', {
'sources': [
'metrics/serialization/serialization_utils_unittest.cc',
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698