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

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

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: Fix deps Created 3 years, 6 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/autofill/core/browser", 2 "+components/autofill/core/browser",
3 "+components/keyed_service/core", 3 "+components/keyed_service/core",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/safe_browsing/common/safebrowsing_constants.h",
5 "+components/safe_browsing/password_protection", 6 "+components/safe_browsing/password_protection",
6 "+components/security_state", 7 "+components/security_state",
7 "+components/sync/base", 8 "+components/sync/base",
8 "+components/sync/driver", 9 "+components/sync/driver",
9 "+components/url_formatter", 10 "+components/url_formatter",
10 "+components/variations", 11 "+components/variations",
11 "+components/webdata/common", 12 "+components/webdata/common",
12 "+crypto", 13 "+crypto",
13 "+google_apis", 14 "+google_apis",
14 "+grit", 15 "+grit",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698