Chromium Code Reviews

Unified Diff: webrtc/BUILD.gn

Issue 2692723002: Adding RTCErrorOr class to be used by ORTC APIs. (Closed)
Patch Set: Changing "CreateAndLogError" to a macro. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/BUILD.gn » ('J')
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 67e6aba8e341776d35437e5131ab63a1275d3d4e..55b6a95bde5fac00d4918ad872188f5ffe276e69 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -287,6 +287,7 @@ if (!build_with_chromium) {
":video_engine_tests",
":webrtc_nonparallel_tests",
":webrtc_perf_tests",
+ "api:rtc_api_unittests",
"base:rtc_base_tests_utils",
"common_audio:common_audio_unittests",
"common_video:common_video_unittests",
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/BUILD.gn » ('J')

Powered by Google App Engine