| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 'variables': { | 8 'variables': { |
| 9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
| 10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
| (...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 }, | 1318 }, |
| 1319 'dependencies': [ | 1319 'dependencies': [ |
| 1320 'chrome_extra_resources', | 1320 'chrome_extra_resources', |
| 1321 ], | 1321 ], |
| 1322 'actions': [ | 1322 'actions': [ |
| 1323 { | 1323 { |
| 1324 'action_name': 'repack_resources', | 1324 'action_name': 'repack_resources', |
| 1325 'variables': { | 1325 'variables': { |
| 1326 'pak_inputs': [ | 1326 'pak_inputs': [ |
| 1327 '<(grit_out_dir)/component_extension_resources.pak', | 1327 '<(grit_out_dir)/component_extension_resources.pak', |
| 1328 '<(grit_out_dir)/devtools_resources.pak', |
| 1328 '<(grit_out_dir)/net_internals_resources.pak', | 1329 '<(grit_out_dir)/net_internals_resources.pak', |
| 1329 '<(grit_out_dir)/shared_resources.pak', | 1330 '<(grit_out_dir)/shared_resources.pak', |
| 1330 '<(grit_out_dir)/sync_internals_resources.pak', | 1331 '<(grit_out_dir)/sync_internals_resources.pak', |
| 1331 ], | 1332 ], |
| 1332 }, | 1333 }, |
| 1333 'inputs': [ | 1334 'inputs': [ |
| 1334 '<(repack_path)', | 1335 '<(repack_path)', |
| 1335 '<@(pak_inputs)', | 1336 '<@(pak_inputs)', |
| 1336 ], | 1337 ], |
| 1337 'outputs': [ | 1338 'outputs': [ |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1719 }], # targets | 1720 }], # targets |
| 1720 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1721 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1721 ], # 'conditions' | 1722 ], # 'conditions' |
| 1722 } | 1723 } |
| 1723 | 1724 |
| 1724 # Local Variables: | 1725 # Local Variables: |
| 1725 # tab-width:2 | 1726 # tab-width:2 |
| 1726 # indent-tabs-mode:nil | 1727 # indent-tabs-mode:nil |
| 1727 # End: | 1728 # End: |
| 1728 # vim: set expandtab tabstop=2 shiftwidth=2: | 1729 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |