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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2544883006: Cleanup: Replace NTPLoggingTileSource by ntp_tiles::NTPTileSource (Closed)
Patch Set: tests Created 4 years 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
« no previous file with comments | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | components/ntp_tiles/ntp_tile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index 9a8ae6bf4a130481dc48db62a8cd594fc4692925..503c3866c3d6217a853e52d480bf5e47df487a1d 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -22,6 +22,7 @@ static_library("ntp_tiles") {
"most_visited_sites.h",
"ntp_tile.cc",
"ntp_tile.h",
+ "ntp_tile_source.h",
"popular_sites.cc",
"popular_sites.h",
"pref_names.cc",
@@ -99,7 +100,7 @@ if (is_android) {
java_cpp_enum("ntp_tiles_enums_java") {
sources = [
"metrics.h",
- "ntp_tile.h",
+ "ntp_tile_source.h",
]
}
}
« no previous file with comments | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | components/ntp_tiles/ntp_tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698