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

Side by Side Diff: net/DEPS

Issue 892393005: Implement browser-side host resolver Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-interfaces
Patch Set: Windows? Again! 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+crypto", 2 "+crypto",
3 "+gin", 3 "+gin",
4 "+jni", 4 "+jni",
5 "+third_party/apple_apsl", 5 "+third_party/apple_apsl",
6 "+third_party/libevent", 6 "+third_party/libevent",
7 "+third_party/mojo/src/mojo",
Sam McNally 2015/02/05 23:58:36 +third_party/mojo/src/mojo/public Most of //net s
Anand Mistry (off Chromium) 2015/02/06 06:32:40 Done.
7 "+third_party/nss", 8 "+third_party/nss",
8 "+third_party/zlib", 9 "+third_party/zlib",
9 "+sdch/open-vcdiff", 10 "+sdch/open-vcdiff",
10 "+v8", 11 "+v8",
11 12
12 # Most of net should not depend on icu, to keep size down when built as a 13 # Most of net should not depend on icu, to keep size down when built as a
13 # library. 14 # library.
14 "-base/i18n", 15 "-base/i18n",
15 "-third_party/icu", 16 "-third_party/icu",
16 ] 17 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ], 50 ],
50 "ftp_directory_listing_parser\.cc": [ 51 "ftp_directory_listing_parser\.cc": [
51 "+base/i18n", 52 "+base/i18n",
52 ], 53 ],
53 } 54 }
54 55
55 skip_child_includes = [ 56 skip_child_includes = [
56 "third_party", 57 "third_party",
57 "tools/flip_server", 58 "tools/flip_server",
58 ] 59 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698