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

Side by Side Diff: chrome/browser/DEPS

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review Created 6 years, 11 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/signin/mutable_profile_oauth2_token_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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chromeos", 6 "+chromeos",
7 "+components/autofill/content/browser", 7 "+components/autofill/content/browser",
8 "+components/autofill/content/common", 8 "+components/autofill/content/common",
9 "+components/autofill/core/browser", 9 "+components/autofill/core/browser",
10 "+components/autofill/core/common", 10 "+components/autofill/core/common",
11 "+components/breakpad", 11 "+components/breakpad",
12 "+components/browser_context_keyed_service", 12 "+components/browser_context_keyed_service",
13 "+components/dom_distiller", 13 "+components/dom_distiller",
14 "+components/nacl/browser", 14 "+components/nacl/browser",
15 "+components/nacl/common", 15 "+components/nacl/common",
16 "+components/navigation_interception", 16 "+components/navigation_interception",
17 "+components/navigation_metrics", 17 "+components/navigation_metrics",
18 "+components/policy", 18 "+components/policy",
19 "+components/precache", 19 "+components/precache",
20 "+components/sessions", 20 "+components/sessions",
21 "+components/signin",
21 "+components/startup_metric_utils", 22 "+components/startup_metric_utils",
22 "+components/translate/common", 23 "+components/translate/common",
23 "+components/url_matcher", 24 "+components/url_matcher",
24 "+components/user_prefs", 25 "+components/user_prefs",
25 "+components/webdata", 26 "+components/webdata",
26 "+components/web_modal", 27 "+components/web_modal",
27 "+content/public/browser", 28 "+content/public/browser",
28 "+content/test/net", 29 "+content/test/net",
29 "+device/bluetooth", 30 "+device/bluetooth",
30 "+device/media_transfer_protocol", 31 "+device/media_transfer_protocol",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "+third_party/WebKit/public/web/WebCache.h", 98 "+third_party/WebKit/public/web/WebCache.h",
98 "+third_party/WebKit/public/web/WebContextMenuData.h", 99 "+third_party/WebKit/public/web/WebContextMenuData.h",
99 "+third_party/WebKit/public/web/WebFindOptions.h", 100 "+third_party/WebKit/public/web/WebFindOptions.h",
100 "+third_party/WebKit/public/web/WebInputEvent.h", 101 "+third_party/WebKit/public/web/WebInputEvent.h",
101 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 102 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
102 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 103 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
103 "+third_party/WebKit/public/web/WebPluginAction.h", 104 "+third_party/WebKit/public/web/WebPluginAction.h",
104 "+third_party/WebKit/public/web/WebTextDirection.h", 105 "+third_party/WebKit/public/web/WebTextDirection.h",
105 "+third_party/WebKit/public/web/WebWindowFeatures.h", 106 "+third_party/WebKit/public/web/WebWindowFeatures.h",
106 ] 107 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/signin/mutable_profile_oauth2_token_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698