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

Unified Diff: services/video_capture/BUILD.gn

Issue 2244773002: Video Capture Mojo (1.4c): Handle Subsequent Access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FillServicePart2
Patch Set: rockot's comments Created 4 years, 3 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
« no previous file with comments | « no previous file | services/video_capture/fake_device_descriptor_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index cea86351aeb1fb4cbd675095217fcbdd19b2dd15..bc972deba0249065de57b4f9255b269ba1a254ea 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -53,9 +53,12 @@ source_set("lib") {
test("video_capture_unittests") {
sources = [
- "fake_device_video_capture_service_test.cc",
- "fake_device_video_capture_service_test.h",
- "fake_device_video_capture_service_unittest.cc",
+ "fake_device_descriptor_test.cc",
+ "fake_device_descriptor_test.h",
+ "fake_device_descriptor_unittest.cc",
+ "fake_device_test.cc",
+ "fake_device_test.h",
+ "fake_device_unittest.cc",
"mock_device_descriptor_receiver.cc",
"mock_device_descriptor_receiver.h",
"mock_video_capture_device_client.cc",
« no previous file with comments | « no previous file | services/video_capture/fake_device_descriptor_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698