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

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

Issue 16018004: Clean up after moving ProfileKeyedService files to a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « chrome/browser/favicon/DEPS ('k') | chrome/browser/history/DEPS » ('j') | 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/profiles/profile.h", 7 "!chrome/browser/profiles/profile.h",
8 "!chrome/browser/profiles/profile_dependency_manager.h",
9 "!chrome/browser/profiles/profile_keyed_service_factory.h",
10 "!chrome/browser/profiles/profile_keyed_service.h",
11 "!chrome/browser/signin/token_service_factory.h", 8 "!chrome/browser/signin/token_service_factory.h",
12 "!chrome/browser/signin/token_service.h", 9 "!chrome/browser/signin/token_service.h",
13 "!chrome/browser/sync/profile_sync_service_factory.h", 10 "!chrome/browser/sync/profile_sync_service_factory.h",
14 "!chrome/browser/sync/profile_sync_service.h", 11 "!chrome/browser/sync/profile_sync_service.h",
15 "!chrome/common/chrome_notification_types.h", 12 "!chrome/common/chrome_notification_types.h",
16 "!content/public/browser/browser_thread.h", 13 "!content/public/browser/browser_thread.h",
17 "!content/public/browser/notification_details.h", 14 "!content/public/browser/notification_details.h",
18 "!content/public/browser/notification_observer.h", 15 "!content/public/browser/notification_observer.h",
19 "!content/public/browser/notification_registrar.h", 16 "!content/public/browser/notification_registrar.h",
20 "!content/public/browser/notification_source.h", 17 "!content/public/browser/notification_source.h",
21 "!content/public/browser/notification_types.h", 18 "!content/public/browser/notification_types.h",
22 ] 19 ]
23 20
24 specific_include_rules = { 21 specific_include_rules = {
25 ".*_[a-z]+test\.cc": [ 22 ".*_[a-z]+test\.cc": [
26 # Temporarily needed, see http://crbug.com/146989 23 # Temporarily needed, see http://crbug.com/146989
27 "!chrome/browser/chromeos/system/timezone_settings.h", 24 "!chrome/browser/chromeos/system/timezone_settings.h",
28 "!chrome/test/base/testing_browser_process.h", 25 "!chrome/test/base/testing_browser_process.h",
29 "!chrome/test/base/testing_profile.h", 26 "!chrome/test/base/testing_profile.h",
30 "!content/public/test/test_browser_thread.h", 27 "!content/public/test/test_browser_thread.h",
31 "!content/public/test/test_utils.h", 28 "!content/public/test/test_utils.h",
32 ], 29 ],
33 "drive_uploader.cc": [ 30 "drive_uploader.cc": [
34 "!content/public/browser/power_save_blocker.h", 31 "!content/public/browser/power_save_blocker.h",
35 ], 32 ],
36 "http_server.cc": [ 33 "http_server.cc": [
37 "!content/public/test/test_utils.h", 34 "!content/public/test/test_utils.h",
38 ], 35 ],
39 } 36 }
OLDNEW
« no previous file with comments | « chrome/browser/favicon/DEPS ('k') | chrome/browser/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698