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

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

Issue 2979563002: Use same DesktopCaptureOptions in DesktopCaptureBase and DesktopCaptureDevice (Closed)
Patch Set: Merge remote-tracking branch 'refs/remotes/branch-heads/3112' into drover_3112 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 976f5d3135dff352ebf4f3a882643c9fa41efb0b..b9c86a62d78adab65cb6980bef2eb130731e5195 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -85,6 +85,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",
"desktop_notification_delegate.h",
@@ -322,6 +324,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