Chromium Code Reviews| Index: base/third_party/nspr/BUILD.gn |
| diff --git a/base/third_party/nspr/BUILD.gn b/base/third_party/nspr/BUILD.gn |
| index eb5b45d938a5683ad8b043d9cfde8db1e5052974..eb758d500b87425231924c700cdfd09539eb7df7 100644 |
| --- a/base/third_party/nspr/BUILD.gn |
| +++ b/base/third_party/nspr/BUILD.gn |
| @@ -2,7 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -static_library("nspr") { |
| +source_set("nspr") { |
| visibility = "//base/*" |
| sources = [ |
| "prtime.cc", |