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

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: 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 | « third_party/WebKit/Source/web/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 412f4d79b5d22da84eea4137f2e2267026894f1e..c4beefdef6de0dbc6c29a831228a40403dff2bee 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -158,6 +158,7 @@ test("ui_android_unittests") {
]
deps = [
":android",
+ ":ui_java",
"//base",
"//base/test:test_support",
"//cc",
@@ -169,5 +170,4 @@ test("ui_android_unittests") {
"//ui/gfx",
"//ui/resources:ui_test_pak",
]
- apk_deps = [ ":ui_java" ]
}
« no previous file with comments | « 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