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 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
10 # standard Chrome. | 10 # standard Chrome. |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 ], | 493 ], |
494 }, | 494 }, |
495 ], | 495 ], |
496 }], | 496 }], |
497 ], | 497 ], |
498 'actions': [ | 498 'actions': [ |
499 { | 499 { |
500 'action_name': 'repack_content_shell_pack', | 500 'action_name': 'repack_content_shell_pack', |
501 'variables': { | 501 'variables': { |
502 'pak_inputs': [ | 502 'pak_inputs': [ |
503 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', | 503 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
_100_percent.pak', |
504 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', | 504 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', |
505 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', | 505 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', |
506 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour
ces.pak', | 506 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour
ces.pak', |
507 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 507 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
508 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 508 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
509 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 509 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
510 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 510 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
511 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', | 511 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', |
512 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', | 512 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
513 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 513 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1169 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1169 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1170 '--destination_dir', '<(dest_dir)', | 1170 '--destination_dir', '<(dest_dir)', |
1171 ], | 1171 ], |
1172 }, | 1172 }, |
1173 ], | 1173 ], |
1174 }, | 1174 }, |
1175 ], | 1175 ], |
1176 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1176 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1177 ] | 1177 ] |
1178 } | 1178 } |
OLD | NEW |