Chromium Code Reviews| Index: content/public/common/DEPS |
| diff --git a/content/public/common/DEPS b/content/public/common/DEPS |
| index 6f777b0a60680ae12f8e4173001bcbacf5563a1f..62e88b1c4c83ac886844932bcb5fe10fd944aea7 100644 |
| --- a/content/public/common/DEPS |
| +++ b/content/public/common/DEPS |
| @@ -1,5 +1,9 @@ |
| +include_rules = [ |
| + "+media/base/media_switches.h", |
| +] |
| + |
| specific_include_rules = { |
| ".*\.cc": [ |
| "+content/common", |
| - ] |
| + ], |
| } |