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

Unified Diff: chrome/installer/mini_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/installer/installer.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index c81271ce1ab0553975a45eec7bc0a0048532693e..0a2d79e526de45f55e3f61b3c94d84d285bafd71 100755
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -111,14 +111,12 @@
'inputs': [
'<(template_input_path)',
'<(version_path)',
+ '<(lastchange_path)',
'<(branding_dir)/BRANDING',
],
'outputs': [
'<(INTERMEDIATE_DIR)/mini_installer_exe_version.rc',
],
- 'dependencies': [
- '../../build/util/build_util.gyp:lastchange',
- ],
'action': [
'python', '<(version_py)',
'-f', '<(version_path)',
« no previous file with comments | « chrome/installer/installer.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698