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

Side by Side Diff: components/ntp_snippets/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/ntp_snippets/BUILD.gn ('k') | components/ntp_snippets/ntp_snippets_service.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 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/image_fetcher", 3 "+components/image_fetcher",
4 "+components/keyed_service/core", 4 "+components/keyed_service/core",
5 "+components/leveldb_proto", 5 "+components/leveldb_proto",
6 "+components/metrics", 6 "+components/metrics",
7 "+components/prefs", 7 "+components/prefs",
8 "+components/signin", 8 "+components/signin",
9 "+components/suggestions", 9 "+components/suggestions",
10 "+components/sync_driver", 10 "+components/sync/driver",
11 "+components/variations", 11 "+components/variations",
12 "+grit/components_strings.h", 12 "+grit/components_strings.h",
13 "+net/base", 13 "+net/base",
14 "+net/http", 14 "+net/http",
15 "+net/url_request", 15 "+net/url_request",
16 "+google_apis", 16 "+google_apis",
17 "+ui/base/l10n", 17 "+ui/base/l10n",
18 "+ui/gfx", 18 "+ui/gfx",
19 ] 19 ]
OLDNEW
« no previous file with comments | « components/ntp_snippets/BUILD.gn ('k') | components/ntp_snippets/ntp_snippets_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698