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

Unified Diff: webrtc/modules/desktop_capture/desktop_capture.gni

Issue 2468753002: Add CreateWindowCapturer() and CreateScreenCapturer() in DesktopCapturer (Closed)
Patch Set: Build break without X11 Created 4 years, 1 month 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/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/desktop_capture/desktop_capture.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/desktop_capture.gni
diff --git a/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn b/webrtc/modules/desktop_capture/desktop_capture.gni
similarity index 76%
copy from webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
copy to webrtc/modules/desktop_capture/desktop_capture.gni
index d5f6b0f2d6a043aa2b439e30648e39cbd5bc20d1..02ad81472f26594b72df73ce8d761106287fdcfb 100644
--- a/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn
+++ b/webrtc/modules/desktop_capture/desktop_capture.gni
@@ -6,8 +6,6 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-import("//build/config/android/rules.gni")
+import("../../build/webrtc.gni")
-android_java_prebuilt("autobanh_java") {
- jar_path = "lib/autobanh.jar"
-}
+rtc_desktop_capture_supported = is_win || is_mac || is_linux
« no previous file with comments | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/desktop_capture/desktop_capture.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698