Index: components/ntp_snippets/BUILD.gn |
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn |
index 29853dda7ef252b0d91f06f5d72755f5f0b10e6a..5c0014e27b3744b3bec1d31a29aff017677702b7 100644 |
--- a/components/ntp_snippets/BUILD.gn |
+++ b/components/ntp_snippets/BUILD.gn |
@@ -70,6 +70,7 @@ source_set("ntp_snippets") { |
if (is_android) { |
java_cpp_enum("ntp_snippets_java_enums_srcjar") { |
sources = [ |
+ "content_suggestions_category_status.h", |
"ntp_snippets_status_service.h", |
Marc Treib
2016/07/19 09:30:24
Is this still needed?
Philipp Keck
2016/07/19 13:53:23
No, I removed it along with the comment on the enu
|
] |
} |