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

Side by Side Diff: components/display_compositor/DEPS

Issue 1931213002: display_compositor: Move CompositorOverlayCandidateValidator from content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.04.28_dc-overlay-candidate-validator
Patch Set: . Created 4 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
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/gfx", 10 "+ui/gfx",
11 "+ui/gl", 11 "+ui/gl",
12 "+ui/ozone/public",
12 ] 13 ]
13 14
14 specific_include_rules = { 15 specific_include_rules = {
15 "yuv_readback_unittest\.cc": [ 16 "yuv_readback_unittest\.cc": [
16 "+media/base", 17 "+media/base",
17 ], 18 ],
18 } 19 }
OLDNEW
« no previous file with comments | « components/display_compositor/BUILD.gn ('k') | components/display_compositor/compositor_overlay_candidate_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698