Chromium Code Reviews| 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 = [] |
|
Nico
2013/12/26 22:14:34
Is this intentional?
|
| if (is_android) { |
| ldflags += [ "-llog" ] |
| } |