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

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

Issue 2643713003: Allow to use the DefaultRendererFactory from a Utility Process (Closed)
Patch Set: Rebase Created 3 years, 10 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 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 source_set("common") { 5 source_set("common") {
6 sources = [ 6 sources = [
7 "media_type_converters.cc", 7 "media_type_converters.cc",
8 "media_type_converters.h", 8 "media_type_converters.h",
9 "mojo_decoder_buffer_converter.cc", 9 "mojo_decoder_buffer_converter.cc",
10 "mojo_decoder_buffer_converter.h", 10 "mojo_decoder_buffer_converter.h",
11 "mojo_shared_buffer_video_frame.cc", 11 "mojo_shared_buffer_video_frame.cc",
12 "mojo_shared_buffer_video_frame.h", 12 "mojo_shared_buffer_video_frame.h",
13 "mojo_video_frame_provider.cc", 13 "mojo_video_frame_provider.cc",
14 "mojo_video_frame_provider.h", 14 "mojo_video_frame_provider.h",
15 "mojo_video_frame_provider_factory.cc",
16 "mojo_video_frame_provider_factory.h",
15 ] 17 ]
16 18
17 deps = [ 19 deps = [
18 "//base", 20 "//base",
19 "//media", 21 "//media",
20 "//media/mojo/interfaces", 22 "//media/mojo/interfaces",
21 "//mojo/common", 23 "//mojo/common",
22 "//mojo/public/cpp/bindings", 24 "//mojo/public/cpp/bindings",
23 "//mojo/public/cpp/system", 25 "//mojo/public/cpp/system",
24 "//ui/gfx/geometry", 26 "//ui/gfx/geometry",
25 "//ui/gfx/geometry/mojo", 27 "//ui/gfx/geometry/mojo",
26 ] 28 ]
27 } 29 }
OLDNEW
« no previous file with comments | « media/mojo/clients/mojo_video_renderer_sink_impl.cc ('k') | media/mojo/common/mojo_video_frame_provider_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698