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

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

Issue 14030004: Added DriveNotificationManagerFactory so DriveNotificationManager is a singleton and can be called … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Satorux #1 review, added class comment and updated DEPS 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
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", 7 "!chrome/browser/chromeos/login/user_manager.h",
8 "!chrome/browser/profiles/profile.h", 8 "!chrome/browser/profiles/profile.h",
9 "!chrome/browser/profiles/profile_dependency_manager.h",
9 "!chrome/browser/profiles/profile_keyed_service.h", 10 "!chrome/browser/profiles/profile_keyed_service.h",
10 "!chrome/browser/profiles/profile_keyed_service_factory.h", 11 "!chrome/browser/profiles/profile_keyed_service_factory.h",
11 "!chrome/browser/signin/token_service_factory.h", 12 "!chrome/browser/signin/token_service_factory.h",
12 "!chrome/browser/signin/token_service.h", 13 "!chrome/browser/signin/token_service.h",
13 "!chrome/common/chrome_notification_types.h", 14 "!chrome/common/chrome_notification_types.h",
14 "!content/public/browser/browser_thread.h", 15 "!content/public/browser/browser_thread.h",
15 "!content/public/browser/notification_details.h", 16 "!content/public/browser/notification_details.h",
16 "!content/public/browser/notification_observer.h", 17 "!content/public/browser/notification_observer.h",
17 "!content/public/browser/notification_registrar.h", 18 "!content/public/browser/notification_registrar.h",
18 "!content/public/browser/notification_source.h", 19 "!content/public/browser/notification_source.h",
19 "!content/public/browser/notification_types.h", 20 "!content/public/browser/notification_types.h",
20 ] 21 ]
21 22
22 specific_include_rules = { 23 specific_include_rules = {
23 ".*_[a-z]+test\.cc": [ 24 ".*_[a-z]+test\.cc": [
24 # Temporarily needed, see http://crbug.com/146989 25 # Temporarily needed, see http://crbug.com/146989
25 "!chrome/browser/chromeos/system/timezone_settings.h", 26 "!chrome/browser/chromeos/system/timezone_settings.h",
26 "!chrome/test/base/testing_browser_process.h", 27 "!chrome/test/base/testing_browser_process.h",
27 "!chrome/test/base/testing_profile.h", 28 "!chrome/test/base/testing_profile.h",
28 "!content/public/test/test_browser_thread.h", 29 "!content/public/test/test_browser_thread.h",
29 "!content/public/test/test_utils.h", 30 "!content/public/test/test_utils.h",
30 ], 31 ],
31 "drive_uploader.cc": [ 32 "drive_uploader.cc": [
32 "!content/public/browser/power_save_blocker.h", 33 "!content/public/browser/power_save_blocker.h",
33 ], 34 ],
34 "http_server.cc": [ 35 "http_server.cc": [
35 "!content/public/test/test_utils.h", 36 "!content/public/test/test_utils.h",
36 ], 37 ],
37 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698