Chromium Code Reviews| Index: chrome/DEPS |
| diff --git a/chrome/DEPS b/chrome/DEPS |
| index 27889dfcf5c8be58e476922a8314697704d273b9..3c65e87419a8b7ece643f10311469073925547e7 100644 |
| --- a/chrome/DEPS |
| +++ b/chrome/DEPS |
| @@ -5,6 +5,8 @@ include_rules = [ |
| "+net", |
| "+printing", |
| "+sql", |
| + # Browser, renderer, common and tests access V8 for various purposes. |
| + "+v8/include", |
| # The subdirectories in chrome/ will manually allow their own include |
| # directories in chrome/ so we disallow all of them. |
| @@ -22,7 +24,6 @@ include_rules = [ |
| "+content/public/browser/native_web_keyboard_event.h", |
| # Don't allow inclusion of these other libs we shouldn't be calling directly. |
| - "-v8", |
|
jam
2012/02/29 20:17:57
you still want to keep that in, so that they don't
Sigurður Ásgeirsson
2012/02/29 20:20:31
Done.
|
| "-webkit", |
| "-tools", |