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

Unified Diff: webrtc/modules/video_coding/video_coding.gni

Issue 2187563005: GN: Add target for modules_tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Forgot to add video_coding.gni to the CL. Created 4 years, 5 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
« webrtc/modules/BUILD.gn ('K') | « webrtc/modules/audio_coding/test/RTPFile.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/video_coding.gni
diff --git a/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn b/webrtc/modules/video_coding/video_coding.gni
similarity index 72%
copy from webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
copy to webrtc/modules/video_coding/video_coding.gni
index d5f6b0f2d6a043aa2b439e30648e39cbd5bc20d1..9718736ddf6bb2c384a74d6ddd9c431ea743005d 100644
--- a/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
+++ b/webrtc/modules/video_coding/video_coding.gni
@@ -6,8 +6,9 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-import("//build/config/android/rules.gni")
+import("../../build/webrtc.gni")
-android_java_prebuilt("autobanh_java") {
- jar_path = "lib/autobanh.jar"
+videoprocessor_defines = []
kjellander_webrtc 2016/08/03 15:22:49 We don't need separate .gni file here (yet). It sh
ehmaldonado_webrtc 2016/08/03 15:40:43 Done.
+if (rtc_use_h264) {
+ videoprocessor_defines += [ "WEBRTC_VIDEOPROCESSOR_H264_TESTS" ]
}
« webrtc/modules/BUILD.gn ('K') | « webrtc/modules/audio_coding/test/RTPFile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698