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

Unified Diff: ios/chrome/browser/ui/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/BUILD.gn
diff --git a/ios/chrome/browser/ui/BUILD.gn b/ios/chrome/browser/ui/BUILD.gn
index 91f2f65a74828cf1a9b50968139fc6dce35e0cef..fca4b6add0dbe0c786801e71e12ad6545b256574 100644
--- a/ios/chrome/browser/ui/BUILD.gn
+++ b/ios/chrome/browser/ui/BUILD.gn
@@ -457,12 +457,3 @@ source_set("perf_tests") {
]
libs = [ "UIKit.framework" ]
}
-
-# Clean skeleton targets
-source_set("ui_clean_skeleton") {
- sources = [
- "ui_types.h",
- ]
-
- configs += [ "//build/config/compiler:enable_arc" ]
-}

Powered by Google App Engine
This is Rietveld 408576698