| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//fusl/fusl.gni") | 5 import("//fusl/fusl.gni") |
| 6 | 6 |
| 7 fusl_source_set("conf") { | 7 fusl_source_set("ldso") { |
| 8 configs = [ "//fusl:fusl_no_stack_protector_config" ] |
| 9 |
| 8 sources = [ | 10 sources = [ |
| 9 "confstr.c", | 11 "dlstart.c", |
| 10 "fpathconf.c", | 12 "dynlink.c", |
| 11 "legacy.c", | |
| 12 "pathconf.c", | |
| 13 "sysconf.c", | |
| 14 ] | 13 ] |
| 15 } | 14 } |
| OLD | NEW |