| Index: content/browser/media/capture/DEPS
|
| diff --git a/content/browser/media/capture/DEPS b/content/browser/media/capture/DEPS
|
| index f3e90f187b3c92ae81ab840720c336f37f798a80..bc724e16a5d634c8275e4d2a1293af36b115722d 100644
|
| --- a/content/browser/media/capture/DEPS
|
| +++ b/content/browser/media/capture/DEPS
|
| @@ -2,3 +2,11 @@ include_rules = [
|
| "+media/capture/content",
|
| "+third_party/libyuv", # For scaling in desktop_capture_device.cc.
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + ".*test\.cc": [
|
| + # Allow inclusion of specific components that we depend on for testing
|
| + "+ui/base/resource/resource_bundle.h",
|
| + ],
|
| +}
|
| +
|
|
|