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

Unified Diff: content/browser/BUILD.gn

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 43c656be236b942e21d5696b4dfb8c544db53e86..053a15bbf9784aee39f5cb743cbef9ceca05b296 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1458,6 +1458,9 @@ source_set("browser") {
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
+ if (!is_ios) {
+ defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
+ }
if (is_linux || is_mac || is_win) {
sources += [
"media/capture/desktop_capture_device.cc",
@@ -1471,7 +1474,6 @@ source_set("browser") {
"media/capture/desktop_capture_device_aura.h",
]
}
- defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
deps += [ "//third_party/webrtc/modules/desktop_capture" ]
}
}
« no previous file with comments | « components/infobars/core/infobar_delegate.h ('k') | content/browser/renderer_host/media/video_capture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698