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

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

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase to May 19th 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
1 # Copyright 2017 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("cpp") { 5 source_set("cpp") {
6 sources = [ 6 sources = [
7 "constants.cc",
8 "constants.h",
7 "device_to_feedback_observer_adapter.cc", 9 "device_to_feedback_observer_adapter.cc",
8 "device_to_feedback_observer_adapter.h", 10 "device_to_feedback_observer_adapter.h",
9 "receiver_media_to_mojo_adapter.cc", 11 "receiver_media_to_mojo_adapter.cc",
10 "receiver_media_to_mojo_adapter.h", 12 "receiver_media_to_mojo_adapter.h",
11 ] 13 ]
12 14
13 public_deps = [ 15 public_deps = [
14 "//base", 16 "//base",
15 "//media", 17 "//media",
16 "//media/capture:capture", 18 "//media/capture:capture",
17 "//services/service_manager/public/cpp", 19 "//services/service_manager/public/cpp",
18 "//services/video_capture/public/interfaces", 20 "//services/video_capture/public/interfaces",
19 ] 21 ]
20 22
21 deps = [ 23 deps = [
22 "//mojo/public/cpp/bindings:bindings", 24 "//mojo/public/cpp/bindings:bindings",
23 ] 25 ]
24 } 26 }
OLDNEW
« no previous file with comments | « services/video_capture/device_factory_media_to_mojo_adapter.cc ('k') | services/video_capture/public/cpp/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698