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

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

Issue 1416313002: GN(Android): Fix up webkit_unit_tests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete a couple unused imports now that not doing own assets 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 | « third_party/WebKit/Source/bindings/bindings.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index 616c314932d63244a275ecf1b2b60dcc1f8982fc..960394b88cbc5e0a6fbbd02b2a1b6cf261dc1ddb 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -139,4 +139,13 @@ test("webkit_unit_tests") {
sources += platform_unittest_support_files
sources += platform_web_unittest_files
}
+
+ if (is_android) {
+ apk_deps = [
+ "//base:base_java",
+ "//net/android:net_java",
+ "//content/shell/android:copy_content_shell_assets",
+ ]
+ apk_asset_location = "$root_build_dir/content_shell/assets"
+ }
}
« no previous file with comments | « third_party/WebKit/Source/bindings/bindings.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698