Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: media/media.gyp

Issue 357413002: Have media content and chrome browser tests load data from media/test/data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix net dependency for media_perftests Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 }], 1333 }],
1334 ], 1334 ],
1335 }, 1335 },
1336 { 1336 {
1337 'target_name': 'media_test_support', 1337 'target_name': 'media_test_support',
1338 'type': 'static_library', 1338 'type': 'static_library',
1339 'dependencies': [ 1339 'dependencies': [
1340 'media', 1340 'media',
1341 'shared_memory_support', 1341 'shared_memory_support',
1342 '../base/base.gyp:base', 1342 '../base/base.gyp:base',
1343 '../net/net.gyp:net_test_support',
1343 '../skia/skia.gyp:skia', 1344 '../skia/skia.gyp:skia',
1344 '../testing/gmock.gyp:gmock', 1345 '../testing/gmock.gyp:gmock',
1345 '../testing/gtest.gyp:gtest', 1346 '../testing/gtest.gyp:gtest',
1346 ], 1347 ],
1347 'sources': [ 1348 'sources': [
1348 'audio/mock_audio_manager.cc', 1349 'audio/mock_audio_manager.cc',
1349 'audio/mock_audio_manager.h', 1350 'audio/mock_audio_manager.h',
1350 'audio/mock_audio_source_callback.cc', 1351 'audio/mock_audio_source_callback.cc',
1351 'audio/mock_audio_source_callback.h', 1352 'audio/mock_audio_source_callback.h',
1352 'audio/test_audio_input_controller_factory.cc', 1353 'audio/test_audio_input_controller_factory.cc',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 ], 1751 ],
1751 }], 1752 }],
1752 ], 1753 ],
1753 }], 1754 }],
1754 ], 1755 ],
1755 }, 1756 },
1756 ], 1757 ],
1757 }], 1758 }],
1758 ], 1759 ],
1759 } 1760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698