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

Unified Diff: ios/chrome/browser/ui/settings/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/chrome/browser/ui/settings/BUILD.gn
diff --git a/ios/chrome/browser/ui/settings/BUILD.gn b/ios/chrome/browser/ui/settings/BUILD.gn
index 0d23fce0b427154bed26f393d846c9b85b958c03..e99d7799afd24edd0ea35a371839ddca15aacf33 100644
--- a/ios/chrome/browser/ui/settings/BUILD.gn
+++ b/ios/chrome/browser/ui/settings/BUILD.gn
@@ -365,20 +365,3 @@ source_set("eg_tests") {
"XCTest.framework",
]
}
-
-# Clean Skeleton targets.
-source_set("settings_clean_skeleton") {
- sources = [
- "settings_coordinator.h",
- "settings_coordinator.mm",
- ]
-
- configs += [ "//build/config/compiler:enable_arc" ]
-
- deps = [
- ":settings",
- "//ios/chrome/browser:browser_clean_skeleton",
- "//ios/chrome/browser/ui/actions",
- "//ios/chrome/browser/ui/commands:commands_clean_skeleton",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698