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

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: 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
Index: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index cea86351aeb1fb4cbd675095217fcbdd19b2dd15..9957aa6aa831ef788208c0dddb5c813e09436c4d 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -53,6 +53,9 @@ source_set("lib") {
test("video_capture_unittests") {
sources = [
+ "fake_device_descriptor_video_capture_service_test.cc",
+ "fake_device_descriptor_video_capture_service_test.h",
+ "fake_device_descriptor_video_capture_service_unittest.cc",
"fake_device_video_capture_service_test.cc",
"fake_device_video_capture_service_test.h",
"fake_device_video_capture_service_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698