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

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

Issue 1916973004: [chromecast] Delete MediaMessageLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cmathread -> castmediathread Created 4 years, 7 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/base/media_message_loop.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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("backend") { 5 source_set("backend") {
6 sources = [ 6 sources = [
7 "audio_decoder_default.cc", 7 "audio_decoder_default.cc",
8 "audio_decoder_default.h", 8 "audio_decoder_default.h",
9 "audio_decoder_wrapper.cc", 9 "audio_decoder_wrapper.cc",
10 "audio_decoder_wrapper.h", 10 "audio_decoder_wrapper.h",
11 "media_pipeline_backend_default.cc", 11 "media_pipeline_backend_default.cc",
12 "media_pipeline_backend_default.h", 12 "media_pipeline_backend_default.h",
13 "media_pipeline_backend_manager.cc", 13 "media_pipeline_backend_manager.cc",
14 "media_pipeline_backend_manager.h", 14 "media_pipeline_backend_manager.h",
15 "media_pipeline_backend_wrapper.cc", 15 "media_pipeline_backend_wrapper.cc",
16 "media_pipeline_backend_wrapper.h", 16 "media_pipeline_backend_wrapper.h",
17 "video_decoder_default.cc", 17 "video_decoder_default.cc",
18 "video_decoder_default.h", 18 "video_decoder_default.h",
19 ] 19 ]
20 20
21 public_deps = [ 21 public_deps = [
22 "//chromecast/public", 22 "//chromecast/public",
23 "//chromecast/public/media", 23 "//chromecast/public/media",
24 ] 24 ]
25 25
26 deps = [ 26 deps = [
27 "//base", 27 "//base",
28 "//chromecast/media/base:message_loop",
29 ] 28 ]
30 } 29 }
OLDNEW
« no previous file with comments | « chromecast/media/base/media_message_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698