Chromium Code Reviews| Index: chrome/browser/DEPS |
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS |
| index 35a22808997842adb047a67ba3c1878d6af1d507..44896bcc67e9ced1af73a3943ef4b64ff8ebe85c 100644 |
| --- a/chrome/browser/DEPS |
| +++ b/chrome/browser/DEPS |
| @@ -55,10 +55,10 @@ include_rules = [ |
| "+webkit/blob", |
| "+webkit/common/fileapi", |
| "+webkit/common/plugins", # Common plugins functionality. |
| + "+webkit/common/quota", |
|
kinuko
2013/05/28 15:19:28
It might be ok just to add +webkit/common (at line
tzik
2013/05/28 15:35:31
Done.
|
| "+webkit/common/user_agent", |
| "+webkit/dom_storage/dom_storage_types.h", |
| "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| - "+webkit/quota", |
| # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned |
| # up webkit/. crbug.com/239710 |