| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'variables': { | 299 'variables': { |
| 300 'branding_path': | 300 'branding_path': |
| 301 '../chrome/app/theme/chromium/BRANDING', | 301 '../chrome/app/theme/chromium/BRANDING', |
| 302 }, | 302 }, |
| 303 }], | 303 }], |
| 304 ], | 304 ], |
| 305 'inputs': [ | 305 'inputs': [ |
| 306 '<(template_input_path)', | 306 '<(template_input_path)', |
| 307 '<(version_path)', | 307 '<(version_path)', |
| 308 '<(branding_path)', | 308 '<(branding_path)', |
| 309 '<(lastchange_path)', | |
| 310 ], | 309 ], |
| 311 'outputs': [ | 310 'outputs': [ |
| 312 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', | 311 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', |
| 313 ], | 312 ], |
| 313 'dependencies': [ |
| 314 '../../build/util/build_util.gyp:lastchange', |
| 315 ], |
| 314 'action': [ | 316 'action': [ |
| 315 'python', | 317 'python', |
| 316 '<(version_py_path)', | 318 '<(version_py_path)', |
| 317 '-f', '<(version_path)', | 319 '-f', '<(version_path)', |
| 318 '-f', '<(branding_path)', | 320 '-f', '<(branding_path)', |
| 319 '-f', '<(lastchange_path)', | 321 '-f', '<(lastchange_path)', |
| 320 '<(template_input_path)', | 322 '<(template_input_path)', |
| 321 '<@(_outputs)', | 323 '<@(_outputs)', |
| 322 ], | 324 ], |
| 323 'message': 'Generating version information', | 325 'message': 'Generating version information', |
| 324 }, | 326 }, |
| 325 ], | 327 ], |
| 326 }, | 328 }, |
| 327 ], | 329 ], |
| 328 }], | 330 }], |
| 329 ], | 331 ], |
| 330 } | 332 } |
| 331 | 333 |
| 332 # Local Variables: | 334 # Local Variables: |
| 333 # tab-width:2 | 335 # tab-width:2 |
| 334 # indent-tabs-mode:nil | 336 # indent-tabs-mode:nil |
| 335 # End: | 337 # End: |
| 336 # vim: set expandtab tabstop=2 shiftwidth=2: | 338 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |