Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index da71d492ca0594ac4147563958ef7aa5a503d94c..2af4f7c03739bbca73f9d242f710af1152149e0b 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -198,6 +198,7 @@ |
| }], |
| ], |
| 'dependencies': [ |
| + '../chrome/chrome.gyp:app_installer', |
|
grt (UTC plus 2)
2014/10/22 13:33:57
not needed due to chrome.gyp:* on line 101.
jackhou1
2014/10/23 03:47:34
Done.
|
| '../chrome_elf/chrome_elf.gyp:*', |
| '../cloud_print/cloud_print.gyp:*', |
| '../courgette/courgette.gyp:*', |
| @@ -335,6 +336,7 @@ |
| }], |
| ['OS=="win"', { |
| 'dependencies': [ |
| + '../chrome/chrome.gyp:app_installer', |
|
grt (UTC plus 2)
2014/10/22 13:33:57
In the new world of recipes, I don't know for sure
jackhou1
2014/10/23 03:47:33
Done.
|
| '../chrome/chrome.gyp:crash_service', |
| '../chrome/chrome.gyp:installer_util_unittests', |
| # ../chrome/test/mini_installer requires mini_installer. |
| @@ -1159,6 +1161,7 @@ |
| 'type': 'none', |
| 'dependencies': [ |
| '../base/base.gyp:base_unittests', |
| + '../chrome/chrome.gyp:app_installer', |
| '../chrome/chrome.gyp:browser_tests', |
| '../chrome/chrome.gyp:sync_integration_tests', |
| '../chrome/chrome.gyp:crash_service', |