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

Unified Diff: ios/showcase/tab_grid/BUILD.gn

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 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 | « ios/showcase/strip/sc_strip_coordinator.mm ('k') | ios/showcase/tab_grid/sc_tab_grid_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/tab_grid/BUILD.gn
diff --git a/ios/showcase/tab_grid/BUILD.gn b/ios/showcase/tab_grid/BUILD.gn
index fb4d36d989473cf3beab5d8fe8bee92093307d20..0da6a0b8fca570ed854c984716c0695dc0ec35be 100644
--- a/ios/showcase/tab_grid/BUILD.gn
+++ b/ios/showcase/tab_grid/BUILD.gn
@@ -9,8 +9,8 @@ source_set("tab_grid") {
]
deps = [
"//base",
- "//ios/chrome/browser/ui/commands:commands_clean_skeleton",
- "//ios/chrome/browser/ui/tab_grid:tab_grid_ui",
+ "//ios/clean/chrome/browser/ui/commands",
+ "//ios/clean/chrome/browser/ui/tab_grid:tab_grid_ui",
"//ios/showcase/common",
]
libs = [ "UIKit.framework" ]
« no previous file with comments | « ios/showcase/strip/sc_strip_coordinator.mm ('k') | ios/showcase/tab_grid/sc_tab_grid_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698