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

Side by Side Diff: chromecast/media/cma/base/BUILD.gn

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved args.gn Created 5 years, 8 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 | « chromecast/media/cma/backend/BUILD.gn ('k') | chromecast/media/cma/filters/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("base") {
6 sources = [
7 "balanced_media_task_runner_factory.cc",
8 "balanced_media_task_runner_factory.h",
9 "buffering_controller.cc",
10 "buffering_controller.h",
11 "buffering_defs.cc",
12 "buffering_defs.h",
13 "buffering_frame_provider.cc",
14 "buffering_frame_provider.h",
15 "buffering_state.cc",
16 "buffering_state.h",
17 "cma_logging.h",
18 "coded_frame_provider.cc",
19 "coded_frame_provider.h",
20 "decoder_buffer_adapter.cc",
21 "decoder_buffer_adapter.h",
22 "decoder_buffer_base.cc",
23 "decoder_buffer_base.h",
24 "media_task_runner.cc",
25 "media_task_runner.h",
26 ]
27
28 deps = [
29 "//base",
30 "//chromecast/base",
31 "//media",
32 ]
33
34 configs += [ "//chromecast:config" ]
35 }
OLDNEW
« no previous file with comments | « chromecast/media/cma/backend/BUILD.gn ('k') | chromecast/media/cma/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698