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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright headers in the new files. Created 5 years, 6 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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index ed322d4bbdb306563490321df2599d9b4b909871..4786d656edd34836b9f7bfca7c628ad9c4e3fbec 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -1088,6 +1088,9 @@
],
}],
['enable_app_list==1', {
+ 'dependencies' : [
+ '../components/components.gyp:drive',
hashimoto 2015/06/22 23:16:15 Why do we need to do this when we don't make any c
Łukasz Anforowicz 2015/06/22 23:57:23 I've added the dependency here, in an attempt to o
+ ],
'sources': [
'<@(chrome_browser_extensions_app_list_sources)',
],

Powered by Google App Engine
This is Rietveld 408576698