Index: third_party/WebKit/Source/modules/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn |
index 3a28f6a7250ee009168134e29047bffc2cafff1c..fa34111f4917d799931ac2548f5495f626d07443 100644 |
--- a/third_party/WebKit/Source/modules/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/BUILD.gn |
@@ -58,12 +58,6 @@ component("modules") { |
if (is_win) { |
cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits. |
- # TODO(GYP) |
- # Shard this taret into parts to work around linker limitations. |
- # on link time code generation builds. |
- #[buildtype=="Official"', { |
- # 'msvs_shard': 5, |
- #}], |
} |
if (remove_webcore_debug_symbols) { |