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

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

Issue 11618024: [signin] Support for CrOS and OAuth2AccessTokenConsumer services. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: oauth_access_token_ is now correctly set Created 8 years 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
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 "+chrome/browser/signin",
6 "+chrome/browser/profiles",
kochi 2012/12/20 06:37:25 Please order alphabetically.
5 7
6 # Temporarily needed, see http://crbug.com/146989 8 # Temporarily needed, see http://crbug.com/146989
7 "!chrome/browser/chromeos/login/user_manager.h", 9 "!chrome/browser/chromeos/login/user_manager.h",
8 "!chrome/browser/profiles/profile.h", 10 "!chrome/browser/profiles/profile.h",
9 "!chrome/browser/signin/token_service_factory.h", 11 "!chrome/browser/signin/token_service_factory.h",
10 "!chrome/browser/signin/token_service.h", 12 "!chrome/browser/signin/token_service.h",
11 "!chrome/common/chrome_notification_types.h", 13 "!chrome/common/chrome_notification_types.h",
12 "!chrome/common/chrome_paths.h", 14 "!chrome/common/chrome_paths.h",
13 "!chrome/common/net/url_util.h", 15 "!chrome/common/net/url_util.h",
14 "!chrome/common/pref_names.h", 16 "!chrome/common/pref_names.h",
(...skipping 11 matching lines...) Expand all
26 "!chrome/browser/chromeos/system/timezone_settings.h", 28 "!chrome/browser/chromeos/system/timezone_settings.h",
27 "!chrome/test/base/testing_browser_process.h", 29 "!chrome/test/base/testing_browser_process.h",
28 "!chrome/test/base/testing_profile.h", 30 "!chrome/test/base/testing_profile.h",
29 "!content/public/test/test_browser_thread.h", 31 "!content/public/test/test_browser_thread.h",
30 "!content/public/test/test_utils.h", 32 "!content/public/test/test_utils.h",
31 ], 33 ],
32 "http_server.cc": [ 34 "http_server.cc": [
33 "!content/public/test/test_utils.h", 35 "!content/public/test/test_utils.h",
34 ], 36 ],
35 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698