Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index da71d492ca0594ac4147563958ef7aa5a503d94c..f793d6aefb25616aa8ad10c726eecf0c3292e739 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -198,6 +198,7 @@ |
}], |
], |
'dependencies': [ |
+ '../app_installer/app_installer.gyp:*', |
'../chrome_elf/chrome_elf.gyp:*', |
'../cloud_print/cloud_print.gyp:*', |
'../courgette/courgette.gyp:*', |
@@ -335,6 +336,7 @@ |
}], |
['OS=="win"', { |
'dependencies': [ |
+ '../app_installer/app_installer.gyp:app_installer', |
'../chrome/chrome.gyp:crash_service', |
'../chrome/chrome.gyp:installer_util_unittests', |
# ../chrome/test/mini_installer requires mini_installer. |
@@ -1158,6 +1160,7 @@ |
'target_name': 'chrome_official_builder', |
'type': 'none', |
'dependencies': [ |
+ '../app_installer/app_installer.gyp:app_installer', |
'../base/base.gyp:base_unittests', |
'../chrome/chrome.gyp:browser_tests', |
'../chrome/chrome.gyp:sync_integration_tests', |