| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 }, { # else branding!="Chrome" | 1395 }, { # else branding!="Chrome" |
| 1396 'variables': { | 1396 'variables': { |
| 1397 'branding_path': 'app/theme/chromium/BRANDING', | 1397 'branding_path': 'app/theme/chromium/BRANDING', |
| 1398 }, | 1398 }, |
| 1399 }], | 1399 }], |
| 1400 ], | 1400 ], |
| 1401 'inputs': [ | 1401 'inputs': [ |
| 1402 '<(template_input_path)', | 1402 '<(template_input_path)', |
| 1403 '<(version_path)', | 1403 '<(version_path)', |
| 1404 '<(branding_path)', | 1404 '<(branding_path)', |
| 1405 '<(lastchange_path)', | |
| 1406 ], | 1405 ], |
| 1407 'outputs': [ | 1406 'outputs': [ |
| 1408 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio
n.rc', | 1407 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio
n.rc', |
| 1409 ], | 1408 ], |
| 1410 'action': [ | 1409 'action': [ |
| 1411 'python', | 1410 'python', |
| 1412 '<(version_py_path)', | 1411 '<(version_py_path)', |
| 1413 '-f', '<(version_path)', | 1412 '-f', '<(version_path)', |
| 1414 '-f', '<(branding_path)', | 1413 '-f', '<(branding_path)', |
| 1415 '-f', '<(lastchange_path)', | 1414 '-f', '<(lastchange_path)', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1603 }], # targets | 1602 }], # targets |
| 1604 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" | 1603 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" |
| 1605 ], # 'conditions' | 1604 ], # 'conditions' |
| 1606 } | 1605 } |
| 1607 | 1606 |
| 1608 # Local Variables: | 1607 # Local Variables: |
| 1609 # tab-width:2 | 1608 # tab-width:2 |
| 1610 # indent-tabs-mode:nil | 1609 # indent-tabs-mode:nil |
| 1611 # End: | 1610 # End: |
| 1612 # vim: set expandtab tabstop=2 shiftwidth=2: | 1611 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |