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

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

Issue 2708013002: [ios clean] Creates ToolbarWebState Mediator (Closed)
Patch Set: Created 3 years, 10 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/clean/chrome/browser/ui/toolbar/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/toolbar/BUILD.gn b/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
index c0df5d91ae1fb0ad4c2b5f0fe0e28231d9484638..f997dfcaa523c0ca95555132f52fda0f14ca8cef 100644
--- a/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
@@ -6,6 +6,8 @@ source_set("toolbar") {
sources = [
"toolbar_coordinator.h",
"toolbar_coordinator.mm",
+ "toolbar_web_state_mediator.h",
+ "toolbar_web_state_mediator.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
@@ -25,6 +27,7 @@ source_set("toolbar_ui") {
sources = [
"toolbar_view_controller.h",
"toolbar_view_controller.mm",
+ "toolbar_web_state_consumer.h",
edchin 2017/02/21 07:56:11 I don't love that the name has a reference to "web
sczs 2017/02/21 17:28:27 Done.
]
deps = [
":toolbar_components_ui",

Powered by Google App Engine
This is Rietveld 408576698