Chromium Code Reviews| Index: chrome/DEPS |
| diff --git a/chrome/DEPS b/chrome/DEPS |
| index 33f8387d687cb47bf37b4a5881265ea87add144f..97cef99993bed9dce893f5e711ecbede584c04b2 100644 |
| --- a/chrome/DEPS |
| +++ b/chrome/DEPS |
| @@ -3,6 +3,7 @@ include_rules = [ |
| "+crypto", |
| "+gpu", |
| "+jni", |
| + "+leveldb", |
|
satorux1
2012/07/31 19:56:57
I'm slightly worried if we should add this here. W
Daniel Erat
2012/07/31 21:10:56
I was hoping it'd be non-controversial, since sql
|
| "+net", |
| "+printing", |
| "+sql", |
| @@ -50,7 +51,7 @@ include_rules = [ |
| "+third_party/mozilla", # Mozilla interface headers. |
| "+third_party/npapi", # NPAPI interface headers. |
| "+third_party/skia", |
| - "+third_party/tcmalloc", # tcmallo |
| + "+third_party/tcmalloc", |
| "+third_party/GTM", # Google Toolbox for Mac. |
| "+ui", |