jamesr@chromium.org | 94f206c | 2012-08-25 00:09:14 | [diff] [blame] | 1 | include_rules = [ |
Fady Samuel | d5c2618 | 2017-07-12 02:43:33 | [diff] [blame] | 2 | "+components/viz/common", |
gman@chromium.org | d5bf7ca | 2013-01-09 19:56:40 | [diff] [blame] | 3 | "+gpu/GLES2", |
jamesr@chromium.org | 6ffaaf3 | 2013-10-22 04:05:54 | [diff] [blame] | 4 | "+gpu/command_buffer/client/context_support.h", |
jamesr@chromium.org | a99d82f | 2013-12-08 22:14:11 | [diff] [blame] | 5 | "+gpu/command_buffer/client/gles2_interface.h", |
| 6 | "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests |
reveman | f9a8a23 | 2014-10-28 17:54:52 | [diff] [blame] | 7 | "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", |
boliu@chromium.org | 6d66889 | 2013-12-04 21:37:12 | [diff] [blame] | 8 | "+gpu/command_buffer/common/capabilities.h", |
tfarina@chromium.org | 87e3a91 | 2014-02-07 20:50:29 | [diff] [blame] | 9 | "+gpu/command_buffer/common/gpu_memory_allocation.h", |
piman@chromium.org | 1aca009 | 2013-03-04 22:46:03 | [diff] [blame] | 10 | "+gpu/command_buffer/common/mailbox.h", |
sheu@chromium.org | df41e25 | 2014-02-03 23:39:50 | [diff] [blame] | 11 | "+gpu/command_buffer/common/mailbox_holder.h", |
dyen | cc16ed4d | 2015-11-03 20:03:04 | [diff] [blame] | 12 | "+gpu/command_buffer/common/sync_token.h", |
erikchen | 1ed6908 | 2016-06-20 18:27:27 | [diff] [blame] | 13 | "+gpu/command_buffer/common/texture_in_use_response.h", |
dyen | 8a145fb | 2016-03-31 00:37:51 | [diff] [blame] | 14 | "+gpu/vulkan", |
danakj@chromium.org | 3be2171 | 2012-12-06 06:13:20 | [diff] [blame] | 15 | "+media", |
wjmaclean@google.com | 940a616 | 2012-10-03 21:24:41 | [diff] [blame] | 16 | "+skia/ext", |
jamesr@chromium.org | 94f206c | 2012-08-25 00:09:14 | [diff] [blame] | 17 | "+third_party/khronos/GLES2/gl2.h", |
| 18 | "+third_party/khronos/GLES2/gl2ext.h", |
hubbe | dc65803 | 2016-10-04 01:34:59 | [diff] [blame] | 19 | "+third_party/libyuv", |
tfarina@chromium.org | 87e3a91 | 2014-02-07 20:50:29 | [diff] [blame] | 20 | "+third_party/skia/include", |
mfomitchev | 3ba450ad | 2017-04-03 18:20:40 | [diff] [blame] | 21 | "+ui/latency/latency_info.h", |
enne@chromium.org | 3fe7ba0 | 2012-10-12 22:39:23 | [diff] [blame] | 22 | "+ui/gfx", |
jamesr@chromium.org | 1b901a3 | 2012-12-07 08:52:03 | [diff] [blame] | 23 | "+ui/gl", |
jamesr@chromium.org | 3856462 | 2014-08-19 02:47:18 | [diff] [blame] | 24 | "-cc/blink", |
jamesr@chromium.org | 94f206c | 2012-08-25 00:09:14 | [diff] [blame] | 25 | ] |
fsamuel | edc0c2c | 2016-11-18 22:28:04 | [diff] [blame] | 26 | |
| 27 | specific_include_rules = { |
| 28 | "in_process_context_provider\.cc": [ |
| 29 | "+gpu/command_buffer/client", |
| 30 | "+gpu/command_buffer/common", |
| 31 | "+gpu/command_buffer/service", |
| 32 | "+gpu/ipc", |
| 33 | "+gpu/skia_bindings", |
| 34 | ], |
| 35 | "in_process_context_provider\.h": [ |
| 36 | "+gpu/command_buffer/common", |
| 37 | "+gpu/ipc", |
| 38 | ], |
danakj | c391f33 | 2017-07-12 20:45:52 | [diff] [blame^] | 39 | ".*_(unit|pixel|perf)test.*\.cc": [ |
| 40 | "+components/viz/test", |
| 41 | ], |
fsamuel | edc0c2c | 2016-11-18 22:28:04 | [diff] [blame] | 42 | } |