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

Unified Diff: ui/android/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: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 412f4d79b5d22da84eea4137f2e2267026894f1e..9a4e34a81ee42284d90f1635b814be1b6b090e2c 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -169,5 +169,5 @@ test("ui_android_unittests") {
"//ui/gfx",
"//ui/resources:ui_test_pak",
]
- apk_deps = [ ":ui_java" ]
+ deps += [ ":ui_java" ]
tfarina 2015/11/20 18:56:06 move this above?
agrieve 2015/11/20 20:06:14 Done.
}
« net/BUILD.gn ('K') | « third_party/WebKit/Source/web/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698