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

Unified Diff: webrtc/api/BUILD.gn

Issue 2709573003: Move rtc_api_unittests into rtc_unittests. (Closed)
Patch Set: Fix Windows-specific issue. Created 3 years, 10 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 | « webrtc/BUILD.gn ('k') | webrtc/api/rtcerror.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 5a6051e74440a34d352e2d1fd87fda062539680b..78079b31fad845709cf01f7ae8f2ef1b1ff7456e 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -201,9 +201,8 @@ if (rtc_include_tests) {
}
}
- rtc_test("rtc_api_unittests") {
+ rtc_source_set("rtc_api_unittests") {
testonly = true
-
sources = [
"rtcerror_unittest.cc",
]
@@ -215,14 +214,7 @@ if (rtc_include_tests) {
deps = [
":libjingle_peerconnection_api",
- "../base:rtc_base_tests_main",
- "../base:rtc_base_tests_utils",
- "../system_wrappers:metrics_default",
- "../test:test_support",
+ "//webrtc/test:test_support",
]
-
- if (is_android) {
- deps += [ "//testing/android/native_test:native_test_support" ]
- }
}
}
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/rtcerror.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698