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

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: Moved chromeos/arc/bridge/common to components/arc/common 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
« components/arc.gypi ('K') | « 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 98a13805449b47f72838be6c9af99b7c8b069ed1..f9b0df85d4c1819848c03134f7cc55df5af009de 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1376,6 +1376,14 @@
'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',
« components/arc.gypi ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698