| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index d3d245248ea24595ba52f922a811d9ba8a637276..bc8ecd3d1ece267751d078e6cc24ef9bca845329 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -75,15 +75,6 @@ group("all_blink") {
|
| "//third_party/WebKit/Source/web:webkit_unit_tests",
|
| "//third_party/WebKit/Source/wtf:wtf_unittests",
|
| ]
|
| -
|
| - if (is_mac) {
|
| - # TODO(GYP): Re-enable this as soon as we can link Blink binaries on mac.
|
| - public_deps -= [
|
| - "//third_party/WebKit/Source/platform:blink_heap_unittests",
|
| - "//third_party/WebKit/Source/platform:blink_platform_unittests",
|
| - "//third_party/WebKit/Source/web:webkit_unit_tests",
|
| - ]
|
| - }
|
| }
|
|
|
| config("blink_headers_config") {
|
|
|