| 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",
|
| + ]
|
| + }
|
| +}
|
|
|