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 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 'common/media/cma_ipc_common.h', | 489 'common/media/cma_ipc_common.h', |
490 'common/media/cma_messages.h', | 490 'common/media/cma_messages.h', |
491 'common/media/cma_message_generator.cc', | 491 'common/media/cma_message_generator.cc', |
492 'common/media/cma_message_generator.h', | 492 'common/media/cma_message_generator.h', |
493 'common/media/cma_param_traits.cc', | 493 'common/media/cma_param_traits.cc', |
494 'common/media/cma_param_traits.h', | 494 'common/media/cma_param_traits.h', |
495 'common/media/shared_memory_chunk.cc', | 495 'common/media/shared_memory_chunk.cc', |
496 'common/media/shared_memory_chunk.h', | 496 'common/media/shared_memory_chunk.h', |
497 'renderer/media/audio_pipeline_proxy.cc', | 497 'renderer/media/audio_pipeline_proxy.cc', |
498 'renderer/media/audio_pipeline_proxy.h', | 498 'renderer/media/audio_pipeline_proxy.h', |
499 'renderer/media/cma_media_renderer_factory.cc', | 499 'renderer/media/chromecast_media_renderer_factory.cc', |
500 'renderer/media/cma_media_renderer_factory.h', | 500 'renderer/media/chromecast_media_renderer_factory.h', |
501 'renderer/media/cma_message_filter_proxy.cc', | 501 'renderer/media/cma_message_filter_proxy.cc', |
502 'renderer/media/cma_message_filter_proxy.h', | 502 'renderer/media/cma_message_filter_proxy.h', |
503 'renderer/media/media_channel_proxy.cc', | 503 'renderer/media/media_channel_proxy.cc', |
504 'renderer/media/media_channel_proxy.h', | 504 'renderer/media/media_channel_proxy.h', |
505 'renderer/media/media_pipeline_proxy.cc', | 505 'renderer/media/media_pipeline_proxy.cc', |
506 'renderer/media/media_pipeline_proxy.h', | 506 'renderer/media/media_pipeline_proxy.h', |
507 'renderer/media/video_pipeline_proxy.cc', | 507 'renderer/media/video_pipeline_proxy.cc', |
508 'renderer/media/video_pipeline_proxy.h', | 508 'renderer/media/video_pipeline_proxy.h', |
509 ], | 509 ], |
510 }, # end of target 'cast_shell_media' | 510 }, # end of target 'cast_shell_media' |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 544 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
545 # Allow the cast shell to find the NSS module in the same directory. | 545 # Allow the cast shell to find the NSS module in the same directory. |
546 'ldflags': [ | 546 'ldflags': [ |
547 '-Wl,-rpath=\$$ORIGIN' | 547 '-Wl,-rpath=\$$ORIGIN' |
548 ], | 548 ], |
549 }, | 549 }, |
550 ], # end of targets | 550 ], # end of targets |
551 }], | 551 }], |
552 ], # end of conditions | 552 ], # end of conditions |
553 } | 553 } |
OLD | NEW |