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

Side by Side Diff: services/video_capture/public/cpp/BUILD.gn

Issue 2824883005: [Mojo Video Capture] Stop service when last client disconnects. (Closed)
Patch Set: Incorporate suggestions from PatchSet #4 Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("cpp") {
6 sources = [
7 "device_to_feedback_observer_adapter.cc",
8 "device_to_feedback_observer_adapter.h",
9 "receiver_media_to_mojo_adapter.cc",
10 "receiver_media_to_mojo_adapter.h",
11 ]
12
13 public_deps = [
14 "//base",
15 "//media",
16 "//media/capture:capture",
17 "//services/service_manager/public/cpp",
18 "//services/video_capture/public/interfaces",
19 ]
20
21 deps = [
22 "//mojo/public/cpp/bindings:bindings",
23 ]
24 }
OLDNEW
« no previous file with comments | « services/video_capture/device_media_to_mojo_adapter.cc ('k') | services/video_capture/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698