Chromium Code Reviews| Index: storage/DEPS |
| diff --git a/content/common/cursors/DEPS b/storage/DEPS |
| similarity index 63% |
| copy from content/common/cursors/DEPS |
| copy to storage/DEPS |
| index 6fcf9c8c38e7dc07f8d745f87accfab130ce14c0..64e8817aa507acc3141df9c1fd842f545d4086dc 100644 |
| --- a/content/common/cursors/DEPS |
| +++ b/storage/DEPS |
| @@ -1,4 +1,6 @@ |
| include_rules = [ |
| - "+grit/ui_unscaled_resources.h", |
| + "+net", |
| + "+sql", |
| "+third_party/WebKit/public/platform", |
| + "+webkit", |
|
jamesr
2014/09/02 21:35:30
if you only need data_element.h, can you just do "
|
| ] |