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

Side by Side Diff: net/DEPS

Issue 2416483002: Use std::string instead of mojo::String in //net. (Closed)
Patch Set: Created 4 years, 2 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/BUILD.gn » ('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",
6 "+mojo/public", 5 "+mojo/public",
7 "+third_party/apple_apsl", 6 "+third_party/apple_apsl",
8 "+third_party/nss", 7 "+third_party/nss",
9 "+third_party/protobuf/src/google/protobuf", 8 "+third_party/protobuf/src/google/protobuf",
10 "+third_party/zlib", 9 "+third_party/zlib",
11 "+sdch/open-vcdiff", 10 "+sdch/open-vcdiff",
12 "+v8", 11 "+v8",
13 12
14 # Most of net should not depend on icu, and brotli to keep size down when 13 # Most of net should not depend on icu, and brotli to keep size down when
15 # built as a library. 14 # built as a library.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ], 65 ],
67 66
68 "fuzzer_test_support.cc": [ 67 "fuzzer_test_support.cc": [
69 "+base/i18n", 68 "+base/i18n",
70 ], 69 ],
71 } 70 }
72 71
73 skip_child_includes = [ 72 skip_child_includes = [
74 "third_party", 73 "third_party",
75 ] 74 ]
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698