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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', | 223 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |
224 }, | 224 }, |
225 'actions': [ | 225 'actions': [ |
226 { | 226 { |
227 'action_name': 'repack_content_shell_pack', | 227 'action_name': 'repack_content_shell_pack', |
228 'variables': { | 228 'variables': { |
229 'pak_inputs': [ | 229 'pak_inputs': [ |
230 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 230 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
231 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 231 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
232 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 232 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
233 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.
pak', | 233 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', |
234 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | 234 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', |
235 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', | 235 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', |
236 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 236 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
237 ], | 237 ], |
238 }, | 238 }, |
239 'inputs': [ | 239 'inputs': [ |
240 '<(repack_path)', | 240 '<(repack_path)', |
241 '<@(pak_inputs)', | 241 '<@(pak_inputs)', |
242 ], | 242 ], |
243 'action': ['python', '<(repack_path)', '<@(_outputs)', | 243 'action': ['python', '<(repack_path)', '<@(_outputs)', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 '-buildfile', | 644 '-buildfile', |
645 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 645 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
646 ] | 646 ] |
647 } | 647 } |
648 ], | 648 ], |
649 }, | 649 }, |
650 ], | 650 ], |
651 }], # OS=="android" | 651 }], # OS=="android" |
652 ] | 652 ] |
653 } | 653 } |
OLD | NEW |