OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 }, | 167 }, |
168 'conditions': [ | 168 'conditions': [ |
169 ['os_posix == 1 and OS != "mac"', { | 169 ['os_posix == 1 and OS != "mac"', { |
170 'actions': [ | 170 'actions': [ |
171 { | 171 { |
172 'action_name': 'test_shell_repack', | 172 'action_name': 'test_shell_repack', |
173 'variables': { | 173 'variables': { |
174 'pak_inputs': [ | 174 'pak_inputs': [ |
175 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 175 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
176 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa
k', | 176 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa
k', |
177 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_p
ercent.pak', | 177 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_stand
ard.pak', |
178 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p
ak', | 178 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p
ak', |
179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', | 180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |
181 ], | 181 ], |
182 }, | 182 }, |
183 'inputs': [ | 183 'inputs': [ |
184 '<(repack_path)', | 184 '<(repack_path)', |
185 '<@(pak_inputs)', | 185 '<@(pak_inputs)', |
186 ], | 186 ], |
187 'outputs': [ | 187 'outputs': [ |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'action_name': 'test_shell_resources', | 633 'action_name': 'test_shell_resources', |
634 'includes': [ '../../../build/grit_action.gypi' ], | 634 'includes': [ '../../../build/grit_action.gypi' ], |
635 }, | 635 }, |
636 ], | 636 ], |
637 'includes': [ '../../../build/grit_target.gypi' ], | 637 'includes': [ '../../../build/grit_target.gypi' ], |
638 }, | 638 }, |
639 ], | 639 ], |
640 }], | 640 }], |
641 ], | 641 ], |
642 } | 642 } |
OLD | NEW |