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

Side by Side Diff: net/DEPS

Issue 896203003: Implement utility-side proxy resolver Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proxy-diffbase
Patch Set: fix windows compile Created 5 years, 10 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
« no previous file with comments | « net/BUILD.gn ('k') | net/interfaces/proxy_resolver_service.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+crypto", 2 "+crypto",
3 "+gin", 3 "+gin",
4 "+jni", 4 "+jni",
5 "+mojo/common",
5 "+third_party/apple_apsl", 6 "+third_party/apple_apsl",
6 "+third_party/libevent", 7 "+third_party/libevent",
7 "+third_party/mojo/src/mojo/public", 8 "+third_party/mojo/src/mojo/public",
8 "+third_party/nss", 9 "+third_party/nss",
9 "+third_party/zlib", 10 "+third_party/zlib",
10 "+sdch/open-vcdiff", 11 "+sdch/open-vcdiff",
11 "+v8", 12 "+v8",
12 13
13 # Most of net should not depend on icu, to keep size down when built as a 14 # Most of net should not depend on icu, to keep size down when built as a
14 # library. 15 # library.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 55
55 "run_all_unittests\.cc": [ 56 "run_all_unittests\.cc": [
56 "+third_party/mojo/src/mojo/edk", 57 "+third_party/mojo/src/mojo/edk",
57 ], 58 ],
58 } 59 }
59 60
60 skip_child_includes = [ 61 skip_child_includes = [
61 "third_party", 62 "third_party",
62 "tools/flip_server", 63 "tools/flip_server",
63 ] 64 ]
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/interfaces/proxy_resolver_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698