| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 41a435f88c1fe27b8541b6106490630017878659..b5b91e1248bbc5711360f5430a941dde50a61996 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1122,7 +1122,6 @@ component("platform") {
|
| "mhtml/MHTMLParser.h",
|
| "mojo/BluetoothStructTraits.cpp",
|
| "mojo/CommonCustomTypesStructTraits.cpp",
|
| - "mojo/GeometryStructTraits.cpp",
|
| "mojo/MojoHelper.h",
|
| "network/ContentSecurityPolicyParsers.cpp",
|
| "network/ContentSecurityPolicyParsers.h",
|
| @@ -1513,14 +1512,6 @@ component("platform") {
|
| "/wd4334", # Result of 32-bit shift implicitly converted to 64 bits.
|
| "/wd4724", # Modulo by 0.
|
| ]
|
| -
|
| - # crbug.com/654776: Suppress symbol import warnings.
|
| - if (is_component_build) {
|
| - ldflags = [
|
| - "/ignore:4217",
|
| - "/ignore:4049",
|
| - ]
|
| - }
|
| } else {
|
| sources -= [
|
| "clipboard/ClipboardUtilitiesWin.cpp",
|
|
|