Chromium Code Reviews| Index: content/DEPS |
| diff --git a/content/DEPS b/content/DEPS |
| index aa15b453c76cb72672b59853bc5b9a009e83b35c..2278c702d224963c9f9118c207489cfd8e443973 100644 |
| --- a/content/DEPS |
| +++ b/content/DEPS |
| @@ -19,7 +19,6 @@ include_rules = [ |
| "+content/public/browser/native_web_keyboard_event.h", |
| "+dbus", |
| - "+grit", |
| "+gpu", |
| "+net", |
| "+ppapi", |
| @@ -59,5 +58,8 @@ include_rules = [ |
| # Aura Shell consumes views, so it too is banned. |
| "-ui/aura_shell", |
| + # Don't allow inclusion of generated resources files. |
| + "-grit", |
|
jam
2011/11/23 20:29:17
can we just allow the ones that content can includ
jochen (gone - plz use gerrit)
2011/11/23 21:51:00
Done.
|
| + |
| "+webkit", |
| ] |