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

Side by Side Diff: components/display_compositor/DEPS

Issue 2213273002: ozone: Consolidate primary plane format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK(GL_RGBA, internal_format_); Created 4 years, 4 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/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/common", 7 "+gpu/ipc/common",
8 "+third_party/khronos/GLES2", 8 "+third_party/khronos/GLES2",
9 "+third_party/skia", 9 "+third_party/skia",
10 "+ui/display",
10 "+ui/gfx", 11 "+ui/gfx",
11 "+ui/gl", 12 "+ui/gl",
12 "+ui/ozone/public", 13 "+ui/ozone/public",
13 ] 14 ]
14 15
15 specific_include_rules = { 16 specific_include_rules = {
16 "yuv_readback_unittest\.cc": [ 17 "yuv_readback_unittest\.cc": [
17 "+media/base", 18 "+media/base",
18 ], 19 ],
19 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698