DEPS 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. noparent = True
  2. include_rules = [
  3. "+ash/assistant/model",
  4. "+ash/assistant/ui",
  5. "+ash/assistant/util",
  6. "+ash/constants",
  7. "+ash/keyboard/ui",
  8. "+ash/public",
  9. "+ash/resources/vector_icons",
  10. "+ash/strings",
  11. "+ash/style",
  12. "+base",
  13. "+build/buildflag.h",
  14. "+cc/base",
  15. "+cc/paint",
  16. "+chromeos/ash/components/assistant",
  17. "+chromeos/ash/services/assistant/public/cpp",
  18. "+chromeos/constants",
  19. "+chromeos/services/libassistant/public/cpp",
  20. "+mojo/public/cpp",
  21. "+net/base",
  22. "+third_party/skia/include/core",
  23. "+ui",
  24. # Abseil features must be allowlisted explicitly for now. See
  25. # //styleguide/c++/c++11.html. Allowed features' headers will be listed
  26. # explicitly here.
  27. # Please keep this section in sync with //DEPS.
  28. '-absl',
  29. '-third_party/abseil-cpp',
  30. '+third_party/abseil-cpp/absl/base/attributes.h',
  31. "+third_party/abseil-cpp/absl/numeric/int128.h",
  32. '+third_party/abseil-cpp/absl/types/optional.h',
  33. '+third_party/abseil-cpp/absl/types/variant.h',
  34. '+third_party/abseil-cpp/absl/utility/utility.h',
  35. ]
  36. specific_include_rules = {
  37. ".*_unittest\.cc": [
  38. "+ash/assistant/assistant_controller_impl.h",
  39. "+ash/assistant/assistant_interaction_controller_impl.h",
  40. "+ash/assistant/assistant_ui_controller.h",
  41. "+ash/assistant/assistant_web_ui_controller.h",
  42. "+ash/assistant/test/assistant_ash_test_base.h",
  43. "+ash/frame/non_client_frame_view_ash.h",
  44. "+ash/session/session_controller_impl.h",
  45. "+ash/shell.h",
  46. "+ash/test/ash_test_base.h",
  47. "+ash/test/ash_test_views_delegate.h",
  48. "+ash/wm/tablet_mode/tablet_mode_controller.h",
  49. "+base/test/scoped_feature_list.h",
  50. "+cc/test/pixel_comparator.h",
  51. "+chromeos/ash/services/assistant/test_support/mock_assistant.h",
  52. "+chromeos/ui/frame/default_frame_header.h",
  53. "+chromeos/ui/vector_icons/vector_icons.h",
  54. "+components/prefs",
  55. "+components/vector_icons",
  56. "+testing/gmock",
  57. "+testing/gtest",
  58. ],
  59. }