Chromium Code Reviews| 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)', |
| ], |