| 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 02da39fe5fc78811829c55cae3945858fdac6ed6..8eb1f1a07d20846e16ac1eb14f7103fec7c95f8c 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -143,9 +143,8 @@ test("webkit_unit_tests") {
|
| if (is_android) {
|
| apk_deps = [
|
| "//base:base_java",
|
| + "//content/shell/android:content_shell_assets",
|
| "//net/android:net_java",
|
| - "//content/shell/android:copy_content_shell_assets",
|
| ]
|
| - apk_asset_location = "$root_build_dir/content_shell/assets"
|
| }
|
| }
|
|
|