diff options
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r-- | chrome/installer/installer.gyp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 00883543..818817d 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', - ], }, ], }, |