Chromium Code Reviews| 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 "+cc", | 11 "+cc", |
| 12 "+components", | |
|
boliu
2013/01/12 01:35:59
I decided to be more selective in my patch, adding
kaiwang
2013/01/15 00:39:15
Done.
| |
| 12 "+content/components", | 13 "+content/components", |
| 13 "+content/public/common", | 14 "+content/public/common", |
| 14 "+jni", | 15 "+jni", |
| 15 "+net", | 16 "+net", |
| 16 "+skia", | 17 "+skia", |
| 17 "+third_party/skia/include", | 18 "+third_party/skia/include", |
| 18 "+ui/android", | 19 "+ui/android", |
| 19 "+ui/base", | 20 "+ui/base", |
| 20 "+webkit", | 21 "+webkit", |
| 21 ] | 22 ] |
| OLD | NEW |