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

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

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Fix includes. Created 4 years 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/showcase/tab_grid/BUILD.gn
diff --git a/ios/showcase/tab_grid/BUILD.gn b/ios/showcase/tab_grid/BUILD.gn
index fb4d36d989473cf3beab5d8fe8bee92093307d20..759ed79bf040c42ad1556d446230542077d239b1 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:commands_clean_skeleton",
+ "//ios/clean/chrome/browser/ui/tab_grid:tab_grid_ui",
"//ios/showcase/common",
]
libs = [ "UIKit.framework" ]

Powered by Google App Engine
This is Rietveld 408576698