diff options
author | grt <grt@chromium.org> | 2015-02-11 14:14:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-11 22:15:08 +0000 |
commit | 97aa0551f67ef2780184a769e134dc7f33488590 (patch) | |
tree | d95f239a4e4980c8f432c94295e09bd690e96652 /chrome/installer | |
parent | 6108db92458d90667dd68caf3dabe7c13316f6f7 (diff) | |
download | chromium_src-97aa0551f67ef2780184a769e134dc7f33488590.zip chromium_src-97aa0551f67ef2780184a769e134dc7f33488590.tar.gz chromium_src-97aa0551f67ef2780184a769e134dc7f33488590.tar.bz2 |
Add setup.exe as an input to the mini_installer.
Otherwise, the script isn't run to generate setup.ex_ and put it in the
mini_installer.
BUG=451499
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/913293002
Cr-Commit-Position: refs/heads/master@{#315852}
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/mini_installer.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index b1d7dd8..128ed26 100644 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -240,6 +240,7 @@ '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', '<(PRODUCT_DIR)/locales/en-US.pak', + '<(PRODUCT_DIR)/setup.exe', 'mini_installer/chrome.release', ], 'outputs': [ |