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

Unified Diff: media/media.gyp

Issue 12811011: net: move test files out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 40f426b029a2782b3b453e5a4bfdc75aced96f9d..5bd0f4bd5ae7cebe5cb8828022b8fe39e45a2ed0 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -884,7 +884,7 @@
'base/multi_channel_resampler_unittest.cc',
'base/pipeline_unittest.cc',
'base/ranges_unittest.cc',
- 'base/run_all_unittests.cc',
+ 'test/run_all_unittests.cc',
eroman 2013/03/15 19:22:07 This change seems unrelated. You sure about it?
Paweł Hajdan Jr. 2013/03/15 19:58:50 Oops, tools/git/mass-rename.sh fail. Fixed.
'base/seekable_buffer_unittest.cc',
'base/sinc_resampler_unittest.cc',
'base/test_data_util.cc',
@@ -1529,7 +1529,7 @@
'media_test_support',
],
'sources': [
- 'base/run_all_unittests.cc',
+ 'test/run_all_unittests.cc',
'base/test_data_util.cc',
'ffmpeg/ffmpeg_regression_tests.cc',
'filters/pipeline_integration_test_base.cc',

Powered by Google App Engine
This is Rietveld 408576698