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

Unified Diff: video/BUILD.gn

Issue 3016593002: Revert of Add full stack tests for MediaCodec. (Closed)
Patch Set: Created 3 years, 3 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 | « test/call_test.cc ('k') | video/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: video/BUILD.gn
diff --git a/video/BUILD.gn b/video/BUILD.gn
index b4678e823ac87096bac86b78f00a1a4805e705c3..16f6bd0050f1ffc166906a1a7eed206eac95ac76 100644
--- a/video/BUILD.gn
+++ b/video/BUILD.gn
@@ -124,15 +124,6 @@
"../voice_engine",
"//testing/gtest",
]
- if (is_android) {
- deps += [
- "../modules/video_coding:codecs_test_android_test_initializer",
- "../sdk/android:video_jni",
- ]
- }
- if (is_ios || is_mac) {
- deps += [ "../modules/video_coding:codec_test_objc" ]
- }
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
« no previous file with comments | « test/call_test.cc ('k') | video/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698