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

Side by Side Diff: components/display_compositor/DEPS

Issue 2508203004: Add hints for potential overlay promotion on android. (Closed)
Patch Set: rebased Created 4 years 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/base",
2 "+cc/output", 3 "+cc/output",
3 "+cc/test", 4 "+cc/test",
4 "+gpu/GLES2", 5 "+gpu/GLES2",
5 "+gpu/command_buffer/client", 6 "+gpu/command_buffer/client",
6 "+gpu/command_buffer/common", 7 "+gpu/command_buffer/common",
7 "+gpu/ipc", 8 "+gpu/ipc",
8 "+gpu/ipc/common", 9 "+gpu/ipc/common",
9 "+third_party/khronos/GLES2", 10 "+third_party/khronos/GLES2",
10 "+third_party/skia", 11 "+third_party/skia",
11 "+ui/display", 12 "+ui/display",
12 "+ui/gfx", 13 "+ui/gfx",
13 "+ui/gl", 14 "+ui/gl",
14 "+ui/ozone/public", 15 "+ui/ozone/public",
15 ] 16 ]
16 17
17 specific_include_rules = { 18 specific_include_rules = {
18 "yuv_readback_unittest\.cc": [ 19 "yuv_readback_unittest\.cc": [
19 "+media/base", 20 "+media/base",
20 ], 21 ],
21 } 22 }
OLDNEW
« no previous file with comments | « cc/surfaces/surface_aggregator.cc ('k') | components/display_compositor/compositor_overlay_candidate_validator_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698