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

Side by Side Diff: components/viz/display_compositor/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698