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

Unified Diff: ios/chrome/browser/ntp_tiles/BUILD.gn

Issue 2791253002: Create an Obj-C bridge for MostVisitedSitesObserver (Closed)
Patch Set: Move files to ios/ Created 3 years, 9 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 | « no previous file | ios/chrome/browser/ntp_tiles/most_visited_sites_observer_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ntp_tiles/BUILD.gn
diff --git a/ios/chrome/browser/ntp_tiles/BUILD.gn b/ios/chrome/browser/ntp_tiles/BUILD.gn
index 712c7b1ad090b6193f7ae507ea2c84cf378f2eb7..25b7dd900c282af2dea9ca8d128a8df390460205 100644
--- a/ios/chrome/browser/ntp_tiles/BUILD.gn
+++ b/ios/chrome/browser/ntp_tiles/BUILD.gn
@@ -8,6 +8,8 @@ source_set("ntp_tiles") {
"ios_most_visited_sites_factory.h",
"ios_popular_sites_factory.cc",
"ios_popular_sites_factory.h",
+ "most_visited_sites_observer_bridge.h",
+ "most_visited_sites_observer_bridge.mm",
]
deps = [
"//base",
« no previous file with comments | « no previous file | ios/chrome/browser/ntp_tiles/most_visited_sites_observer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698