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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 ], | 456 ], |
457 'actions': [ | 457 'actions': [ |
458 { | 458 { |
459 'action_name': 'repack_content_shell_pack', | 459 'action_name': 'repack_content_shell_pack', |
460 'variables': { | 460 'variables': { |
461 'pak_inputs': [ | 461 'pak_inputs': [ |
462 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 462 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
463 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour
ces.pak', | 463 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour
ces.pak', |
464 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 464 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
465 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 465 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
466 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett
ings_en-US.pak', | |
467 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 466 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
468 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', | 467 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', |
| 468 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
469 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 469 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
470 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', | 470 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', |
471 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 471 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
472 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', | 472 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |
473 ], | 473 ], |
474 'conditions': [ | 474 'conditions': [ |
475 ['OS!="android"', { | 475 ['OS!="android"', { |
476 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resou
rces.pak',], | 476 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resou
rces.pak',], |
477 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', | 477 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', |
478 }, { | 478 }, { |
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1100 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1100 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1101 '--destination_dir', '<(dest_dir)', | 1101 '--destination_dir', '<(dest_dir)', |
1102 ], | 1102 ], |
1103 }, | 1103 }, |
1104 ], | 1104 ], |
1105 }, | 1105 }, |
1106 ], | 1106 ], |
1107 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1107 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1108 ] | 1108 ] |
1109 } | 1109 } |
OLD | NEW |