OLD | NEW |
---|---|
(Empty) | |
1 include_rules = [ | |
2 "+ios/crnet", | |
3 "+base/files/scoped_file.h", | |
4 "+base/i18n/icu_util.h", | |
5 "+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.
| |
6 "+components/webp_transcode", | |
7 "+crypto/nss_util.h", | |
8 "+ios/net", | |
9 "+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.
| |
10 "+ios/web/public/user_agent.h", | |
11 "+net/base/net_errors.h", | |
12 "+net/base/network_change_notifier.h", | |
13 "+net/base/sdch_dictionary_fetcher.h", | |
14 "+net/base/sdch_manager.h", | |
15 "+net/cert/cert_verifier.h", | |
16 "+net/cert_net/nss_ocsp.h", | |
17 "+net/disk_cache/disk_cache.h", | |
18 "+net/http/http_auth_filter.h", | |
19 "+net/http/http_auth_handler_factory.h", | |
20 "+net/http/http_cache.h", | |
21 "+net/http/http_server_properties_impl.h", | |
22 "+net/http/http_stream_factory.h", | |
23 "+net/http/http_util.h", | |
24 "+net/http/url_security_manager.h", | |
25 "+net/log/net_log.h", | |
26 "+net/log/net_log_util.h", | |
27 "+net/log/write_to_file_net_log_observer.h", | |
28 "+net/proxy/proxy_service.h", | |
29 "+net/socket/next_proto.h", | |
30 "+net/ssl/channel_id_service.h", | |
31 "+net/ssl/default_channel_id_store.h", | |
32 "+net/ssl/ssl_config_service_defaults.h", | |
33 "+net/url_request/data_protocol_handler.h", | |
34 "+net/url_request/file_protocol_handler.h", | |
35 "+net/url_request/sdch_dictionary_fetcher.h", | |
36 "+net/url_request/static_http_user_agent_settings.h", | |
37 "+net/url_request/url_request.h", | |
38 "+net/url_request/url_request_context.h", | |
39 "+net/url_request/url_request_context_getter.h", | |
40 "+net/url_request/url_request_context_storage.h", | |
41 "+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.
| |
42 "+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.
| |
43 ] | |
OLD | NEW |