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

Unified Diff: content/public/browser/DEPS

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/public/browser/BUILD.gn ('k') | content/public/browser/desktop_capture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/DEPS
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS
index f2291a937ce16680a20677a4d3b4c9acb9910d37..cae9129c790d7f41aa170d86e547696e8911b36b 100644
--- a/content/public/browser/DEPS
+++ b/content/public/browser/DEPS
@@ -13,4 +13,10 @@ specific_include_rules = {
# file will be moved elsewhere. See http://crbug.com/598073.
"!content/browser/loader/resource_dispatcher_host_impl.h",
],
+
+ "desktop_capture\.h": [
+ # desktop_capture.h creates a DesktopCaptureOptions to share between
+ # content/browser and chrome/browser.
+ "+third_party/webrtc/modules/desktop_capture/desktop_capture_options.h",
+ ],
}
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/desktop_capture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698