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

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

Issue 2901663002: [ios clean] Fixes Menu Overflow Controls UI (Closed)
Patch Set: Created 3 years, 7 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/toolbar/toolbar_button+factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7ffa6a7e792bbd476a7bbc2f637462c1afcb5cac..029838e96422f5c0a22a9e0e7695f2b052e95cdc 100644
--- a/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
@@ -28,8 +28,6 @@ source_set("toolbar") {
source_set("toolbar_ui") {
sources = [
- "toolbar_constants.h",
- "toolbar_constants.mm",
"toolbar_consumer.h",
"toolbar_view_controller.h",
"toolbar_view_controller.mm",
@@ -54,6 +52,8 @@ source_set("toolbar_components_ui") {
"toolbar_button.h",
"toolbar_button.mm",
"toolbar_component_options.h",
+ "toolbar_constants.h",
+ "toolbar_constants.mm",
]
deps = [
"//base",
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/toolbar/toolbar_button+factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698