| 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 63e02806c0b455a699747ae9b6328fd7821fdd90..78c831ccf0d7f83745b5d138cb5f9f225791d2de 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -66,7 +66,7 @@ component("web") {
|
| }
|
|
|
| # GYP version: WebKit/Source/web/web.gyp:blink_web_test_support
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| deps = [
|
| "//skia",
|
| "//third_party/WebKit/Source/core:testing",
|
|
|