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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 2839009: Include the Chrome Frame binary in Chrome installers. Note that it will only ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « build/all.gyp ('k') | chrome/installer/mini_installer/appid.h » ('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 50874)
+++ chrome/installer/mini_installer.gyp (working copy)
@@ -201,62 +201,6 @@
},
],
},
- {
- 'target_name': 'chrome_frame_mini_installer',
- 'type': 'executable',
- 'msvs_guid': '2F3651F5-4662-4565-A4F6-AD15B0E893AA',
- 'sources': [
- 'mini_installer/chrome_frame.release',
- 'mini_installer/chrome_frame_appid.cc',
- ],
- 'dependencies': [
- # Artificially make this depend on the other to avoid
- # problems with parallel packaging scripts being run.
- 'mini_installer',
- ],
- 'rules': [
- {
- 'rule_name': 'installer_archive',
- 'extension': 'release',
- 'variables': {
- 'create_installer_archive_py_path':
- '../tools/build/win/create_installer_archive.py',
- },
- 'inputs': [
- '<(create_installer_archive_py_path)',
- '<(PRODUCT_DIR)/chrome.exe',
- '<(PRODUCT_DIR)/chrome.dll',
- '<(PRODUCT_DIR)/nacl64.exe',
- '<(PRODUCT_DIR)/nacl64.dll',
- '<(PRODUCT_DIR)/locales/en-US.dll',
- '<(PRODUCT_DIR)/icudt42.dll',
- ],
- 'outputs': [
- 'xxx.out',
- '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z',
- '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z',
- '<(PRODUCT_DIR)/setup.ex_',
- '<(PRODUCT_DIR)/packed_files.txt',
- ],
- 'action': [
- 'python',
- '<(create_installer_archive_py_path)',
- '--output_dir=<(PRODUCT_DIR)',
- '--input_file=<(RULE_INPUT_PATH)',
- # TODO(sgk): may just use environment variables
- #'--distribution=$(CHROMIUM_BUILD)',
- '--distribution=_google_chrome',
- '--archive_prefix=cf',
- '--output_name=chrome_frame',
- # Optional arguments to generate diff installer
- #'--last_chrome_installer=C:/Temp/base',
- #'--setup_exe_format=DIFF',
- #'--diff_algorithm=COURGETTE',
- ],
- 'message': 'Create Chrome Frame installer archive'
- },
- ],
- },
],
}],
[ 'branding == "Chrome"', {
« no previous file with comments | « build/all.gyp ('k') | chrome/installer/mini_installer/appid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698