Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: chrome/installer/mini_installer.gyp

Issue 10825342: Do not compress chrome.7z into chrome.packed.7z for developer (component) builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unify comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index 9256ecac0681cfb14e4d17cda739cbef39bd9064..73ca4f0a2762fe59b4a3f431bbf6ae12dfb10e32 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -223,6 +223,9 @@
'variables': {
'component_build_flag': '',
},
+ 'outputs': [
+ '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z',
+ ],
}],
['disable_nacl==1', {
'inputs!': [
@@ -246,9 +249,10 @@
'<(PRODUCT_DIR)/icudt.dll',
],
'outputs': [
+ # Also note that chrome.packed.7z is defined as an output in a
+ # conditional above.
'xxx2.out',
'<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z',
- '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z',
'<(PRODUCT_DIR)/setup.ex_',
'<(INTERMEDIATE_DIR)/packed_files.rc',
],
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698