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

Side by Side Diff: remoting/host/DEPS

Issue 12518036: net: move host_resolver files from net/base to net/dns (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media/video/capture/screen", 2 "+media/video/capture/screen",
3 "+net/base", 3 "+net/base",
4 "+net/dns",
4 "+net/ftp", 5 "+net/ftp",
5 "+net/http", 6 "+net/http",
6 "+net/proxy", 7 "+net/proxy",
7 "+net/ssl", 8 "+net/ssl",
8 "+net/test", 9 "+net/test",
9 "+net/url_request", 10 "+net/url_request",
10 11
11 # Note: Only for net::EnableSSLServerSockets(), which must be called by 12 # Note: Only for net::EnableSSLServerSockets(), which must be called by
12 # at process start. 13 # at process start.
13 "+net/socket", 14 "+net/socket",
14 15
15 "+remoting/codec", 16 "+remoting/codec",
16 "+remoting/protocol", 17 "+remoting/protocol",
17 "+remoting/jingle_glue", 18 "+remoting/jingle_glue",
18 "+third_party/jsoncpp", 19 "+third_party/jsoncpp",
19 "+third_party/modp_b64", 20 "+third_party/modp_b64",
20 "+third_party/npapi", 21 "+third_party/npapi",
21 "+ui", 22 "+ui",
22 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698