| Index: base/third_party/dynamic_annotations/BUILD.gn
|
| diff --git a/base/third_party/dynamic_annotations/BUILD.gn b/base/third_party/dynamic_annotations/BUILD.gn
|
| index 0fc4bf740818d64c05962db04eeaaf9fc2bbffbe..86f6558401a19c92c0068c728d44489485cb09a7 100644
|
| --- a/base/third_party/dynamic_annotations/BUILD.gn
|
| +++ b/base/third_party/dynamic_annotations/BUILD.gn
|
| @@ -12,8 +12,7 @@
|
| ]
|
| }
|
| } else {
|
| - # Should be static library, see documentation on //base:base for discussion.
|
| - static_library("dynamic_annotations") {
|
| + source_set("dynamic_annotations") {
|
| sources = [
|
| "../valgrind/valgrind.h",
|
| "dynamic_annotations.c",
|
|
|