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

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: Changed components_tests.gyp to depend on precache_core target instead of precache target Created 7 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
« no previous file with comments | « components/precache.gypi ('k') | components/precache/core/precache_database.h » ('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 "+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
« no previous file with comments | « components/precache.gypi ('k') | components/precache/core/precache_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698