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

Unified Diff: ios/public/provider/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/web/web_controller_provider_impl.mm ('k') | ios/public/provider/web/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/web/BUILD.gn
diff --git a/ios/public/provider/web/BUILD.gn b/ios/public/provider/web/BUILD.gn
deleted file mode 100644
index 7be26961d7cce898743839728477ce17662dec96..0000000000000000000000000000000000000000
--- a/ios/public/provider/web/BUILD.gn
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("web") {
- configs += [ "//build/config/compiler:enable_arc" ]
- sources = [
- "web_controller_provider.h",
- "web_controller_provider.mm",
- "web_controller_provider_factory.h",
- "web_controller_provider_factory.mm",
- ]
-
- deps = [
- "//base",
- "//ios/web",
- "//url",
- ]
-
- allow_circular_includes_from = [ "//ios/web" ]
-}
« no previous file with comments | « ios/chrome/browser/web/web_controller_provider_impl.mm ('k') | ios/public/provider/web/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698