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

Unified Diff: media/media_unittests.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/media_lib.scons ('k') | media/using_media.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_unittests.scons
diff --git a/media/media_unittests.scons b/media/media_unittests.scons
index b6116f7dd8c2a934e0143040ff5be7a2927febfc..f7c1ba4c211d4696435065270eba1030eb1e5d28 100644
--- a/media/media_unittests.scons
+++ b/media/media_unittests.scons
@@ -14,6 +14,7 @@ env.SConscript([
'$BASE_DIR/using_base.scons',
'$GTEST_DIR/../using_gtest.scons',
'$ICU38_DIR/using_icu38.scons',
+ '$MEDIA_DIR/using_media.scons',
], {'env':env})
env.Prepend(
@@ -46,6 +47,7 @@ if env['PLATFORM'] == 'win32':
)
input_files = [
+ 'base/data_buffer_unittest.cc',
'base/run_all_unittests.cc',
]
« no previous file with comments | « media/media_lib.scons ('k') | media/using_media.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698