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

Unified Diff: ios/shared/chrome/browser/ui/commands/BUILD.gn

Issue 2745223005: [ios] Adds a CommandDispatcher to Browser. (Closed)
Patch Set: Move code into ios/shared. 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
Index: ios/shared/chrome/browser/ui/commands/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/commands/BUILD.gn b/ios/shared/chrome/browser/ui/commands/BUILD.gn
similarity index 84%
copy from ios/clean/chrome/browser/ui/commands/BUILD.gn
copy to ios/shared/chrome/browser/ui/commands/BUILD.gn
index 6ad215da5c1f54ebd6bc1230c69255812dddce46..d9124aee09deb56e1c6534001a1915ec4c425004 100644
--- a/ios/clean/chrome/browser/ui/commands/BUILD.gn
+++ b/ios/shared/chrome/browser/ui/commands/BUILD.gn
@@ -6,10 +6,6 @@ source_set("commands") {
sources = [
"command_dispatcher.h",
"command_dispatcher.mm",
- "settings_commands.h",
- "tab_commands.h",
- "tab_grid_commands.h",
- "toolbar_commands.h",
]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698