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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums Created 3 years, 8 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
« no previous file with comments | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | components/ntp_tiles/metrics.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 2c4870316d6dbcf2420d45b419832dd2244b7a63..b0784a80bc16a5095074cc0128d420cbe5c3f560 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -23,7 +23,6 @@ static_library("ntp_tiles") {
"most_visited_sites.h",
"ntp_tile.cc",
"ntp_tile.h",
- "ntp_tile_source.h",
"popular_sites.h",
"popular_sites_impl.cc",
"popular_sites_impl.h",
@@ -31,6 +30,8 @@ static_library("ntp_tiles") {
"pref_names.h",
"switches.cc",
"switches.h",
+ "tile_source.h",
+ "tile_visual_type.h",
"webui/ntp_tiles_internals_message_handler.cc",
"webui/ntp_tiles_internals_message_handler.h",
"webui/ntp_tiles_internals_message_handler_client.cc",
@@ -113,8 +114,8 @@ source_set("unit_tests") {
if (is_android) {
java_cpp_enum("ntp_tiles_enums_java") {
sources = [
- "metrics.h",
- "ntp_tile_source.h",
+ "tile_source.h",
+ "tile_visual_type.h",
]
}
}
« no previous file with comments | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | components/ntp_tiles/metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698