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

Side by Side Diff: components/display_compositor/DEPS

Issue 2651283004: Reland of "Decouple GpuCompositorFrameSink from DisplayCompositor" (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc/base", 2 "+cc/base",
3 "+cc/ipc",
3 "+cc/output", 4 "+cc/output",
5 "+cc/surfaces",
4 "+cc/test", 6 "+cc/test",
5 "+gpu/GLES2", 7 "+gpu/GLES2",
6 "+gpu/command_buffer/client", 8 "+gpu/command_buffer/client",
7 "+gpu/command_buffer/common", 9 "+gpu/command_buffer/common",
8 "+gpu/ipc", 10 "+gpu/ipc",
9 "+gpu/ipc/common", 11 "+gpu/ipc/common",
12 "+mojo/public/cpp/bindings",
10 "+third_party/khronos/GLES2", 13 "+third_party/khronos/GLES2",
11 "+third_party/skia", 14 "+third_party/skia",
12 "+ui/display", 15 "+ui/display",
13 "+ui/gfx", 16 "+ui/gfx",
14 "+ui/gl", 17 "+ui/gl",
15 "+ui/ozone/public", 18 "+ui/ozone/public",
16 ] 19 ]
17 20
18 specific_include_rules = { 21 specific_include_rules = {
19 "yuv_readback_unittest\.cc": [ 22 "yuv_readback_unittest\.cc": [
20 "+media/base", 23 "+media/base",
21 ], 24 ],
22 } 25 }
OLDNEW
« no previous file with comments | « components/display_compositor/BUILD.gn ('k') | components/display_compositor/gpu_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698