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

Side by Side Diff: third_party/WebKit/public/platform/DEPS

Issue 2932003002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming. (Closed)
Patch Set: Make ConnectionInfoString() return AtomicString Created 3 years, 6 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 | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebURLResponse.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 "+base/callback.h", 2 "+base/callback.h",
3 "+base/callback_forward.h", 3 "+base/callback_forward.h",
4 "+base/location.h", 4 "+base/location.h",
5 "+base/logging.h", 5 "+base/logging.h",
6 "+base/metrics", 6 "+base/metrics",
7 "+base/optional.h", 7 "+base/optional.h",
8 "+base/strings", 8 "+base/strings",
9 "+base/time", 9 "+base/time",
10 "+base/trace_event", 10 "+base/trace_event",
11 "-bindings", 11 "-bindings",
12 "+cc", 12 "+cc",
13 "-cc/blink", 13 "-cc/blink",
14 "-core", 14 "-core",
15 "-modules", 15 "-modules",
16 # TODO(toyoshim): Remove following media/midi direct dependency in public 16 # TODO(toyoshim): Remove following media/midi direct dependency in public
17 # interface once Web MIDI starts calling the Mojo service inside Blink. 17 # interface once Web MIDI starts calling the Mojo service inside Blink.
18 # http://crbug.com/582327 18 # http://crbug.com/582327
19 "+media/midi/midi_service.mojom-shared.h", 19 "+media/midi/midi_service.mojom-shared.h",
20 "+mojo/public", 20 "+mojo/public",
21 "+net/http",
21 "+platform", 22 "+platform",
22 "+platform/weborigin", 23 "+platform/weborigin",
23 "+public/platform", 24 "+public/platform",
24 "-public/web", 25 "-public/web",
25 "+services/service_manager/public/interfaces", 26 "+services/service_manager/public/interfaces",
26 "+third_party/skia", 27 "+third_party/skia",
27 "+ui/gfx", 28 "+ui/gfx",
28 "+url", 29 "+url",
29 "-web", 30 "-web",
30 ] 31 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebURLResponse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698