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

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

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/password_manager/content/browser",
vabr (Chromium) 2014/11/10 14:34:39 I don't think we can do this. That would be a cycl
Garrett Casto 2014/11/12 08:09:55 To be clear, the problem isn't that some code in A
2 "+components/webdata/common", 3 "+components/webdata/common",
3 "+content/public/browser", 4 "+content/public/browser",
4 "+crypto/random.h", 5 "+crypto/random.h",
5 "+google_apis/gaia", 6 "+google_apis/gaia",
6 "+google_apis/google_api_keys.h", 7 "+google_apis/google_api_keys.h",
7 "+gpu/config/gpu_info.h", 8 "+gpu/config/gpu_info.h",
8 "+sql", 9 "+sql",
9 "+third_party/libjingle", 10 "+third_party/libjingle",
10 "+third_party/libphonenumber", # For phone number i18n. 11 "+third_party/libphonenumber", # For phone number i18n.
11 ] 12 ]
12 13
13 specific_include_rules = { 14 specific_include_rules = {
14 '.*_[a-z]*test\.cc': [ 15 '.*_[a-z]*test\.cc': [
15 "+content/public/test", 16 "+content/public/test",
16 ], 17 ],
17 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698