Index: components/supervised_user_error_page/BUILD.gn |
diff --git a/components/supervised_user_error_page/BUILD.gn b/components/supervised_user_error_page/BUILD.gn |
index d4780d4e7152a1acd6aac3fdc14f73b800e033f7..971eed47f9ba55ce4e647f0122b5dc1c696cf3b4 100644 |
--- a/components/supervised_user_error_page/BUILD.gn |
+++ b/components/supervised_user_error_page/BUILD.gn |
@@ -2,6 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build/config/android/rules.gni") |
+ |
static_library("supervised_user_error_page") { |
sources = [ |
"supervised_user_error_page.cc", |
@@ -41,6 +43,12 @@ if (target_os == "android") { |
} |
} |
+java_cpp_enum("enums_srcjar") { |
+ sources = [ |
+ "supervised_user_error_page.h", |
+ ] |
+} |
+ |
source_set("unit_tests") { |
testonly = true |
sources = [ |