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