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

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: rebased on formatting change Created 5 years, 1 month 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
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) {

Powered by Google App Engine
This is Rietveld 408576698