Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1680)

Unified Diff: components/drive/DEPS

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added specific owners for components/drive.gypi Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698