Chromium Code Reviews| Index: chrome/android/webapk/DEPS |
| diff --git a/chrome/android/webapk/DEPS b/chrome/android/webapk/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..af95e049b7a2c10784159b659aa99e406c916a8b |
| --- /dev/null |
| +++ b/chrome/android/webapk/DEPS |
| @@ -0,0 +1,8 @@ |
| +# The WebAPK runs in a different APK than Chrome so cannot depend on anything |
| +# in Chrome including //base. The exception is the client library |
| +# (//chrome/android/webapk/libs/client) which is linked into the Chrome APK. |
| +include_rules = [ |
| + "-base", |
| + "-chrome", |
| + "-testing", |
|
Yaron
2016/05/12 13:39:45
I think we may need to add back testing if we were
Yaron
2016/05/12 13:58:25
ignore me. :)
|
| +] |