| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'type': '<(library)', | 330 'type': '<(library)', |
| 331 'dependencies': [ | 331 'dependencies': [ |
| 332 'media', | 332 'media', |
| 333 '../base/base.gyp:base', | 333 '../base/base.gyp:base', |
| 334 '../testing/gmock.gyp:gmock', | 334 '../testing/gmock.gyp:gmock', |
| 335 '../testing/gtest.gyp:gtest', | 335 '../testing/gtest.gyp:gtest', |
| 336 ], | 336 ], |
| 337 'sources': [ | 337 'sources': [ |
| 338 'audio/test_audio_input_controller_factory.cc', | 338 'audio/test_audio_input_controller_factory.cc', |
| 339 'audio/test_audio_input_controller_factory.h', | 339 'audio/test_audio_input_controller_factory.h', |
| 340 'base/mock_callback.cc', |
| 341 'base/mock_callback.h', |
| 340 'base/mock_filter_host.cc', | 342 'base/mock_filter_host.cc', |
| 341 'base/mock_filter_host.h', | 343 'base/mock_filter_host.h', |
| 342 'base/mock_filters.cc', | 344 'base/mock_filters.cc', |
| 343 'base/mock_filters.h', | 345 'base/mock_filters.h', |
| 344 ], | 346 ], |
| 345 }, | 347 }, |
| 346 { | 348 { |
| 347 'target_name': 'media_bench', | 349 'target_name': 'media_bench', |
| 348 'type': 'executable', | 350 'type': 'executable', |
| 349 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', | 351 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 ], | 645 ], |
| 644 }], | 646 }], |
| 645 ], | 647 ], |
| 646 } | 648 } |
| 647 | 649 |
| 648 # Local Variables: | 650 # Local Variables: |
| 649 # tab-width:2 | 651 # tab-width:2 |
| 650 # indent-tabs-mode:nil | 652 # indent-tabs-mode:nil |
| 651 # End: | 653 # End: |
| 652 # vim: set expandtab tabstop=2 shiftwidth=2: | 654 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |