| 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 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1349         }], |  1349         }], | 
|  1350       ], |  1350       ], | 
|  1351     }, |  1351     }, | 
|  1352     { |  1352     { | 
|  1353       'target_name': 'media_test_support', |  1353       'target_name': 'media_test_support', | 
|  1354       'type': 'static_library', |  1354       'type': 'static_library', | 
|  1355       'dependencies': [ |  1355       'dependencies': [ | 
|  1356         'media', |  1356         'media', | 
|  1357         'shared_memory_support', |  1357         'shared_memory_support', | 
|  1358         '../base/base.gyp:base', |  1358         '../base/base.gyp:base', | 
 |  1359         '../net/net.gyp:net_test_support', | 
|  1359         '../skia/skia.gyp:skia', |  1360         '../skia/skia.gyp:skia', | 
|  1360         '../testing/gmock.gyp:gmock', |  1361         '../testing/gmock.gyp:gmock', | 
|  1361         '../testing/gtest.gyp:gtest', |  1362         '../testing/gtest.gyp:gtest', | 
|  1362       ], |  1363       ], | 
|  1363       'sources': [ |  1364       'sources': [ | 
|  1364         'audio/mock_audio_manager.cc', |  1365         'audio/mock_audio_manager.cc', | 
|  1365         'audio/mock_audio_manager.h', |  1366         'audio/mock_audio_manager.h', | 
|  1366         'audio/mock_audio_source_callback.cc', |  1367         'audio/mock_audio_source_callback.cc', | 
|  1367         'audio/mock_audio_source_callback.h', |  1368         'audio/mock_audio_source_callback.h', | 
|  1368         'audio/test_audio_input_controller_factory.cc', |  1369         'audio/test_audio_input_controller_factory.cc', | 
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1761                   ], |  1762                   ], | 
|  1762                 }], |  1763                 }], | 
|  1763               ], |  1764               ], | 
|  1764             }], |  1765             }], | 
|  1765           ], |  1766           ], | 
|  1766         }, |  1767         }, | 
|  1767       ], |  1768       ], | 
|  1768     }], |  1769     }], | 
|  1769   ], |  1770   ], | 
|  1770 } |  1771 } | 
| OLD | NEW |