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

Unified Diff: media/media_lib.scons

Issue 13682: Checking in media::DataBuffer, a simple implementation of WritableBufferInterface. (Closed)
Patch Set: it try Created 12 years 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/build/media_unittests.vcproj ('k') | media/media_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_lib.scons
diff --git a/media/media_lib.scons b/media/media_lib.scons
index 9f016c49bb52d4fc9e5a86a62570fbce6c77dc49..cfb108cea2749d009f70484bfd281e22584e74ea 100644
--- a/media/media_lib.scons
+++ b/media/media_lib.scons
@@ -25,7 +25,7 @@ env.Prepend(
# These net files work on *all* platforms; files that don't work
# cross-platform live below.
input_files = [
- 'base/media.cc',
+ 'base/data_buffer.cc',
'base/media_format.cc',
]
« no previous file with comments | « media/build/media_unittests.vcproj ('k') | media/media_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698