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

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

Issue 10963038: drive: Set a custom User-Agent header for Drive operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 3 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 | chrome/browser/google_apis/operations_base.cc » ('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/browser_process.h", 7 "!chrome/browser/browser_process.h",
8 "!chrome/browser/chromeos/login/user_manager.h", 8 "!chrome/browser/chromeos/login/user_manager.h",
9 "!chrome/browser/prefs/pref_service.h", 9 "!chrome/browser/prefs/pref_service.h",
10 "!chrome/browser/profiles/profile.h", 10 "!chrome/browser/profiles/profile.h",
11 "!chrome/browser/signin/token_service_factory.h", 11 "!chrome/browser/signin/token_service_factory.h",
12 "!chrome/browser/signin/token_service.h", 12 "!chrome/browser/signin/token_service.h",
13 "!chrome/common/chrome_notification_types.h", 13 "!chrome/common/chrome_notification_types.h",
14 "!chrome/common/chrome_paths.h", 14 "!chrome/common/chrome_paths.h",
15 "!chrome/common/chrome_switches.h", 15 "!chrome/common/chrome_switches.h",
16 "!chrome/common/chrome_version_info.h",
16 "!chrome/common/net/url_util.h", 17 "!chrome/common/net/url_util.h",
17 "!chrome/common/pref_names.h", 18 "!chrome/common/pref_names.h",
18 "!content/public/browser/browser_thread.h", 19 "!content/public/browser/browser_thread.h",
19 "!content/public/browser/notification_details.h", 20 "!content/public/browser/notification_details.h",
20 "!content/public/browser/notification_observer.h", 21 "!content/public/browser/notification_observer.h",
21 "!content/public/browser/notification_registrar.h", 22 "!content/public/browser/notification_registrar.h",
22 "!content/public/browser/notification_source.h", 23 "!content/public/browser/notification_source.h",
23 "!content/public/browser/notification_types.h", 24 "!content/public/browser/notification_types.h",
25 "!webkit/user_agent/user_agent_util.h",
24 ] 26 ]
25 27
26 specific_include_rules = { 28 specific_include_rules = {
27 ".*_[a-z]+test\.cc": [ 29 ".*_[a-z]+test\.cc": [
28 # Temporarily needed, see http://crbug.com/146989 30 # Temporarily needed, see http://crbug.com/146989
29 "!chrome/browser/chromeos/system/timezone_settings.h", 31 "!chrome/browser/chromeos/system/timezone_settings.h",
30 "!chrome/test/base/testing_profile.h", 32 "!chrome/test/base/testing_profile.h",
31 "!content/public/test/test_browser_thread.h", 33 "!content/public/test/test_browser_thread.h",
32 ], 34 ],
33 } 35 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/google_apis/operations_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698