Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # The WebAPK runs in a different APK than Chrome so cannot depend on anything | |
| 2 # in Chrome including //base. The exception is the client library | |
| 3 # (//chrome/android/webapk/libs/client) which is linked into the Chrome APK. | |
| 4 include_rules = [ | |
| 5 "-base", | |
| 6 "-chrome", | |
| 7 "-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. :)
| |
| 8 ] | |
| OLD | NEW |