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

Side by Side Diff: cc/DEPS

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 8 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gpu/GLES2", 2 "+gpu/GLES2",
3 "+gpu/command_buffer/client/context_support.h", 3 "+gpu/command_buffer/client/context_support.h",
4 "+gpu/command_buffer/client/gles2_interface.h", 4 "+gpu/command_buffer/client/gles2_interface.h",
5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests 5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
6 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", 6 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
7 "+gpu/command_buffer/common/capabilities.h", 7 "+gpu/command_buffer/common/capabilities.h",
8 "+gpu/command_buffer/common/gpu_memory_allocation.h", 8 "+gpu/command_buffer/common/gpu_memory_allocation.h",
9 "+gpu/command_buffer/common/mailbox.h", 9 "+gpu/command_buffer/common/mailbox.h",
10 "+gpu/command_buffer/common/mailbox_holder.h", 10 "+gpu/command_buffer/common/mailbox_holder.h",
11 "+gpu/command_buffer/common/sync_token.h", 11 "+gpu/command_buffer/common/sync_token.h",
12 "+gpu/command_buffer/common/texture_in_use_response.h", 12 "+gpu/command_buffer/common/texture_in_use_response.h",
13 "+gpu/vulkan", 13 "+gpu/vulkan",
14 "+media", 14 "+media",
15 "+skia/ext", 15 "+skia/ext",
16 "+third_party/khronos/GLES2/gl2.h", 16 "+third_party/khronos/GLES2/gl2.h",
17 "+third_party/khronos/GLES2/gl2ext.h", 17 "+third_party/khronos/GLES2/gl2ext.h",
18 "+third_party/libyuv", 18 "+third_party/libyuv",
19 "+third_party/skia/include", 19 "+third_party/skia/include",
20 "+ui/events/latency_info.h", 20 "+ui/latency/latency_info.h",
21 "+ui/gfx", 21 "+ui/gfx",
22 "+ui/gl", 22 "+ui/gl",
23 "-cc/blink", 23 "-cc/blink",
24 ] 24 ]
25 25
26 specific_include_rules = { 26 specific_include_rules = {
27 "in_process_context_provider\.cc": [ 27 "in_process_context_provider\.cc": [
28 "+gpu/command_buffer/client", 28 "+gpu/command_buffer/client",
29 "+gpu/command_buffer/common", 29 "+gpu/command_buffer/common",
30 "+gpu/command_buffer/service", 30 "+gpu/command_buffer/service",
31 "+gpu/ipc", 31 "+gpu/ipc",
32 "+gpu/skia_bindings", 32 "+gpu/skia_bindings",
33 ], 33 ],
34 "in_process_context_provider\.h": [ 34 "in_process_context_provider\.h": [
35 "+gpu/command_buffer/common", 35 "+gpu/command_buffer/common",
36 "+gpu/ipc", 36 "+gpu/ipc",
37 ], 37 ],
38 } 38 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698