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

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

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: 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/webdata/common", 2 "+components/webdata/common",
3 "+content/public/browser", 3 "+content/public/browser",
4 "+crypto/random.h", 4 "+crypto/random.h",
5 "+device/geolocation",
6 "+google_apis/gaia", 5 "+google_apis/gaia",
7 "+google_apis/google_api_keys.h", 6 "+google_apis/google_api_keys.h",
8 "+gpu/config/gpu_info.h", 7 "+gpu/config/gpu_info.h",
9 "+sql", 8 "+sql",
10 "+third_party/libphonenumber", # For phone number i18n. 9 "+third_party/libphonenumber", # For phone number i18n.
11 ] 10 ]
12 11
13 specific_include_rules = { 12 specific_include_rules = {
14 '.*_[a-z]*test\.cc': [ 13 '.*_[a-z]*test\.cc': [
15 "+content/public/test", 14 "+content/public/test",
16 ], 15 ],
17 } 16 }
OLDNEW
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/autofill/content/browser/risk/fingerprint.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698