| 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java", | 821 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java", |
| 822 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java", | 822 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java", |
| 823 ] | 823 ] |
| 824 deps = [ | 824 deps = [ |
| 825 ":android_webview_crash_services_java", | 825 ":android_webview_crash_services_java", |
| 826 ":android_webview_platform_services_java", | 826 ":android_webview_platform_services_java", |
| 827 ":resources", | 827 ":resources", |
| 828 ":strings_grd", | 828 ":strings_grd", |
| 829 "//base:base_java", | 829 "//base:base_java", |
| 830 "//components/autofill/android:autofill_java", | 830 "//components/autofill/android:autofill_java", |
| 831 "//components/crash/android:java", |
| 831 "//components/minidump_uploader:minidump_uploader_java", | 832 "//components/minidump_uploader:minidump_uploader_java", |
| 832 "//components/navigation_interception/android:navigation_interception_java", | 833 "//components/navigation_interception/android:navigation_interception_java", |
| 833 "//components/policy/android:policy_java", | 834 "//components/policy/android:policy_java", |
| 834 "//components/safe_browsing_db/android:safe_browsing_java", | 835 "//components/safe_browsing_db/android:safe_browsing_java", |
| 835 "//components/web_contents_delegate_android:web_contents_delegate_android_ja
va", | 836 "//components/web_contents_delegate_android:web_contents_delegate_android_ja
va", |
| 836 "//components/web_restrictions:web_restrictions_java", | 837 "//components/web_restrictions:web_restrictions_java", |
| 837 "//content/public/android:content_java", | 838 "//content/public/android:content_java", |
| 838 "//device/gamepad:java", | 839 "//device/gamepad:java", |
| 839 "//device/geolocation:geolocation_java", | 840 "//device/geolocation:geolocation_java", |
| 840 "//net/android:net_java", | 841 "//net/android:net_java", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 system_webview_apk_tmpl("system_webview_apk") { | 952 system_webview_apk_tmpl("system_webview_apk") { |
| 952 android_manifest = system_webview_android_manifest | 953 android_manifest = system_webview_android_manifest |
| 953 android_manifest_dep = ":system_webview_manifest" | 954 android_manifest_dep = ":system_webview_manifest" |
| 954 deps = [ | 955 deps = [ |
| 955 ":system_webview_resources", | 956 ":system_webview_resources", |
| 956 "//android_webview/glue", | 957 "//android_webview/glue", |
| 957 ] | 958 ] |
| 958 apk_name = "SystemWebView" | 959 apk_name = "SystemWebView" |
| 959 } | 960 } |
| 960 } | 961 } |
| OLD | NEW |