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

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

Powered by Google App Engine
This is Rietveld 408576698