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

Side by Side Diff: components/display_compositor/DEPS

Issue 2651213004: Revert 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",
4 "+cc/output", 3 "+cc/output",
5 "+cc/surfaces",
6 "+cc/test", 4 "+cc/test",
7 "+gpu/GLES2", 5 "+gpu/GLES2",
8 "+gpu/command_buffer/client", 6 "+gpu/command_buffer/client",
9 "+gpu/command_buffer/common", 7 "+gpu/command_buffer/common",
10 "+gpu/ipc", 8 "+gpu/ipc",
11 "+gpu/ipc/common", 9 "+gpu/ipc/common",
12 "+mojo/public/cpp/bindings",
13 "+third_party/khronos/GLES2", 10 "+third_party/khronos/GLES2",
14 "+third_party/skia", 11 "+third_party/skia",
15 "+ui/display", 12 "+ui/display",
16 "+ui/gfx", 13 "+ui/gfx",
17 "+ui/gl", 14 "+ui/gl",
18 "+ui/ozone/public", 15 "+ui/ozone/public",
19 ] 16 ]
20 17
21 specific_include_rules = { 18 specific_include_rules = {
22 "yuv_readback_unittest\.cc": [ 19 "yuv_readback_unittest\.cc": [
23 "+media/base", 20 "+media/base",
24 ], 21 ],
25 } 22 }
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