Chromium Code Reviews

Unified Diff: tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn

Issue 117863003: Work on GN toolchain definitions and build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | tools/gn/variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn b/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
index 90a7581ead169871a0b3e735a113d4642963a8ac..8eeb7852385c9095ce14d4d660ab589bffc9cec2 100644
--- a/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
@@ -258,6 +258,7 @@ component("wtf") {
# # Disable c4267 warnings until we fix size_t to int truncations.
# 'msvs_disabled_warnings': [4127, 4355, 4510, 4512, 4610, 4706, 4068, 4267],
+ ldflags = []
if (is_android) {
ldflags += [ "-llog" ]
}
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine