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

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

Issue 2612433002: Remove CRWWebControllerProvider (Closed)
Patch Set: Created 3 years, 12 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/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") {

Powered by Google App Engine
This is Rietveld 408576698