Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: device/BUILD.gn

Issue 1465923002: GN: Merge apk_deps and deps in test() template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for realz this time Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index e4f56a5097abecb53c86dd921ee1abde467f16bf..5c536065a20d0465b5ec2ffe08cfdaa94d4f6358 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -138,9 +138,11 @@ test("device_unittests") {
if (is_android) {
sources -= [ "battery/battery_status_service_unittest.cc" ]
+ deps += [
+ ":bluetooth_test_java",
+ ":bluetooth_test_jni_headers",
+ ]
deps -= [ "//device/battery" ]
- deps += [ ":bluetooth_test_jni_headers" ]
- apk_deps = [ ":bluetooth_test_java" ]
}
if (is_chromeos) {
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698