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

Side by Side Diff: cc/DEPS

Issue 2286583002: Make cc::SoftwareImageDecodeController, cc::ResourcePool, and cc::StagingBufferPoo… (Closed)
Patch Set: Fixed BUILD.gn's DEPS Created 4 years, 3 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 "+components/memory_coordinator/common/client_registry.h",
3 "+components/memory_coordinator/common/memory_coordinator_client.h",
4 "+components/memory_coordinator/public/interfaces/child_memory_coordinator.moj om.h",
ericrk 2016/09/01 16:42:23 It doesn't look like the mojom.h is directly inclu
2 "+gpu/GLES2", 5 "+gpu/GLES2",
3 "+gpu/command_buffer/client/context_support.h", 6 "+gpu/command_buffer/client/context_support.h",
4 "+gpu/command_buffer/client/gles2_interface.h", 7 "+gpu/command_buffer/client/gles2_interface.h",
5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests 8 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
6 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", 9 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
7 "+gpu/command_buffer/common/capabilities.h", 10 "+gpu/command_buffer/common/capabilities.h",
8 "+gpu/command_buffer/common/gpu_memory_allocation.h", 11 "+gpu/command_buffer/common/gpu_memory_allocation.h",
9 "+gpu/command_buffer/common/mailbox.h", 12 "+gpu/command_buffer/common/mailbox.h",
10 "+gpu/command_buffer/common/mailbox_holder.h", 13 "+gpu/command_buffer/common/mailbox_holder.h",
11 "+gpu/command_buffer/common/sync_token.h", 14 "+gpu/command_buffer/common/sync_token.h",
12 "+gpu/command_buffer/common/texture_in_use_response.h", 15 "+gpu/command_buffer/common/texture_in_use_response.h",
13 "+gpu/vulkan", 16 "+gpu/vulkan",
14 "+media", 17 "+media",
15 "+skia/ext", 18 "+skia/ext",
16 "+third_party/khronos/GLES2/gl2.h", 19 "+third_party/khronos/GLES2/gl2.h",
17 "+third_party/khronos/GLES2/gl2ext.h", 20 "+third_party/khronos/GLES2/gl2ext.h",
18 "+third_party/skia/include", 21 "+third_party/skia/include",
19 "+ui/events/latency_info.h", 22 "+ui/events/latency_info.h",
20 "+ui/gfx", 23 "+ui/gfx",
21 "+ui/gl", 24 "+ui/gl",
22 "-cc/blink", 25 "-cc/blink",
23 ] 26 ]
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/staging_buffer_pool.h » ('j') | cc/raster/staging_buffer_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698