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

Unified Diff: ios/chrome/browser/web/BUILD.gn

Issue 2612433002: Remove CRWWebControllerProvider (Closed)
Patch Set: Remove DEPS 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/chrome/browser/reading_list/BUILD.gn ('k') | ios/chrome/browser/web/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index f825fc650aae192da4269bb3273878093205e1a4..af8b530bffa5db769177542bc5c8c2a7a4a57be8 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -21,26 +21,6 @@ source_set("web") {
"//ios/web",
"//ui/base",
]
- public_deps = [
- ":web_arc",
- ]
-}
-
-source_set("web_arc") {
- visibility = [ ":web" ]
- sources = [
- "web_controller_provider_factory_impl.h",
- "web_controller_provider_factory_impl.mm",
- "web_controller_provider_impl.h",
- "web_controller_provider_impl.mm",
- ]
- deps = [
- "//base",
- "//ios/public/provider/web",
- "//ios/web",
- "//url",
- ]
- configs += [ "//build/config/compiler:enable_arc" ]
}
source_set("unit_tests") {
« no previous file with comments | « ios/chrome/browser/reading_list/BUILD.gn ('k') | ios/chrome/browser/web/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698