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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 8575019: Revert 110934 - Retry of http://codereview.chromium.org/8589029. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/mini_installer/mini_installer.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
===================================================================
--- chrome/installer/mini_installer.gyp (revision 110935)
+++ chrome/installer/mini_installer.gyp (working copy)
@@ -22,6 +22,7 @@
],
'include_dirs': [
'../..',
+ '<(PRODUCT_DIR)',
'<(INTERMEDIATE_DIR)',
'<(SHARED_INTERMEDIATE_DIR)/chrome',
],
@@ -41,7 +42,6 @@
'mini_installer/mini_string.h',
'mini_installer/pe_resource.cc',
'mini_installer/pe_resource.h',
- '<(INTERMEDIATE_DIR)/packed_files.rc',
],
'msvs_settings': {
'VCCLCompilerTool': {
@@ -209,15 +209,13 @@
'<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z',
'<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z',
'<(PRODUCT_DIR)/setup.ex_',
- '<(INTERMEDIATE_DIR)/packed_files.rc',
+ '<(PRODUCT_DIR)/packed_files.txt',
],
'action': [
'python',
'<(create_installer_archive_py_path)',
- '--build_dir', '<(PRODUCT_DIR)',
- '--staging_dir', '<(INTERMEDIATE_DIR)',
- '--input_file', '<(RULE_INPUT_PATH)',
- '--resource_file_path', '<(INTERMEDIATE_DIR)/packed_files.rc',
+ '--output_dir=<(PRODUCT_DIR)',
+ '--input_file=<(RULE_INPUT_PATH)',
# TODO(sgk): may just use environment variables
#'--distribution=$(CHROMIUM_BUILD)',
'--distribution=_google_chrome',
« no previous file with comments | « no previous file | chrome/installer/mini_installer/mini_installer.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698