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

Side by Side Diff: components/autofill/core/browser/DEPS

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/infobars/core", 3 "+components/infobars/core",
4 "+components/keyed_service/core", 4 "+components/keyed_service/core",
5 "+components/signin/core/browser", 5 "+components/signin/core/browser",
6 "+components/signin/core/common", 6 "+components/signin/core/common",
7 "+components/sync",
7 "+components/sync_driver", 8 "+components/sync_driver",
8 "+components/variations", 9 "+components/variations",
9 "+components/version_info", 10 "+components/version_info",
10 "+components/webdata/common", 11 "+components/webdata/common",
11 "+components/webdata_services", 12 "+components/webdata_services",
12 "+crypto/random.h", 13 "+crypto/random.h",
13 "+google_apis/gaia", 14 "+google_apis/gaia",
14 "+google_apis/google_api_keys.h", 15 "+google_apis/google_api_keys.h",
15 "+net", 16 "+net",
16 "+sql", 17 "+sql",
17 "+sync",
18 "+third_party/fips181", 18 "+third_party/fips181",
19 "+third_party/libaddressinput", # For address i18n. 19 "+third_party/libaddressinput", # For address i18n.
20 "+third_party/libphonenumber", # For phone number i18n. 20 "+third_party/libphonenumber", # For phone number i18n.
21 "+third_party/libxml", 21 "+third_party/libxml",
22 "+third_party/re2", 22 "+third_party/re2",
23 "+ui/base", 23 "+ui/base",
24 "+ui/gfx", 24 "+ui/gfx",
25 ] 25 ]
OLDNEW
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/autofill/core/browser/autofill_wallet_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698