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

Unified Diff: components/components_tests.gyp

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback from Issue 1416313004 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 198e0765728aa7447015cea3383db67bb05bc02e..83c0d28200552d07ae58a71ac2a6af0008a5a66f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1348,6 +1348,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',
@@ -1363,6 +1364,7 @@
],
'dependencies': [
'../chromeos/chromeos.gyp:chromeos_test_support',
+ 'components.gyp:arc',
'components.gyp:ownership',
'components.gyp:pairing',
'components.gyp:user_manager_test_support',

Powered by Google App Engine
This is Rietveld 408576698