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

Side by Side Diff: components/display_compositor/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698