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

Unified Diff: third_party/WebKit/Source/platform/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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 19e6cbc4d6310af64f6092b2e01925b2d7aba601..1d83afe8325a592e374781bb293c0faa0a4496c8 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -358,7 +358,7 @@ test("heap_unittests") {
"//third_party/WebKit/Source/wtf:test_support",
]
if (is_android) {
- apk_deps = [
+ deps += [
"//base:base_java",
"//content/shell/android:content_shell_assets",
"//net/android:net_java",

Powered by Google App Engine
This is Rietveld 408576698