| # Copyright 2016 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//fusl/fusl.gni") | |
| fusl_source_set("prng") { | |
| sources = [ | |
| "__rand48_step.c", | |
| "__seed48.c", | |
| "drand48.c", | |
| "lcong48.c", | |
| "lrand48.c", | |
| "mrand48.c", | |
| "rand.c", | |
| "rand_r.c", | |
| "random.c", | |
| "seed48.c", | |
| "srand48.c", | |
| ] | |
| } |