| Index: content/public/common/DEPS
|
| diff --git a/content/public/common/DEPS b/content/public/common/DEPS
|
| index fa5c62d6660b497fb732607977f1d7f931c154c9..c41e68619e3463accb8d7277f16c2c1695756a28 100644
|
| --- a/content/public/common/DEPS
|
| +++ b/content/public/common/DEPS
|
| @@ -1,4 +1,6 @@
|
| -include_rules = [
|
| - "+content/common/savable_url_schemes.h",
|
| - "+content/common/ssl_status_serialization.h",
|
| -]
|
| +specific_include_rules = {
|
| + ".*\.cc": [
|
| + "+content/common/savable_url_schemes.h",
|
| + "+content/common/ssl_status_serialization.h",
|
| + ]
|
| +}
|
|
|