OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
6 import("//build/config/android/rules.gni") | 6 import("//build/config/android/rules.gni") |
7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 import("webview_repack_locales.gni") | 9 import("webview_repack_locales.gni") |
10 | 10 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak"
, | 90 "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak"
, |
91 "$root_gen_dir/blink/public/resources/blink_resources.pak", | 91 "$root_gen_dir/blink/public/resources/blink_resources.pak", |
92 "$root_gen_dir/content/app/resources/content_resources_100_percent.pak", | 92 "$root_gen_dir/content/app/resources/content_resources_100_percent.pak", |
93 "$root_gen_dir/content/content_resources.pak", | 93 "$root_gen_dir/content/content_resources.pak", |
94 "$root_gen_dir/net/net_resources.pak", | 94 "$root_gen_dir/net/net_resources.pak", |
95 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", | 95 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", |
96 "$target_gen_dir/aw_resources.pak", | 96 "$target_gen_dir/aw_resources.pak", |
97 ] | 97 ] |
98 deps = [ | 98 deps = [ |
99 ":generate_aw_resources", | 99 ":generate_aw_resources", |
| 100 "//content:resources", |
| 101 "//content/app/resources", |
| 102 "//net:net_resources", |
100 "//third_party/WebKit/public:image_resources", | 103 "//third_party/WebKit/public:image_resources", |
101 "//third_party/WebKit/public:resources", | 104 "//third_party/WebKit/public:resources", |
102 "//content/app/resources", | |
103 "//content:resources", | |
104 "//net:net_resources", | |
105 "//ui/resources", | 105 "//ui/resources", |
106 ] | 106 ] |
107 output = "$target_gen_dir/webviewchromium.pak" | 107 output = "$target_gen_dir/webviewchromium.pak" |
108 } | 108 } |
109 | 109 |
110 webview_license_path = "$target_gen_dir/webview_licenses.notice" | 110 webview_license_path = "$target_gen_dir/webview_licenses.notice" |
111 | 111 |
112 android_assets("uncompressed_assets") { | 112 android_assets("uncompressed_assets") { |
113 sources = [ | 113 sources = [ |
114 "$target_gen_dir/webviewchromium.pak", | 114 "$target_gen_dir/webviewchromium.pak", |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 ] | 462 ] |
463 | 463 |
464 deps = [ | 464 deps = [ |
465 ":generate_aw_resources", | 465 ":generate_aw_resources", |
466 ":generate_aw_strings", | 466 ":generate_aw_strings", |
467 ":generate_components_strings", | 467 ":generate_components_strings", |
468 "//android_webview/native:native", | 468 "//android_webview/native:native", |
469 "//cc/surfaces", | 469 "//cc/surfaces", |
470 "//components/auto_login_parser:auto_login_parser", | 470 "//components/auto_login_parser:auto_login_parser", |
471 "//components/autofill/content/renderer", | 471 "//components/autofill/content/renderer", |
| 472 "//components/cdm/browser", |
| 473 "//components/cdm/renderer", |
472 "//components/crash/content/app", | 474 "//components/crash/content/app", |
473 "//components/crash/content/browser", | 475 "//components/crash/content/browser", |
474 "//components/cdm/browser", | |
475 "//components/cdm/renderer", | |
476 "//components/data_reduction_proxy/core/browser", | 476 "//components/data_reduction_proxy/core/browser", |
477 "//components/devtools_discovery", | 477 "//components/devtools_discovery", |
478 "//components/navigation_interception", | 478 "//components/navigation_interception", |
| 479 "//components/printing/browser", |
479 "//components/printing/common", | 480 "//components/printing/common", |
480 "//components/printing/browser", | |
481 "//components/printing/renderer", | 481 "//components/printing/renderer", |
482 "//components/visitedlink/browser", | 482 "//components/visitedlink/browser", |
483 "//components/visitedlink/renderer", | 483 "//components/visitedlink/renderer", |
484 "//components/web_contents_delegate_android:web_contents_delegate_android", | 484 "//components/web_contents_delegate_android:web_contents_delegate_android", |
485 "//content", | 485 "//content", |
486 "//content/public/app:both", | 486 "//content/public/app:both", |
487 "//content/public/browser", | 487 "//content/public/browser", |
488 "//gin", | 488 "//gin", |
489 "//gpu/blink", | 489 "//gpu/blink", |
490 "//gpu/command_buffer/common:gles2_utils", | |
491 "//gpu/command_buffer/service", | |
492 "//gpu/command_buffer/client:gl_in_process_context", | 490 "//gpu/command_buffer/client:gl_in_process_context", |
493 "//gpu/command_buffer/client:gles2_c_lib", | 491 "//gpu/command_buffer/client:gles2_c_lib", |
494 "//gpu/command_buffer/client:gles2_implementation", | 492 "//gpu/command_buffer/client:gles2_implementation", |
| 493 "//gpu/command_buffer/common:gles2_utils", |
| 494 "//gpu/command_buffer/service", |
495 "//gpu/skia_bindings", | 495 "//gpu/skia_bindings", |
496 "//media", | 496 "//media", |
497 "//media/midi", | 497 "//media/midi", |
498 "//printing", | 498 "//printing", |
499 "//skia", | 499 "//skia", |
500 "//third_party/WebKit/public:blink", | 500 "//third_party/WebKit/public:blink", |
501 "//ui/events:gesture_detection", | 501 "//ui/events:gesture_detection", |
502 "//ui/gl", | 502 "//ui/gl", |
503 "//ui/shell_dialogs", | 503 "//ui/shell_dialogs", |
504 "//v8", | 504 "//v8", |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 "values/android_webview_strings.xml", | 640 "values/android_webview_strings.xml", |
641 ] | 641 ] |
642 } | 642 } |
643 | 643 |
644 android_apk("system_webview_apk") { | 644 android_apk("system_webview_apk") { |
645 android_manifest = get_target_outputs(":system_webview_manifest") | 645 android_manifest = get_target_outputs(":system_webview_manifest") |
646 android_manifest = android_manifest[1] | 646 android_manifest = android_manifest[1] |
647 android_manifest_dep = ":system_webview_manifest" | 647 android_manifest_dep = ":system_webview_manifest" |
648 chromium_code = true | 648 chromium_code = true |
649 deps = [ | 649 deps = [ |
650 ":system_webview_resources", | |
651 ":assets", | 650 ":assets", |
652 ":libwebviewchromium", | 651 ":libwebviewchromium", |
| 652 ":system_webview_resources", |
653 "//android_webview/glue", | 653 "//android_webview/glue", |
654 "//base:base_java", | 654 "//base:base_java", |
655 ] | 655 ] |
656 apk_name = "SystemWebView" | 656 apk_name = "SystemWebView" |
657 native_libs = [ "$root_build_dir/libwebviewchromium.so" ] | 657 native_libs = [ "$root_build_dir/libwebviewchromium.so" ] |
658 } | 658 } |
OLD | NEW |