Chromium Code Reviews| Index: content/child/DEPS |
| diff --git a/content/child/DEPS b/content/child/DEPS |
| index 9cfa5d1fc339b49f775ae93b7b17777bc51e2721..42cba53cee0b55e9798d12f5b459503f367a4026 100644 |
| --- a/content/child/DEPS |
| +++ b/content/child/DEPS |
| @@ -1,4 +1,8 @@ |
| include_rules = [ |
| + # Allow inclusion of specific components that we depend on. We may only |
| + # depend on components which we share with the mojo html_viewer. |
| + "+components/webcrypto", |
| + |
| "+components/tracing", |
|
Elliot Glaysher
2015/04/14 23:44:49
It looks like someone already beat us to depending
jam
2015/04/15 17:15:09
yeah that's been the case for a while (we changed
|
| "+content/app/strings/grit", # For generated headers |
| "+content/public/child", |