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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 "//ui/android:ui_java", | 838 "//ui/android:ui_java", |
839 ] | 839 ] |
840 | 840 |
841 if (enable_spellcheck) { | 841 if (enable_spellcheck) { |
842 deps += [ "//components/spellcheck/browser/android:java" ] | 842 deps += [ "//components/spellcheck/browser/android:java" ] |
843 } | 843 } |
844 | 844 |
845 srcjar_deps = [ | 845 srcjar_deps = [ |
846 ":aw_permission_request_resource", | 846 ":aw_permission_request_resource", |
847 ":aw_renderer_priority_manager_renderer_priority", | 847 ":aw_renderer_priority_manager_renderer_priority", |
| 848 "//components/safe_browsing:error_ui_generated_enum", |
848 ] | 849 ] |
849 } | 850 } |
850 | 851 |
851 java_strings_grd("strings_grd") { | 852 java_strings_grd("strings_grd") { |
852 grd_file = "java/strings/android_webview_strings.grd" | 853 grd_file = "java/strings/android_webview_strings.grd" |
853 outputs = [ | 854 outputs = [ |
854 "values-am/android_webview_strings.xml", | 855 "values-am/android_webview_strings.xml", |
855 "values-ar/android_webview_strings.xml", | 856 "values-ar/android_webview_strings.xml", |
856 "values-bg/android_webview_strings.xml", | 857 "values-bg/android_webview_strings.xml", |
857 "values-ca/android_webview_strings.xml", | 858 "values-ca/android_webview_strings.xml", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 system_webview_apk_tmpl("system_webview_apk") { | 948 system_webview_apk_tmpl("system_webview_apk") { |
948 android_manifest = system_webview_android_manifest | 949 android_manifest = system_webview_android_manifest |
949 android_manifest_dep = ":system_webview_manifest" | 950 android_manifest_dep = ":system_webview_manifest" |
950 deps = [ | 951 deps = [ |
951 ":system_webview_resources", | 952 ":system_webview_resources", |
952 "//android_webview/glue", | 953 "//android_webview/glue", |
953 ] | 954 ] |
954 apk_name = "SystemWebView" | 955 apk_name = "SystemWebView" |
955 } | 956 } |
956 } | 957 } |
OLD | NEW |