| 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 d904269620b945210f4d44c52d467564a067218c..878d8fe5d3b4b57cc8f78a26b95be9b3267f6625 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -358,10 +358,9 @@ test("heap_unittests") {
|
| if (is_android) {
|
| apk_deps = [
|
| "//base:base_java",
|
| - "//content/shell/android:copy_content_shell_assets",
|
| + "//content/shell/android:content_shell_assets",
|
| "//net/android:net_java",
|
| ]
|
| - apk_asset_location = "$root_build_dir/content_shell/assets"
|
| }
|
| }
|
|
|
|
|