| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
| 8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
| 9 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
| 10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'conditions': [ | 172 'conditions': [ |
| 173 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 173 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 174 'actions': [ | 174 'actions': [ |
| 175 { | 175 { |
| 176 'action_name': 'test_shell_repack', | 176 'action_name': 'test_shell_repack', |
| 177 'variables': { | 177 'variables': { |
| 178 'pak_inputs': [ | 178 'pak_inputs': [ |
| 179 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 179 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 180 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa
k', | 180 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa
k', |
| 181 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p
ak', | 181 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p
ak', |
| 182 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_audio_resou
rces.pak', |
| 182 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 183 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
| 183 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', | 184 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |
| 184 ], | 185 ], |
| 185 }, | 186 }, |
| 186 'inputs': [ | 187 'inputs': [ |
| 187 '<(repack_path)', | 188 '<(repack_path)', |
| 188 '<@(pak_inputs)', | 189 '<@(pak_inputs)', |
| 189 ], | 190 ], |
| 190 'outputs': [ | 191 'outputs': [ |
| 191 '<(pak_path)', | 192 '<(pak_path)', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 ], | 736 ], |
| 736 }], | 737 }], |
| 737 ], | 738 ], |
| 738 } | 739 } |
| 739 | 740 |
| 740 # Local Variables: | 741 # Local Variables: |
| 741 # tab-width:2 | 742 # tab-width:2 |
| 742 # indent-tabs-mode:nil | 743 # indent-tabs-mode:nil |
| 743 # End: | 744 # End: |
| 744 # vim: set expandtab tabstop=2 shiftwidth=2: | 745 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |