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

Unified Diff: components/safe_browsing/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 side-by-side diff with in-line comments
Download patch
Index: components/safe_browsing/BUILD.gn
diff --git a/components/safe_browsing/BUILD.gn b/components/safe_browsing/BUILD.gn
index 06bf6321c2cb6350a0f1e5999aa1e0fddfe12017..598fee1e27a6483976989811922ec48eb77c5f7f 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -68,3 +68,13 @@ source_set("base_ping_manager_unittest") {
"//testing/gtest",
]
}
+
+if (is_android) {
+ import("//build/config/android/rules.gni")
+
+ java_cpp_enum("error_ui_generated_enum") {
+ sources = [
+ "base_blocking_page.h",
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698