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 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', | 216 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |
217 }, | 217 }, |
218 'actions': [ | 218 'actions': [ |
219 { | 219 { |
220 'action_name': 'repack_content_shell_pack', | 220 'action_name': 'repack_content_shell_pack', |
221 'variables': { | 221 'variables': { |
222 'pak_inputs': [ | 222 'pak_inputs': [ |
223 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 223 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
224 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 224 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
225 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 225 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', | 226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.
pak', |
227 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | 227 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', |
228 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', | 228 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', |
229 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 229 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
230 ], | 230 ], |
231 }, | 231 }, |
232 'inputs': [ | 232 'inputs': [ |
233 '<(repack_path)', | 233 '<(repack_path)', |
234 '<@(pak_inputs)', | 234 '<@(pak_inputs)', |
235 ], | 235 ], |
236 'action': ['python', '<(repack_path)', '<@(_outputs)', | 236 'action': ['python', '<(repack_path)', '<@(_outputs)', |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 '-buildfile', | 642 '-buildfile', |
643 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 643 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
644 ] | 644 ] |
645 } | 645 } |
646 ], | 646 ], |
647 }, | 647 }, |
648 ], | 648 ], |
649 }], # OS=="android" | 649 }], # OS=="android" |
650 ] | 650 ] |
651 } | 651 } |
OLD | NEW |