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

Unified Diff: media/BUILD.gn

Issue 2760513002: h264_decoder_unittests: Initial Change. (Closed)
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « no previous file | media/gpu/BUILD.gn » ('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 6fbd5a7d7d35b3c4a3ce334d00065d5226ffdbef..7cb9ebfb2d94555004055791fe7376240416007d 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -636,21 +636,12 @@ test("media_unittests") {
":unit_tests",
"//media/audio:unit_tests",
"//media/base:unit_tests",
+ "//media/gpu:unit_tests",
"//media/mojo:unit_tests",
"//media/test:pipeline_integration_tests",
"//media/test:run_all_unittests",
]
- if (is_android) {
- deps += [
- # The test needs the java dependencies to add the java classes for their
- # native counterparts to the test apk.
- "//media/base/android:media_java",
- "//media/gpu:android_video_decode_accelerator_unittests",
- "//ui/android:ui_java",
- ]
- }
-
if (enable_media_remoting) {
deps += [ "//media/remoting:media_remoting_tests" ]
}
« no previous file with comments | « no previous file | media/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698