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

Side by Side Diff: content/common/video_capture.typemap

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « content/common/media/video_capture.h ('k') | content/common/video_capture_struct_traits.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 mojom = "//content/common/video_capture.mojom" 5 mojom = "//content/common/video_capture.mojom"
6 public_headers = [ 6 public_headers = [
7 "//media/base/video_capture_types.h", 7 "//media/capture/video_capture_types.h",
8 "//services/video_capture/public/interfaces/video_capture_format_traits.h", 8 "//services/video_capture/public/interfaces/video_capture_format_traits.h",
9 "//services/video_capture/public/interfaces/video_capture_device_proxy_traits. h", 9 "//services/video_capture/public/interfaces/video_capture_device_proxy_traits. h",
10 ] 10 ]
11 traits_headers = [ "//content/common/video_capture_struct_traits.h" ] 11 traits_headers = [ "//content/common/video_capture_struct_traits.h" ]
12 sources = [ 12 sources = [
13 "//content/common/video_capture_struct_traits.cc", 13 "//content/common/video_capture_struct_traits.cc",
14 ] 14 ]
15 public_deps = [ 15 public_deps = [
16 "//media", 16 "//media",
17 "//services/video_capture/public/interfaces", 17 "//services/video_capture/public/interfaces",
18 ] 18 ]
19 type_mappings = [ "content.mojom.VideoCaptureParams=media::VideoCaptureParams" ] 19 type_mappings = [ "content.mojom.VideoCaptureParams=media::VideoCaptureParams" ]
OLDNEW
« no previous file with comments | « content/common/media/video_capture.h ('k') | content/common/video_capture_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698