Chromium Code Reviews

Unified Diff: webrtc/build/webrtc.gni

Issue 2629923002: GN: Refactor modules_unittests to eliminate package boundary violations. (Closed)
Patch Set: Fix iOS issues Created 3 years, 11 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/common_audio/BUILD.gn » ('j') | webrtc/common_audio/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 8a460f5d7ecc457a97a9e43b94c80baa305e048f..45d2ec57129c2586ce2a12760904520a0fe5e418 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -167,6 +167,9 @@ rtc_libvpx_dir = "//third_party/libvpx"
rtc_libyuv_dir = "//third_party/libyuv"
rtc_opus_dir = "//third_party/opus"
+# Desktop capturer is supported only on Windows, OSX and Linux.
+rtc_desktop_capture_supported = is_win || is_mac || is_linux
+
###############################################################################
# Templates
#
« no previous file with comments | « no previous file | webrtc/common_audio/BUILD.gn » ('j') | webrtc/common_audio/BUILD.gn » ('J')

Powered by Google App Engine