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("//android_webview/system_webview_apk_tmpl.gni") | 5 import("//android_webview/system_webview_apk_tmpl.gni") |
6 import("//android_webview/webview_repack_locales.gni") | 6 import("//android_webview/webview_repack_locales.gni") |
7 import("//build/config/android/config.gni") | 7 import("//build/config/android/config.gni") |
8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
10 import("//components/spellcheck/spellcheck_build_features.gni") | 10 import("//components/spellcheck/spellcheck_build_features.gni") |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 "//components/navigation_interception/android:navigation_interception_java", | 677 "//components/navigation_interception/android:navigation_interception_java", |
678 "//components/policy/android:policy_java", | 678 "//components/policy/android:policy_java", |
679 "//components/safe_browsing_db/android:safe_browsing_java", | 679 "//components/safe_browsing_db/android:safe_browsing_java", |
680 "//components/web_contents_delegate_android:web_contents_delegate_android_ja
va", | 680 "//components/web_contents_delegate_android:web_contents_delegate_android_ja
va", |
681 "//components/web_restrictions:web_restrictions_java", | 681 "//components/web_restrictions:web_restrictions_java", |
682 "//content/public/android:content_java", | 682 "//content/public/android:content_java", |
683 "//device/geolocation:geolocation_java", | 683 "//device/geolocation:geolocation_java", |
684 "//net/android:net_java", | 684 "//net/android:net_java", |
685 "//third_party/android_tools:android_support_annotations_java", | 685 "//third_party/android_tools:android_support_annotations_java", |
686 "//ui/android:ui_java", | 686 "//ui/android:ui_java", |
687 google_play_services_library, | |
688 google_play_services_resources, | |
689 ] | 687 ] |
690 | 688 |
691 if (enable_spellcheck) { | 689 if (enable_spellcheck) { |
692 deps += [ "//components/spellcheck/browser/android:java" ] | 690 deps += [ "//components/spellcheck/browser/android:java" ] |
693 } | 691 } |
694 | 692 |
695 srcjar_deps = [ | 693 srcjar_deps = [ |
696 "//android_webview/native:aw_permission_request_resource", | 694 "//android_webview/native:aw_permission_request_resource", |
697 "//android_webview/native:aw_renderer_priority_manager_renderer_priority", | 695 "//android_webview/native:aw_renderer_priority_manager_renderer_priority", |
698 ] | 696 ] |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 system_webview_apk_tmpl("system_webview_apk") { | 795 system_webview_apk_tmpl("system_webview_apk") { |
798 android_manifest = system_webview_android_manifest | 796 android_manifest = system_webview_android_manifest |
799 android_manifest_dep = ":system_webview_manifest" | 797 android_manifest_dep = ":system_webview_manifest" |
800 deps = [ | 798 deps = [ |
801 ":system_webview_resources", | 799 ":system_webview_resources", |
802 "//android_webview/glue", | 800 "//android_webview/glue", |
803 ] | 801 ] |
804 apk_name = "SystemWebView" | 802 apk_name = "SystemWebView" |
805 } | 803 } |
806 } | 804 } |
OLD | NEW |