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

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

Issue 308503002: [Password Generation] Start using pronouncable passwords (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unnecessary includes Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/password_generator.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/keyed_service/core", 2 "+components/keyed_service/core",
3 "+components/webdata/common", 3 "+components/webdata/common",
4 "+crypto/random.h", 4 "+crypto/random.h",
5 "+google_apis/gaia", 5 "+google_apis/gaia",
6 "+google_apis/google_api_keys.h", 6 "+google_apis/google_api_keys.h",
7 "+net", 7 "+net",
8 "+sql", 8 "+sql",
9 "+third_party/fips181",
9 "+third_party/libjingle", 10 "+third_party/libjingle",
10 "+third_party/libaddressinput", # For address i18n. 11 "+third_party/libaddressinput", # For address i18n.
11 "+third_party/libphonenumber", # For phone number i18n. 12 "+third_party/libphonenumber", # For phone number i18n.
12 ] 13 ]
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/password_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698