diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp index 9a139d0..1c1b296 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -306,11 +306,13 @@ '<(template_input_path)', '<(version_path)', '<(branding_path)', - '<(lastchange_path)', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', ], + 'dependencies': [ + '../../build/util/build_util.gyp:lastchange', + ], 'action': [ 'python', '<(version_py_path)', |