| 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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 'targets': [ | 729 'targets': [ |
| 730 { | 730 { |
| 731 'target_name': 'cast_shell_media', | 731 'target_name': 'cast_shell_media', |
| 732 'type': '<(component)', | 732 'type': '<(component)', |
| 733 'dependencies': [ | 733 'dependencies': [ |
| 734 'cast_public_api', | 734 'cast_public_api', |
| 735 'media/media.gyp:cast_media', | 735 'media/media.gyp:cast_media', |
| 736 '../content/content.gyp:content', | 736 '../content/content.gyp:content', |
| 737 '../ipc/ipc.gyp:ipc', | 737 '../ipc/ipc.gyp:ipc', |
| 738 '../media/media.gyp:media', | 738 '../media/media.gyp:media', |
| 739 '../skia/skia.gyp:skia', |
| 739 ], | 740 ], |
| 740 'sources': [ | 741 'sources': [ |
| 741 'browser/media/cast_browser_cdm_factory.cc', | 742 'browser/media/cast_browser_cdm_factory.cc', |
| 742 'browser/media/cast_browser_cdm_factory.h', | 743 'browser/media/cast_browser_cdm_factory.h', |
| 743 'browser/media/cma_message_filter_host.cc', | 744 'browser/media/cma_message_filter_host.cc', |
| 744 'browser/media/cma_message_filter_host.h', | 745 'browser/media/cma_message_filter_host.h', |
| 745 'browser/media/media_pipeline_host.cc', | 746 'browser/media/media_pipeline_host.cc', |
| 746 'browser/media/media_pipeline_host.h', | 747 'browser/media/media_pipeline_host.h', |
| 747 'common/media/cma_ipc_common.h', | 748 'common/media/cma_ipc_common.h', |
| 748 'common/media/cma_messages.h', | 749 'common/media/cma_messages.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 'cast_shell_core', | 790 'cast_shell_core', |
| 790 ], | 791 ], |
| 791 'sources': [ | 792 'sources': [ |
| 792 'app/cast_main.cc', | 793 'app/cast_main.cc', |
| 793 ], | 794 ], |
| 794 }, | 795 }, |
| 795 ], # end of targets | 796 ], # end of targets |
| 796 }], | 797 }], |
| 797 ], # end of conditions | 798 ], # end of conditions |
| 798 } | 799 } |
| OLD | NEW |