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

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, 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d837e2405975b10f0d949d2ef05947d270e7a896..b40be7dca2db66961842fe0bdcee2929219e1552 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -196,7 +196,7 @@ source_set("browser") {
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
- if (is_linux || is_mac || is_win) {
+ if (is_linux || is_mac || is_win || is_android) {
Sergey Ulanov 2016/08/19 05:54:15 I think you want to keep this line as it was befor
braveyao 2016/08/23 21:18:54 Done. I suppose we still need to exclude ios, rig
sources += [
"media/capture/desktop_capture_device.cc",
Sergey Ulanov 2016/08/19 05:54:15 This class is not useful on android (because you a
braveyao 2016/08/23 21:18:54 Done.
"media/capture/desktop_capture_device.h",

Powered by Google App Engine
This is Rietveld 408576698