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

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: Rebasing... Created 5 years, 5 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
« no previous file with comments | « components/drive/BUILD.gn ('k') | components/drive/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
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
« no previous file with comments | « components/drive/BUILD.gn ('k') | components/drive/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698