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

Unified Diff: ios/web/shell/DEPS

Issue 1832153002: [ios] Added DEPS file to ios/web/shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/DEPS
diff --git a/ios/web/shell/DEPS b/ios/web/shell/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..b06472baab3cc6e23056b32016c947b4ceaeac2c
--- /dev/null
+++ b/ios/web/shell/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ # web shell must use only public API or own headers.
+ "-ios/web",
+ "+ios/web/public",
+ "+ios/web/shell",
+
+ # TODO(crbug.com/597997) remove these exceptions. web shell must not use
Jackie Quinn 2016/03/25 18:49:16 Super nit: Add colon and capitalize remove. Also,
Eugene But (OOO till 7-30) 2016/03/25 19:59:21 Done.
+ # any private APIs from web.
+ "+ios/web/navigation/crw_session_controller.h",
+ "+ios/web/navigation/web_load_params.h",
+ "+ios/web/net/crw_url_verifying_protocol_handler.h",
+ "+ios/web/net/request_tracker_factory_impl.h",
+ "+ios/web/net/web_http_protocol_handler_delegate.h",
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ "+ios/web/web_state/web_state_impl.h",
+]
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698