| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |