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

Unified Diff: ios/showcase/strip/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/DEPS ('k') | ios/showcase/strip/sc_strip_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/strip/BUILD.gn
diff --git a/ios/showcase/strip/BUILD.gn b/ios/showcase/strip/BUILD.gn
index 1f6d40e2b3d9af06d4adfb0921cb89242f8d0eb2..b3fb927ec0b2e12b87ee2c1d04f1f2d4cf6acc1f 100644
--- a/ios/showcase/strip/BUILD.gn
+++ b/ios/showcase/strip/BUILD.gn
@@ -8,8 +8,8 @@ source_set("strip") {
"sc_strip_coordinator.mm",
]
deps = [
- "//ios/chrome/browser/ui/actions",
- "//ios/chrome/browser/ui/strip:strip_ui",
+ "//ios/clean/chrome/browser/ui/actions",
+ "//ios/clean/chrome/browser/ui/strip:strip_ui",
"//ios/showcase/common",
]
libs = [ "UIKit.framework" ]
« no previous file with comments | « ios/showcase/DEPS ('k') | ios/showcase/strip/sc_strip_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698