OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'base.gypi', | 10 'base.gypi', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'variables': { | 291 'variables': { |
292 'branding_path': | 292 'branding_path': |
293 '../chrome/app/theme/chromium/BRANDING', | 293 '../chrome/app/theme/chromium/BRANDING', |
294 }, | 294 }, |
295 }], | 295 }], |
296 ], | 296 ], |
297 'inputs': [ | 297 'inputs': [ |
298 '<(template_input_path)', | 298 '<(template_input_path)', |
299 '<(version_path)', | 299 '<(version_path)', |
300 '<(branding_path)', | 300 '<(branding_path)', |
| 301 '<(lastchange_path)', |
301 ], | 302 ], |
302 'outputs': [ | 303 'outputs': [ |
303 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', | 304 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', |
304 ], | 305 ], |
305 'dependencies': [ | |
306 '../../build/util/build_util.gyp:lastchange', | |
307 ], | |
308 'action': [ | 306 'action': [ |
309 'python', | 307 'python', |
310 '<(version_py_path)', | 308 '<(version_py_path)', |
311 '-f', '<(version_path)', | 309 '-f', '<(version_path)', |
312 '-f', '<(branding_path)', | 310 '-f', '<(branding_path)', |
313 '-f', '<(lastchange_path)', | 311 '-f', '<(lastchange_path)', |
314 '<(template_input_path)', | 312 '<(template_input_path)', |
315 '<@(_outputs)', | 313 '<@(_outputs)', |
316 ], | 314 ], |
317 'message': 'Generating version information', | 315 'message': 'Generating version information', |
318 }, | 316 }, |
319 ], | 317 ], |
320 }, | 318 }, |
321 ], | 319 ], |
322 }], | 320 }], |
323 ], | 321 ], |
324 } | 322 } |
325 | 323 |
326 # Local Variables: | 324 # Local Variables: |
327 # tab-width:2 | 325 # tab-width:2 |
328 # indent-tabs-mode:nil | 326 # indent-tabs-mode:nil |
329 # End: | 327 # End: |
330 # vim: set expandtab tabstop=2 shiftwidth=2: | 328 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |