DEPS 351 B

123456789101112131415
  1. include_rules = [
  2. "+components/viz/test/test_gpu_service_holder.h",
  3. "+third_party/libyuv",
  4. ]
  5. specific_include_rules = {
  6. "gl_tests_main.cc": [
  7. "+mojo/core/embedder",
  8. ],
  9. "gl_helper_benchmark.cc" : [
  10. "+third_party/skia/include/core/SkBitmap.h",
  11. ],
  12. "gl_helper_unittest.cc" : [
  13. "+third_party/skia/include/core/SkBitmap.h",
  14. ],
  15. }