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

Side by Side 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: Fixed copyright headers in the new files. 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 unified diff | Download patch
OLDNEW
(Empty)
1 include_rules = [
2 "+components/invalidation",
3 "+components/keyed_service",
4 "+google_apis",
5 "+google/cacheinvalidation/types.pb.h",
6 "+net",
7 "+third_party/re2",
8 ]
9
10 specific_include_rules = {
11 # The following dependency should be removed to fully make this
12 # directory chrome/ and content/ and storage/ independent.
13 # crbug.com/257943
14 "drive_api_util\.cc": [
15 "+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.
16 ],
17
18 # The following dependency should be removed to fully make this
19 # directory chrome/ and content/ and storage/ independent.
20 # crbug.com/257943
21 "drive_uploader\.cc": [
22 "+content/public/browser/power_save_blocker.h",
23 ],
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698