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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1420983002: GN(Android): Fix up blink_heap_unittests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f852a2d8942021c3dc6b7127c3decd05ae4f8480..f041e51a8aba8abfefe3ee15da6e5ed502e9fb4e 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -328,6 +328,7 @@ source_set("test_support") {
]
}
+# GYP: blink_heap_unittests
test("heap_unittests") {
visibility = [] # Allow re-assignment of list.
visibility = [ "*" ]
@@ -354,6 +355,14 @@ test("heap_unittests") {
"//third_party/WebKit/Source/wtf:test_support",
"//content/test:test_support",
]
+ if (is_android) {
+ apk_deps = [
+ "//base:base_java",
+ "//content/shell/android:copy_content_shell_assets",
+ "//net/android:net_java",
+ ]
+ apk_asset_location = "$root_build_dir/content_shell/assets"
+ }
}
test("platform_unittests") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698