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

Unified Diff: ios/clean/chrome/browser/ui/tools/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
Index: ios/clean/chrome/browser/ui/tools/BUILD.gn
diff --git a/ios/chrome/browser/ui/tools/BUILD.gn b/ios/clean/chrome/browser/ui/tools/BUILD.gn
similarity index 71%
rename from ios/chrome/browser/ui/tools/BUILD.gn
rename to ios/clean/chrome/browser/ui/tools/BUILD.gn
index a32253315f7314c96d3f01115f3c7829b2457587..c764d0a1284f8ab4904d7725dad980ad98bd56d2 100644
--- a/ios/chrome/browser/ui/tools/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tools/BUILD.gn
@@ -13,10 +13,10 @@ source_set("tools") {
deps = [
":tools_ui",
"//base",
- "//ios/chrome/browser:browser_clean_skeleton",
- "//ios/chrome/browser/ui/actions",
- "//ios/chrome/browser/ui/animators",
- "//ios/chrome/browser/ui/presenters",
+ "//ios/clean/chrome/browser",
+ "//ios/clean/chrome/browser/ui/actions",
+ "//ios/clean/chrome/browser/ui/animators",
+ "//ios/clean/chrome/browser/ui/presenters",
]
}
@@ -30,6 +30,6 @@ source_set("tools_ui") {
deps = [
"//base",
- "//ios/chrome/browser/ui/actions",
+ "//ios/clean/chrome/browser/ui/actions",
]
}
« no previous file with comments | « ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm ('k') | ios/clean/chrome/browser/ui/tools/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698