Chromium Code Reviews

Unified Diff: components/components.gyp

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Removed the dependency on KeyedService and content/ Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index ccb6578417c3714893e76124a00dae8ab223ec97..efc31b33f399a28dbaf02970c9c508d9c9277163 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -144,6 +144,7 @@
}],
['chromeos == 1', {
'includes': [
+ 'arc.gypi',
'pairing.gypi',
'timers.gypi',
'wifi_sync.gypi',

Powered by Google App Engine