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

Unified Diff: webrtc/BUILD.gn

Issue 2344383002: Reenabled the RtcEventLog unittests (Closed)
Patch Set: Added whitespace at the end of file Created 4 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 | « no previous file | webrtc/call/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 5b5ed165b809f6964b2b86b454e466e1faa3ae0c..df4d7fd2f8aa21a5744490950dbdd94a72fdcad3 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -551,6 +551,10 @@ if (rtc_include_tests) {
"//testing/gtest",
]
+ if (rtc_enable_protobuf) {
+ deps += [ "call:rtc_event_log_tests" ]
+ }
+
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
shard_timeout = 900
« no previous file with comments | « no previous file | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698