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

Side by Side Diff: components/viz/common/DEPS

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: add transform include to resolve build bot failure Created 3 years, 5 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 specific_include_rules = { 1 specific_include_rules = {
2 # DEPS for GLHelper and friends which are in the root common/ directory. 2 # DEPS for GLHelper and friends which are in the root common/ directory.
3 ".*\.(cc|h)": [ 3 ".*\.(cc|h)": [
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 "+mojo/public/cpp/bindings", 8 "+mojo/public/cpp/bindings",
9 "+ui/gfx/geometry", 9 "+ui/gfx/geometry",
10 "+ui/gfx/transform.h",
10 "+services/ui/gpu/interfaces", 11 "+services/ui/gpu/interfaces",
11 "+third_party/skia", 12 "+third_party/skia",
12 ], 13 ],
13 ".*_unittest\.cc": [ 14 ".*_unittest\.cc": [
14 "+gpu/ipc/gl_in_process_context.h", 15 "+gpu/ipc/gl_in_process_context.h",
15 "+media/base", 16 "+media/base",
16 "+ui/gfx", 17 "+ui/gfx",
17 "+ui/gl", 18 "+ui/gl",
18 ], 19 ],
19 ".*_benchmark\.cc": [ 20 ".*_benchmark\.cc": [
20 "+gpu/ipc/gl_in_process_context.h", 21 "+gpu/ipc/gl_in_process_context.h",
21 "+ui/gfx", 22 "+ui/gfx",
22 ], 23 ],
23 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698