| 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",
|
| + ],
|
| }
|
|
|