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