Chromium Code Reviews| Index: components/drive/DEPS |
| diff --git a/components/drive/DEPS b/components/drive/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..818ed7c7b8d52ff9a6196c1dd6a5c7ddb9e74740 |
| --- /dev/null |
| +++ b/components/drive/DEPS |
| @@ -0,0 +1,24 @@ |
| +include_rules = [ |
| + "+components/invalidation", |
| + "+components/keyed_service", |
| + "+google_apis", |
| + "+google/cacheinvalidation/types.pb.h", |
| + "+net", |
| + "+third_party/re2", |
| +] |
| + |
| +specific_include_rules = { |
| + # The following dependency should be removed to fully make this |
| + # directory chrome/ and content/ and storage/ independent. |
| + # crbug.com/257943 |
| + "drive_api_util\.cc": [ |
| + "+storage/browser/fileapi/file_stream_reader.h" |
|
hashimoto
2015/06/22 23:16:15
nit: Probably we can get rid of this rule by split
Łukasz Anforowicz
2015/06/22 23:57:23
Acknowledged.
|
| + ], |
| + |
| + # The following dependency should be removed to fully make this |
| + # directory chrome/ and content/ and storage/ independent. |
| + # crbug.com/257943 |
| + "drive_uploader\.cc": [ |
| + "+content/public/browser/power_save_blocker.h", |
| + ], |
| +} |