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

Unified Diff: media/BUILD.gn

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 | « no previous file | media/ffmpeg/ffmpeg_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 258d4feac94c445d31c35880359ffa3404fae79f..178c9dfce0b9e817aaa130bf9909076c6b8ca834 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -709,23 +709,6 @@ component("shared_memory_support") {
}
if (media_use_ffmpeg) {
- test("ffmpeg_unittests") {
- sources = [
- "ffmpeg/ffmpeg_unittest.cc",
- ]
-
- deps = [
- ":media",
- ":test_support",
- "//base",
- "//base:i18n",
- "//base/test:test_support",
- "//testing/gtest",
- "//third_party/ffmpeg",
- "//ui/gfx:test_support",
- ]
- }
-
test("ffmpeg_regression_tests") {
sources = [
"base/run_all_unittests.cc",
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698