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

Unified Diff: chrome/installer/installer.gyp

Issue 604061: Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp. (Closed)
Patch Set: Created 10 years, 10 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 | « chrome/chrome.gyp ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/installer.gyp
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index 00883543f612beff57d33e2cd7ac6d3d0e1641c0..818817db1a21dde82cabcd0c76cf5f14f5eec8af 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -224,6 +224,7 @@
'inputs': [
'<(template_input_path)',
'<(version_path)',
+ '<(lastchange_path)',
'<(branding_dir)/BRANDING',
],
'outputs': [
@@ -237,9 +238,6 @@
'<(template_input_path)',
'<@(_outputs)',
],
- 'dependencies': [
- '../../build/util/build_util.gyp:lastchange',
- ],
'process_outputs_as_sources': 1,
'message': 'Generating version information'
},
@@ -428,6 +426,7 @@
'inputs': [
'<(branding_dir)/BRANDING',
'<(version_path)',
+ '<(lastchange_path)',
],
'outputs': [
'<(PRODUCT_DIR)/installer/version.txt',
@@ -440,9 +439,6 @@
'-f', '<(lastchange_path)',
'-o', '<@(_outputs)'
],
- 'dependencies': [
- '../../build/util/build_util.gyp:lastchange',
- ],
},
],
},
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698