Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1484)

Unified Diff: base/third_party/nspr/BUILD.gn

Issue 209343003: Remove prtypes.h and prcpucfg*.h from base/third_party/nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Use 2147483647 instead of INT_MAX Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/third_party/nspr/BUILD.gn
===================================================================
--- base/third_party/nspr/BUILD.gn (revision 258636)
+++ base/third_party/nspr/BUILD.gn (working copy)
@@ -5,17 +5,8 @@
static_library("nspr") {
external = true
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",
]
# In GYP this project is part of base, so it uses the base implementation

Powered by Google App Engine
This is Rietveld 408576698