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

Unified Diff: app/app.gyp

Issue 542078: Adding a secondary mini_installer target for Chrome Frame. This will remove t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
===================================================================
--- app/app.gyp (revision 36244)
+++ app/app.gyp (working copy)
@@ -163,56 +163,6 @@
}],
],
},
- {
- 'target_name': 'app_id',
- 'type': 'none',
- 'msvs_guid': '83100055-172B-49EA-B422-B1A92B627D37',
- 'conditions': [
- ['OS=="win"',
- {
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/app_id',
- ],
- },
- 'actions': [
- {
- 'action_name': 'appid',
- 'variables': {
- 'appid_py': '../chrome/tools/build/appid.py',
- },
- 'conditions': [
- [ 'branding=="Chrome"', {
- 'variables': {
- 'appid_value': '<(google_update_appid)',
- },
- }, { # else
- 'variables': {
- 'appid_value': '',
- },
- }],
- ],
- 'inputs': [
- '<(appid_py)',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/app_id/appid.h',
- 'tools/build/_always_run_appid_py.marker',
- ],
- 'action': [
- 'python',
- '<(appid_py)',
- '-a', '<(appid_value)',
- '-o', '<(SHARED_INTERMEDIATE_DIR)/chrome/app_id/appid.h',
- ],
- 'process_outputs_as_sources': 1,
- 'message': 'Generating appid information in <(SHARED_INTERMEDIATE_DIR)/chrome/appid.h'
- },
- ],
- },
- ],
- ],
- },
],
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698