Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index b9f134e3af0b07bb80ae759229cb42375845e6a2..65090ba158c6f5dd7c5b000981b583382fbaaec8 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -497,6 +497,8 @@ component("base") { |
| "third_party/dmg_fp/g_fmt.cc", |
| "third_party/icu/icu_utf.cc", |
| "third_party/icu/icu_utf.h", |
| + "third_party/nspr/prtime.cc", |
| + "third_party/nspr/prtime.h", |
| "third_party/superfasthash/superfasthash.c", |
| "thread_task_runner_handle.cc", |
| "thread_task_runner_handle.h", |
| @@ -640,7 +642,6 @@ component("base") { |
| ":base_static", |
| "//base/allocator:allocator_extension_thunks", |
| "//base/third_party/dynamic_annotations", |
| - "//base/third_party/nspr", |
| "//third_party/modp_b64", |
| ] |
| @@ -1307,7 +1308,6 @@ test("base_unittests") { |
| "//base/test:run_all_unittests", |
| "//base/test:test_support", |
| "//base/third_party/dynamic_annotations", |
| - "//base/third_party/nspr", |
|
cjhopman
2015/04/16 19:02:18
I think that this line is actually the problem wit
Dirk Pranke
2015/04/16 20:31:52
//base:base can't depend on nspr, because nspr dep
cjhopman
2015/04/16 20:50:33
That's not true. Before your change nspr didn't ha
Dirk Pranke
2015/04/16 20:59:32
Well, yeah, it didn't have an explicit dependency
cjhopman
2015/04/16 21:03:47
Folding it in is definitely fine with me.
It seem
|
| "//base/trace_event:trace_event_unittests", |
| "//testing/gmock", |
| "//testing/gtest", |