summaryrefslogtreecommitdiffstats
path: root/app/app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.gyp')
-rw-r--r--app/app.gyp50
1 files changed, 0 insertions, 50 deletions
diff --git a/app/app.gyp b/app/app.gyp
index a0bccad..dcabe1d 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -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'
- },
- ],
- },
- ],
- ],
- },
],
}