Chromium Code Reviews| Index: extensions/renderer/DEPS |
| diff --git a/extensions/renderer/DEPS b/extensions/renderer/DEPS |
| index 6d1446295a6e5a91efdb3231349eedba89803c99..777392787acb8dc73a4a7bd30a1c0e77b8833ebe 100644 |
| --- a/extensions/renderer/DEPS |
| +++ b/extensions/renderer/DEPS |
| @@ -4,6 +4,8 @@ include_rules = [ |
| "+content/public/renderer", |
| "+gin", |
| + "+media/base", |
|
ddorwin
2016/04/08 17:41:31
It seems that we shouldn't give all extensions cod
DaleCurtis
2016/04/08 17:53:59
Whoops missed this reply, DEPS should always be na
ddorwin
2016/04/08 17:56:56
In the new location, add a TODO to remove this one
Mikhail
2016/04/08 18:28:58
Thanks for the proposal, I'll create a new DEPS in
Mikhail
2016/04/08 19:28:00
Done.
|
| + "+media/video", |
| "+mojo/edk/js", |
| "+third_party/skia/include/core", |