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 47ededaa44227c3a61feaf6da14c6b208e99f73d..275b7dca028a9e42baf178820ee30f6845303910 100644 |
--- a/third_party/WebKit/Source/modules/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/BUILD.gn |
@@ -59,12 +59,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) { |