| 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 'android_support_v13_target%': | 7 'android_support_v13_target%': |
| 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java
lib', | 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java
lib', |
| 9 'cast_build_release': 'internal/build/cast_build_release', | 9 'cast_build_release': 'internal/build/cast_build_release', |
| 10 'cast_is_debug_build%': 0, | 10 'cast_is_debug_build%': 0, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'public/graphics_properties_shlib.h', | 44 'public/graphics_properties_shlib.h', |
| 45 'public/graphics_types.h', | 45 'public/graphics_types.h', |
| 46 'public/media/decoder_config.h', | 46 'public/media/decoder_config.h', |
| 47 'public/media/stream_id.h', | 47 'public/media/stream_id.h', |
| 48 'public/osd_plane.h', | 48 'public/osd_plane.h', |
| 49 'public/osd_plane_shlib.h', | 49 'public/osd_plane_shlib.h', |
| 50 'public/osd_surface.h', | 50 'public/osd_surface.h', |
| 51 'public/video_plane.h', | 51 'public/video_plane.h', |
| 52 ], | 52 ], |
| 53 }, | 53 }, |
| 54 # TODO(gunsch): Remove this fake target once it's either added or no | |
| 55 # longer referenced from internal code. | |
| 56 {'target_name': 'cast_media_audio', 'type': 'none'}, | |
| 57 | |
| 58 { | 54 { |
| 59 'target_name': 'cast_base', | 55 'target_name': 'cast_base', |
| 60 'type': '<(component)', | 56 'type': '<(component)', |
| 61 'dependencies': [ | 57 'dependencies': [ |
| 62 '../base/base.gyp:base', | 58 '../base/base.gyp:base', |
| 63 ], | 59 ], |
| 64 'sources': [ | 60 'sources': [ |
| 65 'base/cast_paths.cc', | 61 'base/cast_paths.cc', |
| 66 'base/cast_paths.h', | 62 'base/cast_paths.h', |
| 67 'base/chromecast_switches.cc', | 63 'base/chromecast_switches.cc', |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'sources': [ | 652 'sources': [ |
| 657 'graphics/cast_egl_platform_default.cc', | 653 'graphics/cast_egl_platform_default.cc', |
| 658 'graphics/graphics_properties_default.cc', | 654 'graphics/graphics_properties_default.cc', |
| 659 'graphics/osd_plane_default.cc' | 655 'graphics/osd_plane_default.cc' |
| 660 ], | 656 ], |
| 661 } | 657 } |
| 662 ] | 658 ] |
| 663 }], | 659 }], |
| 664 ], # end of conditions | 660 ], # end of conditions |
| 665 } | 661 } |
| OLD | NEW |