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

Unified Diff: content/public/browser/DEPS

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/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 f6f0e3bb7b8b7bbbe5ed815a423742143a383297..b1bf25daafd05f80661300f5333c34eec8e6739c 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