summaryrefslogtreecommitdiff
path: root/chromium/cc/DEPS
blob: bbab8316a1074d8b8a7f753d51b2f48c633b0038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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",
  "+gpu/command_buffer/common/texture_in_use_response.h",
  "+gpu/vulkan",
  "+media",
  "+skia/ext",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+third_party/libyuv",
  "+third_party/skia/include",
  "+ui/events/latency_info.h",
  "+ui/gfx",
  "+ui/gl",
  "-cc/blink",
]
  
specific_include_rules = {
  "in_process_context_provider\.cc": [
    "+gpu/command_buffer/client",
    "+gpu/command_buffer/common",
    "+gpu/command_buffer/service",
    "+gpu/ipc",
    "+gpu/skia_bindings",
  ],
  "in_process_context_provider\.h": [
    "+gpu/command_buffer/common",
    "+gpu/ipc",
  ],
}