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

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

Issue 12069004: google_apis: Move AppendQueryParameter() etc. from common/net/url_util.h to net/base/url_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/google/google_util.cc ('k') | chrome/browser/google_apis/drive_api_service.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/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/signin/token_service_factory.h", 9 "!chrome/browser/signin/token_service_factory.h",
10 "!chrome/browser/signin/token_service.h", 10 "!chrome/browser/signin/token_service.h",
11 "!chrome/common/chrome_notification_types.h", 11 "!chrome/common/chrome_notification_types.h",
12 "!chrome/common/net/url_util.h",
13 "!content/public/browser/browser_thread.h", 12 "!content/public/browser/browser_thread.h",
14 "!content/public/browser/notification_details.h", 13 "!content/public/browser/notification_details.h",
15 "!content/public/browser/notification_observer.h", 14 "!content/public/browser/notification_observer.h",
16 "!content/public/browser/notification_registrar.h", 15 "!content/public/browser/notification_registrar.h",
17 "!content/public/browser/notification_source.h", 16 "!content/public/browser/notification_source.h",
18 "!content/public/browser/notification_types.h", 17 "!content/public/browser/notification_types.h",
19 ] 18 ]
20 19
21 specific_include_rules = { 20 specific_include_rules = {
22 ".*_[a-z]+test\.cc": [ 21 ".*_[a-z]+test\.cc": [
23 # Temporarily needed, see http://crbug.com/146989 22 # Temporarily needed, see http://crbug.com/146989
24 "!chrome/browser/chromeos/system/timezone_settings.h", 23 "!chrome/browser/chromeos/system/timezone_settings.h",
25 "!chrome/test/base/testing_browser_process.h", 24 "!chrome/test/base/testing_browser_process.h",
26 "!chrome/test/base/testing_profile.h", 25 "!chrome/test/base/testing_profile.h",
27 "!content/public/test/test_browser_thread.h", 26 "!content/public/test/test_browser_thread.h",
28 "!content/public/test/test_utils.h", 27 "!content/public/test/test_utils.h",
29 ], 28 ],
30 "http_server.cc": [ 29 "http_server.cc": [
31 "!content/public/test/test_utils.h", 30 "!content/public/test/test_utils.h",
32 ], 31 ],
33 } 32 }
OLDNEW
« no previous file with comments | « chrome/browser/google/google_util.cc ('k') | chrome/browser/google_apis/drive_api_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698