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

Unified Diff: ios/chrome/browser/ui/tools_menu/BUILD.gn

Issue 2954853004: [ios] TextBadgeView interface, implementation, and unit test stubs (Closed)
Patch Set: Created 3 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: ios/chrome/browser/ui/tools_menu/BUILD.gn
diff --git a/ios/chrome/browser/ui/tools_menu/BUILD.gn b/ios/chrome/browser/ui/tools_menu/BUILD.gn
index 15dde6b1b114a0ce0d70522135344b4e1e448fdb..b8b78240263104fb5a1beb2addfefc56d91bf211 100644
--- a/ios/chrome/browser/ui/tools_menu/BUILD.gn
+++ b/ios/chrome/browser/ui/tools_menu/BUILD.gn
@@ -7,6 +7,8 @@ source_set("tools_menu") {
sources = [
"reading_list_menu_view_item.h",
"reading_list_menu_view_item.mm",
+ "text_badge_view.h",
edchin 2017/06/27 00:39:42 Per our discussion, please move this to the readin
+ "text_badge_view.mm",
"tools_menu_constants.h",
"tools_menu_constants.mm",
"tools_menu_model.h",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tools_menu/text_badge_view.h » ('j') | ios/chrome/browser/ui/tools_menu/text_badge_view.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698