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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2105933002: NTP: Fix metrics recording crash by plumbing the necessary data to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Even more fixes. Created 4 years, 6 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/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index e0746348ff6d241dc0f3365f4e4c95fcfd5fabd8..37d2725fb1a7dd9b09dddc71e3368b1675dfd8c2 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -52,7 +52,7 @@ source_set("unit_tests") {
if (is_android) {
java_cpp_enum("ntp_tiles_enums_java") {
sources = [
- "most_visited_sites.cc",
+ "most_visited_sites.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698