Chromium Code Reviews| 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 |