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

Side by Side Diff: chrome/browser/google_apis/DEPS

Issue 14192013: Remove unused DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome", 2 "-chrome",
3 "-content", 3 "-content",
4 "+chrome/browser/google_apis", 4 "+chrome/browser/google_apis",
5 5
6 # Temporarily needed, see http://crbug.com/146989 6 # Temporarily needed, see http://crbug.com/146989
7 "!chrome/browser/chromeos/login/user_manager.h",
8 "!chrome/browser/profiles/profile.h", 7 "!chrome/browser/profiles/profile.h",
9 "!chrome/browser/profiles/profile_dependency_manager.h", 8 "!chrome/browser/profiles/profile_dependency_manager.h",
10 "!chrome/browser/profiles/profile_keyed_service_factory.h", 9 "!chrome/browser/profiles/profile_keyed_service_factory.h",
11 "!chrome/browser/profiles/profile_keyed_service.h", 10 "!chrome/browser/profiles/profile_keyed_service.h",
12 "!chrome/browser/signin/token_service_factory.h", 11 "!chrome/browser/signin/token_service_factory.h",
13 "!chrome/browser/signin/token_service.h", 12 "!chrome/browser/signin/token_service.h",
14 "!chrome/browser/sync/profile_sync_service_factory.h", 13 "!chrome/browser/sync/profile_sync_service_factory.h",
15 "!chrome/browser/sync/profile_sync_service.h", 14 "!chrome/browser/sync/profile_sync_service.h",
16 "!chrome/common/chrome_notification_types.h", 15 "!chrome/common/chrome_notification_types.h",
17 "!content/public/browser/browser_thread.h", 16 "!content/public/browser/browser_thread.h",
(...skipping 13 matching lines...) Expand all
31 "!content/public/test/test_browser_thread.h", 30 "!content/public/test/test_browser_thread.h",
32 "!content/public/test/test_utils.h", 31 "!content/public/test/test_utils.h",
33 ], 32 ],
34 "drive_uploader.cc": [ 33 "drive_uploader.cc": [
35 "!content/public/browser/power_save_blocker.h", 34 "!content/public/browser/power_save_blocker.h",
36 ], 35 ],
37 "http_server.cc": [ 36 "http_server.cc": [
38 "!content/public/test/test_utils.h", 37 "!content/public/test/test_utils.h",
39 ], 38 ],
40 } 39 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698