DEPS 326 B

1234567891011121314151617
  1. noparent = True
  2. include_rules = [
  3. "+base",
  4. "+chromeos/ash/components/dbus",
  5. "+testing",
  6. "+services/device/public",
  7. "+ash/test",
  8. "+ash/constants",
  9. "+third_party/cros_system_api/dbus/typecd",
  10. ]
  11. specific_include_rules = {
  12. "peripheral_notification_manager_unittest\.cc": [
  13. "+ash/test/ash_test_base.h",
  14. ]
  15. }