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

Side by Side Diff: chrome/DEPS

Issue 2743763003: [Payments] Format and validate phone number by using libphonenumber (Closed)
Patch Set: fix tests Created 3 years, 9 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 "+crypto", 2 "+crypto",
3 "+gpu", 3 "+gpu",
4 "+net", 4 "+net",
5 "+pdf", 5 "+pdf",
6 "+printing", 6 "+printing",
7 "+sql", 7 "+sql",
8 # Browser, renderer, common and tests access V8 for various purposes. 8 # Browser, renderer, common and tests access V8 for various purposes.
9 "-v8", 9 "-v8",
10 "+v8/include", 10 "+v8/include",
(...skipping 22 matching lines...) Expand all
33 "-webkit", 33 "-webkit",
34 "-tools", 34 "-tools",
35 35
36 # Allow inclusion of WebKit API files. 36 # Allow inclusion of WebKit API files.
37 "+third_party/WebKit/public/platform", 37 "+third_party/WebKit/public/platform",
38 "+third_party/WebKit/public/public_features.h", 38 "+third_party/WebKit/public/public_features.h",
39 "+third_party/WebKit/public/web", 39 "+third_party/WebKit/public/web",
40 40
41 # Allow inclusion of third-party code: 41 # Allow inclusion of third-party code:
42 "+third_party/hunspell", 42 "+third_party/hunspell",
43 "+third_party/libphonenumber",
Mathieu 2017/03/14 00:36:22 couldn't this be in chrome/browser/autofill/androi
gogerald1 2017/03/14 15:32:58 Done.
43 "+third_party/skia", 44 "+third_party/skia",
44 45
45 "+ui", 46 "+ui",
46 ] 47 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698