diff options
Diffstat (limited to 'components/drive/DEPS')
-rw-r--r-- | components/drive/DEPS | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/components/drive/DEPS b/components/drive/DEPS new file mode 100644 index 0000000..818ed7c --- /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", + ], +} |