Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Unified Diff: services/video_capture/BUILD.gn

Issue 2457003002: [Mojo Video Capture] Simplify API and some cleanups (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index 74d0ded9860fa72330b39383669c53fc010a1a50..7eda0c4ccf4d8a7058e2b68e4d18a58caa4c6101 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -73,9 +73,9 @@ test("video_capture_unittests") {
"fake_device_unittest.cc",
"mock_device_descriptor_receiver.cc",
"mock_device_descriptor_receiver.h",
- "mock_device_video_capture_service_test.cc",
- "mock_device_video_capture_service_test.h",
- "mock_device_video_capture_service_unittest.cc",
+ "mock_device_test.cc",
+ "mock_device_test.h",
+ "mock_device_unittest.cc",
"mock_video_capture_device_impl.cc",
"mock_video_capture_device_impl.h",
"mock_video_frame_receiver.cc",

Powered by Google App Engine
This is Rietveld 408576698