| source_set("media_effects") { |
| deps = [ |
| "//base", |
| "//components/keyed_service/content", |
| "//components/user_prefs", |
| "//content/public/browser", |
| "//services/video_capture/public/mojom", |
| "//third_party/abseil-cpp:absl", |
| ] |
| sources = [ |
| "media_effects_manager_binder.cc", |
| "media_effects_manager_binder.h", |
| "media_effects_service.cc", |
| "media_effects_service.h", |
| "media_effects_service_factory.cc", |
| "media_effects_service_factory.h", |
| "video_effects_manager_impl.cc", |
| "video_effects_manager_impl.h", |
| ] |
| } |
| |
| source_set("unit_tests") { |
| testonly = true |
| deps = [ |
| ":media_effects", |
| "//base", |
| "//build:buildflag_header_h", |
| "//components/prefs:test_support", |
| "//components/user_prefs/test:test_support", |
| "//content/test:test_support", |
| "//testing/gtest", |
| "//third_party/mediapipe", |
| ] |
| sources = [ |
| "media_effects_manager_binder_unittest.cc", |
| "media_effects_mediapipe_unittests.cc", |
| "media_effects_service_factory_unittest.cc", |
| "media_effects_service_unittest.cc", |
| "video_effects_manager_impl_unittest.cc", |
| ] |
| } |