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 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1828 'pak_inputs': [ | 1828 'pak_inputs': [ |
1829 '<(grit_out_dir)/autofill_resources.pak', | 1829 '<(grit_out_dir)/autofill_resources.pak', |
1830 '<(grit_out_dir)/browser_resources.pak', | 1830 '<(grit_out_dir)/browser_resources.pak', |
1831 '<(grit_out_dir)/common_resources.pak', | 1831 '<(grit_out_dir)/common_resources.pak', |
1832 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc
es.pak', | 1832 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc
es.pak', |
1833 '<(grit_out_dir)/renderer_resources.pak', | 1833 '<(grit_out_dir)/renderer_resources.pak', |
1834 '<(grit_out_dir)/theme_resources.pak', | 1834 '<(grit_out_dir)/theme_resources.pak', |
1835 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak'
, | 1835 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak'
, |
1836 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 1836 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
1837 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak
', | 1837 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak
', |
| 1838 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_audio_resourc
es.pak', |
1838 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 1839 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
1839 ], | 1840 ], |
1840 }, | 1841 }, |
1841 'inputs': [ | 1842 'inputs': [ |
1842 '<(repack_path)', | 1843 '<(repack_path)', |
1843 '<@(pak_inputs)', | 1844 '<@(pak_inputs)', |
1844 ], | 1845 ], |
1845 'outputs': [ | 1846 'outputs': [ |
1846 '<(INTERMEDIATE_DIR)/repack/chrome.pak', | 1847 '<(INTERMEDIATE_DIR)/repack/chrome.pak', |
1847 ], | 1848 ], |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1899 }], # targets | 1900 }], # targets |
1900 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1901 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1901 ], # 'conditions' | 1902 ], # 'conditions' |
1902 } | 1903 } |
1903 | 1904 |
1904 # Local Variables: | 1905 # Local Variables: |
1905 # tab-width:2 | 1906 # tab-width:2 |
1906 # indent-tabs-mode:nil | 1907 # indent-tabs-mode:nil |
1907 # End: | 1908 # End: |
1908 # vim: set expandtab tabstop=2 shiftwidth=2: | 1909 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |