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

Unified Diff: ios/clean/chrome/browser/ui/tools/BUILD.gn

Issue 2769963007: [ios clean] Creates ToolsMenu Mediator and Consumer (Closed)
Patch Set: CL Feedback, ARC Guards and Comments 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/clean/chrome/browser/ui/tools/menu_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/tools/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/tools/BUILD.gn b/ios/clean/chrome/browser/ui/tools/BUILD.gn
index 66f1c389fa8a09e7a056e42f57dc95b3e9e7d2de..30f3f334b64f3c130cb83c08f149fc86aff40971 100644
--- a/ios/clean/chrome/browser/ui/tools/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tools/BUILD.gn
@@ -6,6 +6,8 @@ source_set("tools") {
sources = [
"tools_coordinator.h",
"tools_coordinator.mm",
+ "tools_mediator.h",
+ "tools_mediator.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
@@ -27,6 +29,9 @@ source_set("tools_ui") {
"menu_overflow_controls_stackview.mm",
"menu_view_controller.h",
"menu_view_controller.mm",
+ "tools_consumer.h",
+ "tools_menu_item.h",
+ "tools_menu_item.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tools/menu_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698