Index: third_party/WebKit/Source/core/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn |
index 3ece896d5b1d88ae5190130c2cd272fcad8d4532..deec6645bb9774b3c8b45d7c6961ee3a1876d594 100644 |
--- a/third_party/WebKit/Source/core/BUILD.gn |
+++ b/third_party/WebKit/Source/core/BUILD.gn |
@@ -202,13 +202,6 @@ source_set("html") { |
deps = [ |
":prerequisites", |
] |
- |
- # TODO(GYP) |
- # Shard this target into parts to work around linker limitations. |
- # on link time code generation builds. |
- #['OS=="win" and buildtype=="Official"', { |
- # 'msvs_shard': 5, |
- #}], |
} |
# GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_svg |
@@ -221,13 +214,6 @@ source_set("svg") { |
deps = [ |
":prerequisites", |
] |
- |
- # TODO(GYP) |
- # Shard this target into parts to work around linker limitations. |
- # on link time code generation builds. |
- #['OS=="win" and buildtype=="Official"', { |
- # 'msvs_shard': 5, |
- #}], |
} |
# GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_remaining |