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

Unified Diff: ios/clean/chrome/app/steps/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/clean/chrome/app/steps/BUILD.gn
diff --git a/ios/chrome/app/steps/BUILD.gn b/ios/clean/chrome/app/steps/BUILD.gn
similarity index 85%
rename from ios/chrome/app/steps/BUILD.gn
rename to ios/clean/chrome/app/steps/BUILD.gn
index 5d44d5cd8894eb824274591ca60508252798a203..4119f594833afa2b82d168f14b62d0ad304c10b0 100644
--- a/ios/chrome/app/steps/BUILD.gn
+++ b/ios/clean/chrome/app/steps/BUILD.gn
@@ -20,16 +20,16 @@ source_set("steps") {
"//base",
"//components/content_settings/core/browser",
"//ios/chrome/app:app_internal",
- "//ios/chrome/app:application_state_clean_skeleton",
"//ios/chrome/app/startup",
"//ios/chrome/browser",
- "//ios/chrome/browser:browser_clean_skeleton",
"//ios/chrome/browser:browser_internal",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/browser_state:browser_state_impl",
"//ios/chrome/browser/content_settings",
- "//ios/chrome/browser/ui/tab_grid",
"//ios/chrome/browser/web:web_internal",
+ "//ios/clean/chrome/app:application_state_clean_skeleton",
+ "//ios/clean/chrome/browser:browser_clean_skeleton",
sdefresne 2017/01/09 09:45:04 If you remove _clean_skeleton suffix from those ta
marq (ping after 24h) 2017/01/09 17:38:07 Acknowledged.
+ "//ios/clean/chrome/browser/ui/tab_grid",
"//ios/net",
"//ios/web:web_arc",
]

Powered by Google App Engine
This is Rietveld 408576698