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" |
+ ], |
+ |
+ # 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", |
+ ], |
+} |