| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index f0220fb5c188d61da599d919a0d0532702e81782..889f71779fdf4f6e80a9d193e9b16e8ac5ef5e34 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -25,16 +25,6 @@ group("blink") {
|
| ]
|
| }
|
|
|
| -group("blink_for_unittests") {
|
| - public_deps = [
|
| - ":blink",
|
| -
|
| - # Since public/platform/Platform.h depends on Mojo APIs, unittests depending
|
| - # on :blink needs to link mojo/edk/system.
|
| - "//mojo/edk/system",
|
| - ]
|
| -}
|
| -
|
| # This target provides a minimal set of Blink APIs such as WebString to use in
|
| # places that cannot link against the full Blink library. FIXME: We really
|
| # shouldn't have this at all and should instead remove all uses of Blink's API
|
|
|