20 lines
449 B
Plaintext
20 lines
449 B
Plaintext
# Copyright (c) 2013 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.
|
|
|
|
static_library("nspr") {
|
|
sources = [
|
|
"prcpucfg.h",
|
|
"prcpucfg_freebsd.h",
|
|
"prcpucfg_linux.h",
|
|
"prcpucfg_mac.h",
|
|
"prcpucfg_nacl.h",
|
|
"prcpucfg_openbsd.h",
|
|
"prcpucfg_solaris.h",
|
|
"prcpucfg_win.h",
|
|
"prtime.cc",
|
|
"prtime.h",
|
|
"prtypes.h",
|
|
]
|
|
}
|