DEPS 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. include_rules = [
  2. "+cc/base",
  3. "+components/viz/common/resources/resource_format.h",
  4. "+mojo/public/cpp/bindings",
  5. "+third_party/khronos",
  6. "+third_party/libsync",
  7. "+third_party/skia",
  8. "+ui/events",
  9. "+ui/base/x",
  10. "+ui/gfx",
  11. "+ui/ozone/buildflags.h",
  12. ]
  13. specific_include_rules = {
  14. # Allow us to include ANGLE's base platform implementation.
  15. "angle_platform_impl.cc": [
  16. "+third_party/angle/include/platform/PlatformMethods.h",
  17. ],
  18. "delegated_ink_point_renderer_gpu_unittest.cc": [
  19. "+ui/base/win/hidden_window.h",
  20. ],
  21. "direct_composition_surface_win_unittest.cc": [
  22. "+ui/base/win/hidden_window.h",
  23. "+ui/platform_window",
  24. ],
  25. "gl_angle_util_vulkan.cc": [
  26. "+third_party/angle/include/EGL/egl.h",
  27. "+third_party/angle/include/EGL/eglext.h",
  28. ],
  29. "gl_angle_util_win.cc": [
  30. "+third_party/angle/include/EGL/egl.h",
  31. "+third_party/angle/include/EGL/eglext.h",
  32. ],
  33. "gl_fence_win_unittest.cc": [
  34. "+media/base/win/d3d11_mocks.h",
  35. ],
  36. "gl_surface_egl_unittest.cc": [
  37. "+ui/platform_window",
  38. ],
  39. "gl_image_egl_pixmap.cc": [
  40. "+ui/base/ui_base_features.h",
  41. ],
  42. "gl_utils.cc": [
  43. "+media/base/win/mf_helpers.h"
  44. ],
  45. "hdr_metadata_helper_win_unittest.cc": [
  46. "+media/base/win/d3d11_mocks.h",
  47. ],
  48. "swap_chain_presenter.cc": [
  49. "+media/base/win/mf_helpers.h"
  50. ],
  51. }