summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: 3d2bec6c83e34e3ee4b621d8c5ee3b7463ddc763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  "+gpu/GLES2",
  "+gpu/command_buffer/client/context_support.h",
  "+gpu/command_buffer/client/gles2_interface.h",
  "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
  "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
  "+gpu/command_buffer/common/capabilities.h",
  "+gpu/command_buffer/common/gpu_memory_allocation.h",
  "+gpu/command_buffer/common/mailbox.h",
  "+gpu/command_buffer/common/mailbox_holder.h",
  "+gpu/command_buffer/common/sync_token.h",
  "+media",
  "+skia/ext",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+third_party/skia/include",
  "+ui/events/latency_info.h",
  "+ui/gfx",
  "+ui/gl",
  "-cc/blink",
]