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

Side by Side Diff: chromecast/media/media.gyp

Issue 1224923003: Move and rename CmaMessageLoop to chromecast/media/base/MediaMessageLoop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename to MediaMessageLoop Created 5 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 'libcast_media_gyp%': '', 9 'libcast_media_gyp%': '',
10 'use_default_libcast_media%': 1, 10 'use_default_libcast_media%': 1,
(...skipping 19 matching lines...) Expand all
30 'base/decrypt_context.cc', 30 'base/decrypt_context.cc',
31 'base/decrypt_context.h', 31 'base/decrypt_context.h',
32 'base/decrypt_context_clearkey.cc', 32 'base/decrypt_context_clearkey.cc',
33 'base/decrypt_context_clearkey.h', 33 'base/decrypt_context_clearkey.h',
34 'base/key_systems_common.cc', 34 'base/key_systems_common.cc',
35 'base/key_systems_common.h', 35 'base/key_systems_common.h',
36 'base/media_caps.cc', 36 'base/media_caps.cc',
37 'base/media_caps.h', 37 'base/media_caps.h',
38 'base/media_codec_support.cc', 38 'base/media_codec_support.cc',
39 'base/media_codec_support.h', 39 'base/media_codec_support.h',
40 'base/media_message_loop.cc',
41 'base/media_message_loop.h',
40 'base/switching_media_renderer.cc', 42 'base/switching_media_renderer.cc',
41 'base/switching_media_renderer.h', 43 'base/switching_media_renderer.h',
42 ], 44 ],
43 'conditions': [ 45 'conditions': [
44 ['chromecast_branding=="Chrome"', { 46 ['chromecast_branding=="Chrome"', {
45 'dependencies': [ 47 'dependencies': [
46 '../internal/chromecast_internal.gyp:media_base_internal', 48 '../internal/chromecast_internal.gyp:media_base_internal',
47 ], 49 ],
48 }, { 50 }, {
49 'sources': [ 51 'sources': [
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 '../..', 327 '../..',
326 ], 328 ],
327 'sources': [ 329 'sources': [
328 'base/cast_media_default.cc', 330 'base/cast_media_default.cc',
329 ], 331 ],
330 } 332 }
331 ] 333 ]
332 }], 334 }],
333 ], 335 ],
334 } 336 }
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