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