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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1580183002: arc-bridge: Fix deps in chrome/browser/ui/app_list/arc (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 749022b8da384969373a2a392d2e16264a4354ee..40890e763757e53d8382961804d9fbe4f6bc76fe 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2989,6 +2989,9 @@
}],
['enable_app_list==1 and chromeos==1', {
'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ],
+ 'dependencies': [
+ '../components/components.gyp:arc_mojo_bindings',
+ ],
}],
['use_cups==1', {
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698