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

Side by Side Diff: components/display_compositor/DEPS

Issue 2493913002: Mus: Move InProcessCommandBuffer and GLInProcessContext to gpu/ipc (Closed)
Patch Set: Fixed casts on windows Created 4 years, 1 month 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/output", 2 "+cc/output",
3 "+cc/test", 3 "+cc/test",
4 "+gpu/GLES2", 4 "+gpu/GLES2",
5 "+gpu/command_buffer/client", 5 "+gpu/command_buffer/client",
6 "+gpu/command_buffer/common", 6 "+gpu/command_buffer/common",
7 "+gpu/ipc",
7 "+gpu/ipc/common", 8 "+gpu/ipc/common",
8 "+third_party/khronos/GLES2", 9 "+third_party/khronos/GLES2",
9 "+third_party/skia", 10 "+third_party/skia",
10 "+ui/display", 11 "+ui/display",
11 "+ui/gfx", 12 "+ui/gfx",
12 "+ui/gl", 13 "+ui/gl",
13 "+ui/ozone/public", 14 "+ui/ozone/public",
14 ] 15 ]
15 16
16 specific_include_rules = { 17 specific_include_rules = {
17 "yuv_readback_unittest\.cc": [ 18 "yuv_readback_unittest\.cc": [
18 "+media/base", 19 "+media/base",
19 ], 20 ],
20 } 21 }
OLDNEW
« no previous file with comments | « components/display_compositor/BUILD.gn ('k') | components/display_compositor/gl_helper_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698