| Index: services/video_capture/BUILD.gn
|
| diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
|
| index bafe9479e35bdab2e39ece5a8343d649cd546b46..02dfbbb309916fbec3f5c32524dcc83d4b43bdf0 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 = [
|
| + "service_configurator_impl.cc",
|
| + "service_configurator_impl.h",
|
| "service_main.cc",
|
| "video_capture_service.cc",
|
| "video_capture_service.h",
|
| @@ -31,12 +33,10 @@ service_manifest("manifest") {
|
|
|
| source_set("lib") {
|
| sources = [
|
| - "video_capture_device_client_impl.cc",
|
| - "video_capture_device_client_impl.h",
|
| + "video_capture_device_access_impl.cc",
|
| + "video_capture_device_access_impl.h",
|
| "video_capture_device_factory_impl.cc",
|
| "video_capture_device_factory_impl.h",
|
| - "video_capture_device_impl.cc",
|
| - "video_capture_device_impl.h",
|
| ]
|
|
|
| deps = [
|
|
|