Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: android_webview/BUILD.gn

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rename test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698