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

Side by Side Diff: media/mojo/common/BUILD.gn

Issue 2411573002: media: Use new wrapper types for media mojo interfaces (Closed)
Patch Set: comments addressed 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 | « media/mojo/clients/mojo_decryptor.cc ('k') | media/mojo/common/media_type_converters.cc » ('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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # Target naming conventions: 7 # Target naming conventions:
8 # - unittests: Unit tests for a particular class/file. 8 # - unittests: Unit tests for a particular class/file.
9 9
10 source_set("common") { 10 source_set("common") {
11 sources = [ 11 sources = [
12 "media_type_converters.cc", 12 "media_type_converters.cc",
13 "media_type_converters.h", 13 "media_type_converters.h",
14 "mojo_decoder_buffer_converter.cc", 14 "mojo_decoder_buffer_converter.cc",
15 "mojo_decoder_buffer_converter.h", 15 "mojo_decoder_buffer_converter.h",
16 "mojo_shared_buffer_video_frame.cc", 16 "mojo_shared_buffer_video_frame.cc",
17 "mojo_shared_buffer_video_frame.h", 17 "mojo_shared_buffer_video_frame.h",
18 "mojo_type_trait.h",
19 ] 18 ]
20 19
21 deps = [ 20 deps = [
22 "//base", 21 "//base",
23 "//media", 22 "//media",
24 "//media/mojo/interfaces", 23 "//media/mojo/interfaces",
25 "//mojo/common", 24 "//mojo/common",
26 "//mojo/public/cpp/bindings", 25 "//mojo/public/cpp/bindings",
27 "//mojo/public/cpp/system", 26 "//mojo/public/cpp/system",
28 "//ui/gfx/geometry", 27 "//ui/gfx/geometry",
29 "//ui/gfx/geometry/mojo", 28 "//ui/gfx/geometry/mojo",
30 ] 29 ]
31 } 30 }
OLDNEW
« no previous file with comments | « media/mojo/clients/mojo_decryptor.cc ('k') | media/mojo/common/media_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698