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

Unified Diff: ios/web_view/internal/DEPS

Issue 2643773005: Upstream ios/web_view source code. (Closed)
Patch Set: 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
Index: ios/web_view/internal/DEPS
diff --git a/ios/web_view/internal/DEPS b/ios/web_view/internal/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..706220665b9f5f8fd648ea2cabc682df9513db79
--- /dev/null
+++ b/ios/web_view/internal/DEPS
@@ -0,0 +1,23 @@
+include_rules = [
+ "+base",
+ "+components/infobars/core",
+ "+components/keyed_service/core",
+ "+components/keyed_service/ios",
+ "+components/pref_registry",
+ "+components/prefs",
+ "+components/translate/core",
+ "+components/translate/ios",
+ "+ios/net",
+ "+ios/web/public",
+ "+ios/web_view",
+ "+net",
+ "+ui/base",
+
+ # TODO(crbug.com/622967): Remove these exceptions.
+ "+ios/web/net/request_tracker_factory_impl.h",
+ "+ios/web/net/request_tracker_impl.h",
+ "+ios/web/net/web_http_protocol_handler_delegate.h",
+ "+ios/web/navigation/crw_session_controller.h",
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ "+ios/web/web_state/web_state_impl.h",
+]

Powered by Google App Engine
This is Rietveld 408576698