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

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

Issue 2785893003: [ios clean] Add placeholder for NTP bookmarks, chrome home and open tabs. (Closed)
Patch Set: Comment nit Created 3 years, 8 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/commands/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/commands/BUILD.gn b/ios/clean/chrome/browser/ui/commands/BUILD.gn
index 2f1c64c4f82e1f98270ed11f0faf12bbada35ca7..3be6a02cdac27c4504c929b2d99727c36b8a5fd3 100644
--- a/ios/clean/chrome/browser/ui/commands/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/commands/BUILD.gn
@@ -5,13 +5,16 @@
source_set("commands") {
sources = [
"navigation_commands.h",
+ "ntp_commands.h",
"settings_commands.h",
+ "tab_commands.h",
"tab_grid_commands.h",
"tab_strip_commands.h",
"tools_menu_commands.h",
]
deps = [
"//base",
+ "//ios/web:web_arc",
]
configs += [ "//build/config/compiler:enable_arc" ]

Powered by Google App Engine
This is Rietveld 408576698