Chromium Code Reviews| Index: device/BUILD.gn |
| diff --git a/device/BUILD.gn b/device/BUILD.gn |
| index 1a72de19ba5816409159a6f76f43b13330d66138..45650029915ba2c1709b49aa27f3b625df7a6f74 100644 |
| --- a/device/BUILD.gn |
| +++ b/device/BUILD.gn |
| @@ -139,7 +139,7 @@ test("device_unittests") { |
| sources -= [ "battery/battery_status_service_unittest.cc" ] |
| deps -= [ "//device/battery" ] |
| deps += [ ":bluetooth_test_jni_headers" ] |
| - apk_deps = [ ":bluetooth_test_java" ] |
| + deps += [ ":bluetooth_test_java" ] |
|
tfarina
2015/11/20 18:56:06
merge with the above one?
agrieve
2015/11/20 20:06:14
Done.
|
| } |
| if (is_chromeos) { |