Index: ios/crnet/DEPS |
diff --git a/ios/crnet/DEPS b/ios/crnet/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0a965ee1bf5eda52766d9a4567349fb08ab5e1f1 |
--- /dev/null |
+++ b/ios/crnet/DEPS |
@@ -0,0 +1,43 @@ |
+include_rules = [ |
+ "+ios/crnet", |
+ "+base/files/scoped_file.h", |
+ "+base/i18n/icu_util.h", |
+ "+base/threading/worker_pool.h", |
stuartmorgan
2015/05/19 17:39:36
Are these three lines needed? Top-level DEPS inclu
Elly Fong-Jones
2015/05/20 22:02:25
Done.
|
+ "+components/webp_transcode", |
+ "+crypto/nss_util.h", |
+ "+ios/net", |
+ "+ios/web/public/net/cookie_store_ios.h", |
stuartmorgan
2015/05/19 17:39:36
This is stale.
Elly Fong-Jones
2015/05/20 22:02:26
Done.
|
+ "+ios/web/public/user_agent.h", |
+ "+net/base/net_errors.h", |
+ "+net/base/network_change_notifier.h", |
+ "+net/base/sdch_dictionary_fetcher.h", |
+ "+net/base/sdch_manager.h", |
+ "+net/cert/cert_verifier.h", |
+ "+net/cert_net/nss_ocsp.h", |
+ "+net/disk_cache/disk_cache.h", |
+ "+net/http/http_auth_filter.h", |
+ "+net/http/http_auth_handler_factory.h", |
+ "+net/http/http_cache.h", |
+ "+net/http/http_server_properties_impl.h", |
+ "+net/http/http_stream_factory.h", |
+ "+net/http/http_util.h", |
+ "+net/http/url_security_manager.h", |
+ "+net/log/net_log.h", |
+ "+net/log/net_log_util.h", |
+ "+net/log/write_to_file_net_log_observer.h", |
+ "+net/proxy/proxy_service.h", |
+ "+net/socket/next_proto.h", |
+ "+net/ssl/channel_id_service.h", |
+ "+net/ssl/default_channel_id_store.h", |
+ "+net/ssl/ssl_config_service_defaults.h", |
+ "+net/url_request/data_protocol_handler.h", |
+ "+net/url_request/file_protocol_handler.h", |
+ "+net/url_request/sdch_dictionary_fetcher.h", |
+ "+net/url_request/static_http_user_agent_settings.h", |
+ "+net/url_request/url_request.h", |
+ "+net/url_request/url_request_context.h", |
+ "+net/url_request/url_request_context_getter.h", |
+ "+net/url_request/url_request_context_storage.h", |
+ "+net/url_request/url_request_job_factory_impl.h", |
stuartmorgan
2015/05/19 17:39:36
Do we actually want all of net to be file-by-file?
Elly Fong-Jones
2015/05/20 22:02:26
Done.
|
+ "+webkit/common/user_agent/user_agent_util.h", |
stuartmorgan
2015/05/19 17:39:35
This is stale, and should go.
Elly Fong-Jones
2015/05/20 22:02:26
Done.
|
+] |