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

Side by Side Diff: components/precache/content/DEPS

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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
« no previous file with comments | « components/precache/content/BUILD.gn ('k') | components/precache/content/precache_manager.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 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/sync_driver", 3 "+components/sync/driver",
4 "+components/variations", 4 "+components/variations",
5 "+content/public/browser", 5 "+content/public/browser",
6 "+net/base", 6 "+net/base",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 '.*_[a-z]*test\.cc': [ 10 '.*_[a-z]*test\.cc': [
11 "+content/public/test", 11 "+content/public/test",
12 "+net/http", 12 "+net/http",
13 "+net/url_request", 13 "+net/url_request",
14 ], 14 ],
15 } 15 }
OLDNEW
« no previous file with comments | « components/precache/content/BUILD.gn ('k') | components/precache/content/precache_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698