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 # With the exception of chrome/browser/component, do not add any includes under | 4 # With the exception of chrome/browser/component, do not add any includes under |
5 # chrome/ anywhere in android_webview. | 5 # chrome/ anywhere in android_webview. |
6 | 6 |
7 include_rules = [ | 7 include_rules = [ |
8 # lib is the top-level target, and must remain a leaf in the dependency tree. | 8 # lib is the top-level target, and must remain a leaf in the dependency tree. |
9 "-android_webview/lib", | 9 "-android_webview/lib", |
10 | 10 |
11 "+chrome/browser/component", | 11 "+chrome/browser/component", |
Jói
2012/10/31 21:18:27
You could change this to a ! instead of a + rule t
John Knottenbelt
2012/11/02 14:48:25
Done.
| |
12 "+content/components", | |
12 "+content/public/common", | 13 "+content/public/common", |
13 "+jni", | 14 "+jni", |
14 "+net", | 15 "+net", |
15 "+ui/android", | 16 "+ui/android", |
16 "+ui/base", | 17 "+ui/base", |
17 "+webkit", | 18 "+webkit", |
18 ] | 19 ] |
OLD | NEW |