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

Unified Diff: media/media.gyp

Issue 801993002: Delete ffmpeg_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix valgrind script Created 6 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/ffmpeg/ffmpeg_unittest.cc ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index e69544bd1abeb0a92328f4b096bcfcd716722192..71695313e1f36e212fae2c8872e63035b489b498 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1780,23 +1780,6 @@
['media_use_ffmpeg==1', {
'targets': [
{
- # GN version: //media:ffmpeg_unittests
- 'target_name': 'ffmpeg_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
- '../base/base.gyp:test_support_base',
- '../testing/gtest.gyp:gtest',
- '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
- 'media',
- 'media_test_support',
- ],
- 'sources': [
- 'ffmpeg/ffmpeg_unittest.cc',
- ],
- },
- {
# GN version: //media:ffmpeg_regression_tests
'target_name': 'ffmpeg_regression_tests',
'type': 'executable',
« no previous file with comments | « media/ffmpeg/ffmpeg_unittest.cc ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698