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

Side by Side Diff: content/common/media/media_devices_param_traits.cc

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « content/common/media/media_devices_param_traits.h ('k') | content/common/typemaps.gni » ('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 // Get basic type definitions. 5 #include "content/common/media/media_devices_param_traits.h"
6 #include "gpu/ipc/common/gpu_param_traits.h"
7 6
8 // Generate param traits size methods. 7 // Generate param traits size methods.
9 #include "ipc/param_traits_size_macros.h" 8 #include "ipc/param_traits_size_macros.h"
10 namespace IPC { 9 namespace IPC {
11 #undef GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ 10 #include "content/common/media/media_devices_param_traits.h"
12 #include "gpu/ipc/common/gpu_param_traits_macros.h" 11 } // namespace IPC
13 }
14 12
15 // Generate param traits write methods. 13 // Generate param traits write methods.
16 #include "ipc/param_traits_write_macros.h" 14 #include "ipc/param_traits_write_macros.h"
17 namespace IPC { 15 namespace IPC {
18 #undef GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ 16 #include "content/common/media/media_devices_param_traits.h"
19 #include "gpu/ipc/common/gpu_param_traits_macros.h"
20 } // namespace IPC 17 } // namespace IPC
21 18
22 // Generate param traits read methods. 19 // Generate param traits read methods.
23 #include "ipc/param_traits_read_macros.h" 20 #include "ipc/param_traits_read_macros.h"
24 namespace IPC { 21 namespace IPC {
25 #undef GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ 22 #include "content/common/media/media_devices_param_traits.h"
26 #include "gpu/ipc/common/gpu_param_traits_macros.h"
27 } // namespace IPC 23 } // namespace IPC
28 24
29 // Generate param traits log methods. 25 // Generate param traits log methods.
30 #include "ipc/param_traits_log_macros.h" 26 #include "ipc/param_traits_log_macros.h"
31 namespace IPC { 27 namespace IPC {
32 #undef GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ 28 #include "content/common/media/media_devices_param_traits.h"
33 #include "gpu/ipc/common/gpu_param_traits_macros.h"
34 } // namespace IPC 29 } // namespace IPC
OLDNEW
« no previous file with comments | « content/common/media/media_devices_param_traits.h ('k') | content/common/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698