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

Unified Diff: content/public/browser/BUILD.gn

Issue 2961193002: Use same DesktopCaptureOptions in DesktopCaptureBase and DesktopCaptureDevice (Closed)
Patch Set: Sync latest changes Created 3 years, 5 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 | « content/browser/media/capture/desktop_capture_device.cc ('k') | content/public/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index d29dd4f6f8c8a7762602244ccc1b288097beb919..df45385c883a59cf9094b8267edb3a68dfe58ba3 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -87,6 +87,8 @@ source_set("browser_sources") {
"content_browser_client.h",
"context_factory.h",
"cookie_store_factory.h",
+ "desktop_capture.cc",
+ "desktop_capture.h",
"desktop_media_id.cc",
"desktop_media_id.h",
"devtools_agent_host.h",
@@ -326,6 +328,7 @@ source_set("browser_sources") {
"//ui/events",
"//ui/gl",
"//ui/surface",
+ "//third_party/webrtc/modules/desktop_capture",
]
allow_circular_includes_from = [
« no previous file with comments | « content/browser/media/capture/desktop_capture_device.cc ('k') | content/public/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698