OLD | NEW |
---|---|
1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes | 1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes |
2 # to DEPS files under android_webview/ | 2 # to DEPS files under android_webview/ |
3 | 3 |
4 # Do not add any includes under chrome/ anywhere in android_webview. | 4 # Do not add any includes under chrome/ anywhere in android_webview. |
5 | 5 |
6 include_rules = [ | 6 include_rules = [ |
7 # lib is the top-level target, and must remain a leaf in the dependency tree. | 7 # lib is the top-level target, and must remain a leaf in the dependency tree. |
8 "-android_webview/lib", | 8 "-android_webview/lib", |
9 | 9 |
10 "!chrome/browser/component", | 10 "!chrome/browser/component", |
11 "+components/autofill/browser", | |
12 "+components/webdata/common", | |
benm (inactive)
2013/04/29 18:00:03
do these need to be at the top level?
sgurun-gerrit only
2013/04/29 19:32:39
I think now they do since there are includes from
| |
11 "+content/public/common", | 13 "+content/public/common", |
12 "+jni", | 14 "+jni", |
13 "+net", | 15 "+net", |
14 "+skia", | 16 "+skia", |
15 "+third_party/skia/include", | 17 "+third_party/skia/include", |
16 "+ui/android", | 18 "+ui/android", |
17 "+ui/base", | 19 "+ui/base", |
18 "+webkit", | 20 "+webkit", |
19 ] | 21 ] |
OLD | NEW |