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

Side by Side Diff: components/precache/core/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 "+net/base", 2 "+net/base",
3 "+net/url_request", 3 "+net/url_request",
4 "+sql",
4 ] 5 ]
5 6
6 specific_include_rules = { 7 specific_include_rules = {
7 '.*_[a-z]*test\.cc': [ 8 '.*_[a-z]*test\.cc': [
8 "+net/http", 9 "+net/http",
9 ], 10 ],
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698