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

Unified Diff: media/BUILD.gn

Issue 2760513002: h264_decoder_unittests: Initial Change. (Closed)
Patch Set: Address kcwu's comments. Created 3 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
« no previous file with comments | « no previous file | media/gpu/BUILD.gn » ('j') | media/gpu/h264_decoder_unittest.cc » ('J')
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 b47595cca2bccb551f1b07b84fc1ca1339f7c269..2d0caf1270e78fcb70b2fc1bd565053ab7afea0a 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -746,21 +746,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') | media/gpu/h264_decoder_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698