Index: chrome/installer/mini_installer.gyp |
=================================================================== |
--- chrome/installer/mini_installer.gyp (revision 148103) |
+++ chrome/installer/mini_installer.gyp (working copy) |
@@ -16,6 +16,7 @@ |
['OS=="win"', { |
'target_defaults': { |
'dependencies': [ |
+ '../chrome.gyp:app_host', |
'../chrome.gyp:chrome', |
'../chrome.gyp:chrome_nacl_win64', |
'../chrome.gyp:chrome_dll', |
@@ -234,6 +235,7 @@ |
], |
'inputs': [ |
'<(create_installer_archive_py_path)', |
+ '<(PRODUCT_DIR)/app_host.exe', |
'<(PRODUCT_DIR)/chrome.exe', |
'<(PRODUCT_DIR)/chrome.dll', |
'<(PRODUCT_DIR)/nacl64.exe', |