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

Side by Side Diff: content/shell/test_runner/DEPS

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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 | « content/shell/test_runner/BUILD.gn ('k') | content/shell/test_runner/test_runner.cc » ('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 "+cc", 2 "+cc",
3 "+content/public/test", 3 "+content/public/test",
4 "+device/gamepad/public/cpp", 4 "+device/gamepad/public/cpp",
5 "+device/sensors/public/cpp",
6 "+gin", 5 "+gin",
7 "+gpu/command_buffer/client", 6 "+gpu/command_buffer/client",
8 "+media/midi/midi_service.mojom.h", 7 "+media/midi/midi_service.mojom.h",
9 "+mojo/public", 8 "+mojo/public",
10 "+net/base", 9 "+net/base",
10 "+services/device/public/cpp/sensors",
11 "+skia", 11 "+skia",
12 "+third_party/khronos/GLES2/gl2.h", 12 "+third_party/khronos/GLES2/gl2.h",
13 "+third_party/skia", 13 "+third_party/skia",
14 "+third_party/WebKit/public/platform", 14 "+third_party/WebKit/public/platform",
15 "+third_party/WebKit/public/web", 15 "+third_party/WebKit/public/web",
16 "+ui/display", 16 "+ui/display",
17 "+ui/events", 17 "+ui/events",
18 "+ui/gfx", 18 "+ui/gfx",
19 "+v8/include", 19 "+v8/include",
20 ] 20 ]
OLDNEW
« no previous file with comments | « content/shell/test_runner/BUILD.gn ('k') | content/shell/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698