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

Side by Side Diff: net/DEPS

Issue 271853004: Merge NetworkTimeNotifier to NetworkTimeTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
« no previous file with comments | « chrome/test/base/testing_io_thread_state.cc ('k') | net/base/network_time_notifier.h » ('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/public", 3 "+gin/public",
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/nss", 7 "+third_party/nss",
8 "+third_party/zlib", 8 "+third_party/zlib",
9 "+sdch/open-vcdiff", 9 "+sdch/open-vcdiff",
10 "+v8", 10 "+v8",
(...skipping 14 matching lines...) Expand all
25 "filename_util_icu\.cc": [ 25 "filename_util_icu\.cc": [
26 "+base/i18n/file_util_icu.h", 26 "+base/i18n/file_util_icu.h",
27 ], 27 ],
28 28
29 # Functions largely not used by the rest of net. 29 # Functions largely not used by the rest of net.
30 "net_util_icu\.cc": [ 30 "net_util_icu\.cc": [
31 "+base/i18n", 31 "+base/i18n",
32 "+third_party/icu", 32 "+third_party/icu",
33 ], 33 ],
34 34
35 # Uses icu for debug logging only.
36 "network_time_notifier\.cc": [
37 "+base/i18n",
38 ],
39
40 # Consolidated string functions that depend on icu. 35 # Consolidated string functions that depend on icu.
41 "net_string_util_icu\.cc": [ 36 "net_string_util_icu\.cc": [
42 "+base/i18n/i18n_constants.h", 37 "+base/i18n/i18n_constants.h",
43 "+base/i18n/icu_string_conversions.h", 38 "+base/i18n/icu_string_conversions.h",
44 "+third_party/icu/source/common/unicode/ucnv.h" 39 "+third_party/icu/source/common/unicode/ucnv.h"
45 ], 40 ],
46 41
47 "websocket_channel\.h": [ 42 "websocket_channel\.h": [
48 "+base/i18n", 43 "+base/i18n",
49 ], 44 ],
50 45
51 "ftp_util\.cc": [ 46 "ftp_util\.cc": [
52 "+base/i18n", 47 "+base/i18n",
53 "+third_party/icu", 48 "+third_party/icu",
54 ], 49 ],
55 "ftp_directory_listing_parser\.cc": [ 50 "ftp_directory_listing_parser\.cc": [
56 "+base/i18n", 51 "+base/i18n",
57 ], 52 ],
58 } 53 }
59 54
60 skip_child_includes = [ 55 skip_child_includes = [
61 "third_party", 56 "third_party",
62 "tools/flip_server", 57 "tools/flip_server",
63 ] 58 ]
OLDNEW
« no previous file with comments | « chrome/test/base/testing_io_thread_state.cc ('k') | net/base/network_time_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698