| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, | 396 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources'
, |
| 397 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 397 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 398 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', | 398 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', |
| 399 ], | 399 ], |
| 400 'conditions': [ | 400 'conditions': [ |
| 401 ['OS!="android"', { | 401 ['OS!="android"', { |
| 402 'dependencies': [ | 402 'dependencies': [ |
| 403 'browser/devtools/devtools_resources.gyp:devtools_resources', | 403 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 404 ], | 404 ], |
| 405 }], | 405 }], |
| 406 ['OS=="android"', { |
| 407 'copies': [ |
| 408 { |
| 409 'destination': '<(PRODUCT_DIR)', |
| 410 'files': [ |
| 411 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak' |
| 412 ], |
| 413 }, |
| 414 ], |
| 415 }], |
| 406 ['toolkit_views==1', { | 416 ['toolkit_views==1', { |
| 407 'dependencies': [ | 417 'dependencies': [ |
| 408 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources' | 418 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources' |
| 409 ], | 419 ], |
| 410 }], | 420 }], |
| 411 ], | 421 ], |
| 412 'actions': [ | 422 'actions': [ |
| 413 { | 423 { |
| 414 'action_name': 'repack_content_shell_pack', | 424 'action_name': 'repack_content_shell_pack', |
| 415 'variables': { | 425 'variables': { |
| 416 'pak_inputs': [ | 426 'pak_inputs': [ |
| 417 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', | 427 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', |
| 418 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_res
ources_100_percent.pak', | 428 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_res
ources_100_percent.pak', |
| 419 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', | 429 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', |
| 420 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', | 430 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', |
| 421 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour
ces.pak', | 431 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour
ces.pak', |
| 422 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 432 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 423 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 433 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
| 424 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 434 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 425 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 435 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
| 426 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', | 436 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', |
| 427 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', | 437 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
| 428 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 438 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
| 429 ], | 439 ], |
| 430 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', | |
| 431 'conditions': [ | 440 'conditions': [ |
| 432 ['toolkit_views==1', { | 441 ['toolkit_views==1', { |
| 433 'pak_inputs': [ | 442 'pak_inputs': [ |
| 434 '<(SHARED_INTERMEDIATE_DIR)/ui/views/resources/views_resources
_100_percent.pak', | 443 '<(SHARED_INTERMEDIATE_DIR)/ui/views/resources/views_resources
_100_percent.pak', |
| 435 ], | 444 ], |
| 436 }], | 445 }], |
| 437 ['OS!="android"', { | 446 ['OS!="android"', { |
| 438 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resour
ces.pak',], | 447 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resour
ces.pak',], |
| 448 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', |
| 449 }, { |
| 450 'pak_output': '<(PRODUCT_DIR)/content_shell/assets/content_shell
.pak', |
| 439 }], | 451 }], |
| 440 ], | 452 ], |
| 441 }, | 453 }, |
| 442 'includes': [ '../build/repack_action.gypi' ], | 454 'includes': [ '../build/repack_action.gypi' ], |
| 443 }, | 455 }, |
| 444 ], | 456 ], |
| 445 }, | 457 }, |
| 446 { | 458 { |
| 447 # GN version: //content/shell:content_shell | 459 # GN version: //content/shell:content_shell |
| 448 'target_name': 'content_shell', | 460 'target_name': 'content_shell', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 'jinja_inputs': ['shell/android/shell_apk/AndroidManifest.xml.jinja2
'], | 913 'jinja_inputs': ['shell/android/shell_apk/AndroidManifest.xml.jinja2
'], |
| 902 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/content_shell_manifest/A
ndroidManifest.xml', | 914 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/content_shell_manifest/A
ndroidManifest.xml', |
| 903 }, | 915 }, |
| 904 'includes': [ '../build/android/jinja_template.gypi' ], | 916 'includes': [ '../build/android/jinja_template.gypi' ], |
| 905 }, | 917 }, |
| 906 { | 918 { |
| 907 # GN version: //content/shell/android:content_shell_apk | 919 # GN version: //content/shell/android:content_shell_apk |
| 908 'target_name': 'content_shell_apk', | 920 'target_name': 'content_shell_apk', |
| 909 'type': 'none', | 921 'type': 'none', |
| 910 'dependencies': [ | 922 'dependencies': [ |
| 911 'content.gyp:content_shell_assets_copy', | 923 'content.gyp:content_icudata', |
| 912 'content.gyp:content_java', | 924 'content.gyp:content_java', |
| 925 'content.gyp:content_v8_external_data', |
| 913 'content_java_test_support', | 926 'content_java_test_support', |
| 914 'content_shell_java', | 927 'content_shell_java', |
| 915 'libcontent_shell_content_view', | 928 'libcontent_shell_content_view', |
| 916 '../base/base.gyp:base_java', | 929 '../base/base.gyp:base_java', |
| 917 '../media/media.gyp:media_java', | 930 '../media/media.gyp:media_java', |
| 918 '../net/net.gyp:net_java', | 931 '../net/net.gyp:net_java', |
| 919 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', | 932 '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir', |
| 920 '../tools/android/forwarder/forwarder.gyp:forwarder', | 933 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 921 '../tools/imagediff/image_diff.gyp:image_diff#host', | 934 '../tools/imagediff/image_diff.gyp:image_diff#host', |
| 922 '../ui/android/ui_android.gyp:ui_java', | 935 '../ui/android/ui_android.gyp:ui_java', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1014 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1002 '--destination_dir', '<(dest_dir)', | 1015 '--destination_dir', '<(dest_dir)', |
| 1003 ], | 1016 ], |
| 1004 }, | 1017 }, |
| 1005 ], | 1018 ], |
| 1006 }, | 1019 }, |
| 1007 ], | 1020 ], |
| 1008 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1021 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1009 ] | 1022 ] |
| 1010 } | 1023 } |
| OLD | NEW |