| include_rules = [ | |
| "+components/viz/test/test_gpu_service_holder.h", | |
| "+third_party/libyuv", | |
| ] | |
| specific_include_rules = { | |
| "gl_tests_main.cc": [ | |
| "+mojo/core/embedder", | |
| ], | |
| "gl_helper_benchmark.cc" : [ | |
| "+third_party/skia/include/core/SkBitmap.h", | |
| ], | |
| "gl_helper_unittest.cc" : [ | |
| "+third_party/skia/include/core/SkBitmap.h", | |
| ], | |
| } |