DEPS 483 B

123456789101112131415
  1. # Please keep the dependencies here to a minimum. This is intended to be a
  2. # low level Chrome OS system library that may be used by targets that need to
  3. # be kept as small as possible.
  4. include_rules = [
  5. "+components/services/app_service/public",
  6. "+components/webapps/browser",
  7. "+components/digital_goods/mojom",
  8. "+components/policy/core/common",
  9. ]
  10. specific_include_rules = {
  11. "app_service_types_mojom_traits_unittest\.cc": [
  12. "+ui/gfx/image/image_unittest_util.h"
  13. ]
  14. }