| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
| 9 'use_cras%': 0, | 9 'use_cras%': 0, |
| 10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
| (...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 'base/mock_demuxer_host.cc', | 1623 'base/mock_demuxer_host.cc', |
| 1624 'base/mock_demuxer_host.h', | 1624 'base/mock_demuxer_host.h', |
| 1625 'base/mock_filters.cc', | 1625 'base/mock_filters.cc', |
| 1626 'base/mock_filters.h', | 1626 'base/mock_filters.h', |
| 1627 'base/mock_media_log.cc', | 1627 'base/mock_media_log.cc', |
| 1628 'base/mock_media_log.h', | 1628 'base/mock_media_log.h', |
| 1629 'base/test_data_util.cc', | 1629 'base/test_data_util.cc', |
| 1630 'base/test_data_util.h', | 1630 'base/test_data_util.h', |
| 1631 'base/test_helpers.cc', | 1631 'base/test_helpers.cc', |
| 1632 'base/test_helpers.h', | 1632 'base/test_helpers.h', |
| 1633 'renderers/mock_gpu_memory_buffer_video_frame_pool.cc', |
| 1634 'renderers/mock_gpu_memory_buffer_video_frame_pool.h', |
| 1633 'renderers/mock_gpu_video_accelerator_factories.cc', | 1635 'renderers/mock_gpu_video_accelerator_factories.cc', |
| 1634 'renderers/mock_gpu_video_accelerator_factories.h', | 1636 'renderers/mock_gpu_video_accelerator_factories.h', |
| 1635 'video/mock_video_decode_accelerator.cc', | 1637 'video/mock_video_decode_accelerator.cc', |
| 1636 'video/mock_video_decode_accelerator.h', | 1638 'video/mock_video_decode_accelerator.h', |
| 1637 ], | 1639 ], |
| 1638 }, | 1640 }, |
| 1639 { | 1641 { |
| 1640 # Minimal target for NaCl and other renderer side media clients which | 1642 # Minimal target for NaCl and other renderer side media clients which |
| 1641 # only need to send audio data across the shared memory to the browser | 1643 # only need to send audio data across the shared memory to the browser |
| 1642 # process. | 1644 # process. |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2101 'dependencies': [ | 2103 'dependencies': [ |
| 2102 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2104 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2103 ], | 2105 ], |
| 2104 }], | 2106 }], |
| 2105 ], | 2107 ], |
| 2106 }, | 2108 }, |
| 2107 ], | 2109 ], |
| 2108 }], | 2110 }], |
| 2109 ], | 2111 ], |
| 2110 } | 2112 } |
| OLD | NEW |