| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index da71d492ca0594ac4147563958ef7aa5a503d94c..719ce4a224106df238703297aae49c8e5db531cc 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -335,6 +335,7 @@
|
| }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| + '../chrome/chrome.gyp:app_installer',
|
| '../chrome/chrome.gyp:crash_service',
|
| '../chrome/chrome.gyp:installer_util_unittests',
|
| # ../chrome/test/mini_installer requires mini_installer.
|
| @@ -1159,6 +1160,9 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| + # TODO(jackhou): Ensure that app_installer builds on trybots
|
| + # and waterfall, then de-comment here.
|
| + #'../chrome/chrome.gyp:app_installer',
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:crash_service',
|
|
|