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

Unified Diff: services/video_capture/BUILD.gn

Issue 2244763002: Video Capture Mojo (1.4a.a): Add service configurator interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@MakeService
Patch Set: mcasas' comments Created 4 years, 4 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 6c8dcfefbe08be33e80bdb1c45dba29461e9f415..12fdc4c7c231e43f04fb35313fc35d05ab53c7ea 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -8,6 +8,8 @@ import("//testing/test.gni")
service("video_capture") {
sources = [
+ "fake_video_capture_device_factory_configurator_impl.cc",
+ "fake_video_capture_device_factory_configurator_impl.h",
"service_main.cc",
"video_capture_service.cc",
"video_capture_service.h",
@@ -32,12 +34,10 @@ service_manifest("manifest") {
source_set("lib") {
sources = [
- "video_capture_device_client_impl.cc",
- "video_capture_device_client_impl.h",
"video_capture_device_factory_impl.cc",
"video_capture_device_factory_impl.h",
- "video_capture_device_impl.cc",
- "video_capture_device_impl.h",
+ "video_capture_device_proxy_impl.cc",
+ "video_capture_device_proxy_impl.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698