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

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

Issue 2589493006: Revert of Enable connection to Mojo services from Blink (Closed)
Patch Set: Created 3 years, 12 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/Platform.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_forward.h", 2 "+base/callback_forward.h",
3 "+base/location.h", 3 "+base/location.h",
4 "+base/logging.h", 4 "+base/logging.h",
5 "+base/metrics", 5 "+base/metrics",
6 "+base/strings", 6 "+base/strings",
7 "+base/trace_event", 7 "+base/trace_event",
8 "-bindings", 8 "-bindings",
9 "+cc", 9 "+cc",
10 "-cc/blink", 10 "-cc/blink",
11 "-core", 11 "-core",
12 "-modules", 12 "-modules",
13 # TODO(toyoshim): Remove following media/midi direct dependency in public 13 # TODO(toyoshim): Remove following media/midi direct dependency in public
14 # interface once Web MIDI starts calling the Mojo service inside Blink. 14 # interface once Web MIDI starts calling the Mojo service inside Blink.
15 # http://crbug.com/582327 15 # http://crbug.com/582327
16 "+media/midi/midi_service.mojom-shared.h", 16 "+media/midi/midi_service.mojom-shared.h",
17 "+mojo/public", 17 "+mojo/public",
18 "+platform", 18 "+platform",
19 "+platform/weborigin", 19 "+platform/weborigin",
20 "+public/platform", 20 "+public/platform",
21 "-public/web", 21 "-public/web",
22 "+services/service_manager/public/interfaces",
23 "+third_party/skia", 22 "+third_party/skia",
24 "+url", 23 "+url",
25 "-web", 24 "-web",
26 ] 25 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698