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

Unified Diff: chrome/chrome_browser_chromeos.gypi

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
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 6214571a974bc77dd0ddce96fc1f7be5f00e5fbe..fab8eabcecf4c69d32668c25901aca640715b02a 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1263,6 +1263,11 @@
'../ui/ozone/ozone.gyp:ozone',
],
}],
+ ['enable_arc == 1', {
+ 'dependencies': [
+ '../components/components.gyp:arc',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698