Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2574593003: Fix Windows build warning LNK4217 for blink_platform.dll. (Closed)
Patch Set: Rebase and change new code file's license 2016-->2017 Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698