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

Unified Diff: webrtc/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 | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e94e33968c592a998262f7dbe6fafc07696ad6d1..17dc9c35aa8ce7ec097379f8d45d9e91000c2bda 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -373,6 +373,7 @@ if (rtc_include_tests) {
rtc_test("rtc_unittests") {
testonly = true
deps = [
+ "api:rtc_api_unittests",
"base:rtc_base_approved_unittests",
"base:rtc_base_unittests",
"base:rtc_numerics_unittests",
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698