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