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

Side by Side Diff: chrome/browser/DEPS

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Moved MostVisitedURLsProvider into chrome/browser/precache Created 7 years, 1 month 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 "+apps", 2 "+apps",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chromeos", 5 "+chromeos",
6 "+components/autofill/content/browser", 6 "+components/autofill/content/browser",
7 "+components/autofill/core/browser", 7 "+components/autofill/core/browser",
8 "+components/autofill/core/common", 8 "+components/autofill/core/common",
9 "+components/breakpad", 9 "+components/breakpad",
10 "+components/browser_context_keyed_service", 10 "+components/browser_context_keyed_service",
11 "+components/nacl/common", 11 "+components/nacl/common",
12 "+components/navigation_interception", 12 "+components/navigation_interception",
13 "+components/policy", 13 "+components/policy",
14 "+components/precache",
14 "+components/startup_metric_utils", 15 "+components/startup_metric_utils",
15 "+components/translate/common", 16 "+components/translate/common",
16 "+components/user_prefs", 17 "+components/user_prefs",
17 "+components/webdata", 18 "+components/webdata",
18 "+components/web_modal", 19 "+components/web_modal",
19 "+content/public/browser", 20 "+content/public/browser",
20 "+device/bluetooth", 21 "+device/bluetooth",
21 "+device/media_transfer_protocol", 22 "+device/media_transfer_protocol",
22 "+extensions/browser", 23 "+extensions/browser",
23 "+extensions/common", 24 "+extensions/common",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "+third_party/WebKit/public/web/WebCursorInfo.h", 81 "+third_party/WebKit/public/web/WebCursorInfo.h",
81 "+third_party/WebKit/public/web/WebFindOptions.h", 82 "+third_party/WebKit/public/web/WebFindOptions.h",
82 "+third_party/WebKit/public/web/WebInputEvent.h", 83 "+third_party/WebKit/public/web/WebInputEvent.h",
83 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 84 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
84 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 85 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
85 "+third_party/WebKit/public/web/WebPluginAction.h", 86 "+third_party/WebKit/public/web/WebPluginAction.h",
86 "+third_party/WebKit/public/web/WebScreenInfo.h", 87 "+third_party/WebKit/public/web/WebScreenInfo.h",
87 "+third_party/WebKit/public/web/WebTextDirection.h", 88 "+third_party/WebKit/public/web/WebTextDirection.h",
88 "+third_party/WebKit/public/web/WebWindowFeatures.h", 89 "+third_party/WebKit/public/web/WebWindowFeatures.h",
89 ] 90 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/chrome_network_delegate.cc » ('j') | chrome/browser/net/chrome_network_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698