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

Unified Diff: content/common/video_capture.typemap

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Fix dependency issues Created 4 years, 2 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: content/common/video_capture.typemap
diff --git a/content/common/video_capture.typemap b/content/common/video_capture.typemap
deleted file mode 100644
index 7d7e8fbd3da793ed9c95c5df080ff471dedf1597..0000000000000000000000000000000000000000
--- a/content/common/video_capture.typemap
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-mojom = "//content/common/video_capture.mojom"
-public_headers = [
- "//media/capture/video_capture_types.h",
- "//services/video_capture/public/interfaces/video_capture_format_traits.h",
- "//services/video_capture/public/interfaces/video_capture_device_proxy_traits.h",
-]
-traits_headers = [ "//content/common/video_capture_struct_traits.h" ]
-sources = [
- "//content/common/video_capture_struct_traits.cc",
-]
-public_deps = [
- "//media",
- "//services/video_capture/public/interfaces",
-]
-type_mappings = [ "content.mojom.VideoCaptureParams=media::VideoCaptureParams" ]

Powered by Google App Engine
This is Rietveld 408576698