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

Unified Diff: webrtc/modules/desktop_capture/BUILD.gn

Issue 2289103002: Desktop capture: Fix GN target and exclude differ* sources on iOS (Closed)
Patch Set: Created 4 years, 4 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/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/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index 735b4605d6ab6c17453397426163e437a7ff4d41..61a3de2fe16379bccc07d2dd054fb62087e39dd2 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -38,13 +38,8 @@ source_set("desktop_capture") {
"desktop_capture_options.cc",
"desktop_capture_options.h",
"desktop_capturer.h",
- "desktop_capturer.h",
"desktop_frame_win.cc",
"desktop_frame_win.h",
- "differ.cc",
- "differ.h",
- "differ_block.cc",
- "differ_block.h",
"mac/desktop_configuration.h",
"mac/desktop_configuration.mm",
"mac/desktop_configuration_monitor.cc",
@@ -129,6 +124,15 @@ source_set("desktop_capture") {
]
}
+ if (!is_ios) {
+ sources += [
+ "differ.cc",
+ "differ.h",
+ "differ_block.cc",
+ "differ_block.h",
+ ]
+ }
+
if (is_mac) {
libs = [
"AppKit.framework",
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/desktop_capture.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698