Chromium Code Reviews| Index: build/config/android/rules.gni |
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
| index cfc649540571964dea75d37a0e236d5293d57b61..021a7a04f2498077cb6b2407861df0365d460578 100644 |
| --- a/build/config/android/rules.gni |
| +++ b/build/config/android/rules.gni |
| @@ -1490,6 +1490,7 @@ template("unittest_apk") { |
| deps = [ |
| "//base:base_java", |
| "//build/android/pylib/remote/device/dummy:remote_device_dummy_apk", |
| + "//net/android:net_java_test_support", |
|
ppi
2015/02/26 15:50:03
Please don't. /build should not depend on /net. Te
|
| ] |
| if (defined(invoker.deps)) { |
| deps += invoker.deps |