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

Unified Diff: android_webview/BUILD.gn

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rebase, fix merge conflicts 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/browser/aw_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 5f2adac09445a3824a7608b45d986b192bc9adf2..3f9ce2754e04eea6f2bee74d7c2b1d077661947d 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -93,6 +93,12 @@ java_cpp_enum("aw_renderer_priority_manager_renderer_priority") {
]
}
+java_cpp_enum("aw_error_ui") {
+ sources = [
+ "browser/aw_safe_browsing_blocking_page.h",
+ ]
+}
+
jinja_template("system_webview_manifest") {
input = "apk/java/AndroidManifest.xml"
output = system_webview_android_manifest
@@ -849,6 +855,7 @@ android_library("android_webview_java") {
srcjar_deps = [
":aw_permission_request_resource",
":aw_renderer_priority_manager_renderer_priority",
+ ":aw_error_ui",
]
}
« no previous file with comments | « no previous file | android_webview/browser/aw_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698