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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2050153003: Update Unit test for AppRTCMobile app (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: More styling Created 4 years, 1 month 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 | « AUTHORS ('k') | webrtc/examples/objc/AppRTCMobile/ARDAppClient.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index b0b530fdd0c80299639cf69c4cc72b38b42f2825..5de85927550ce9037ba9155ff0f53d745d214ef9 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -359,6 +359,33 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
"icucore",
]
}
+
+ if (rtc_include_tests) {
+ config("rtc_apprtcmobile_config") {
+ defines = [ "GTEST_RELATIVE_PATH" ]
+ }
+
+ rtc_test("apprtcmobile_tests") {
+ deps = [
+ ":apprtc_signaling",
+ "//testing/gtest",
+ "//third_party/ocmock",
+ ]
+
+ sources = [
+ "objc/AppRTCMobile/tests/ARDAppClientTest.mm",
+ ]
+
+ if (is_ios) {
+ info_plist = "objc/AppRTCMobile/ios/Info.plist"
+ }
+
+ configs += [
+ ":rtc_apprtcmobile_config",
+ "//build/config/compiler:enable_arc",
+ ]
+ }
+ }
}
if (is_linux || is_win) {
« no previous file with comments | « AUTHORS ('k') | webrtc/examples/objc/AppRTCMobile/ARDAppClient.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698