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