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

Unified Diff: media/media_unittests.scons

Issue 18546: Implementation of Pipeline and FilterHost interfaces. This is a large change... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_unittests.scons
===================================================================
--- media/media_unittests.scons (revision 8731)
+++ media/media_unittests.scons (working copy)
@@ -48,6 +48,7 @@
input_files = [
'base/data_buffer_unittest.cc',
+ 'base/pipeline_impl_unittest.cc',
'base/run_all_unittests.cc',
]
@@ -61,6 +62,7 @@
MSVSFilter('tests', [
MSVSFilter('base', [
'base/data_buffer_unittest.cc',
+ 'base/pipeline_impl_unittest.cc',
]),
MSVSFilter('audio', [
'audio/win/audio_output_win_unittest.cc',
« no previous file with comments | « media/media.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698