| Index: tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn
|
| diff --git a/tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn b/tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e3939c355424080b47fb9dac7a60dc8cdf5af3cc
|
| --- /dev/null
|
| +++ b/tools/gn/secondary/base/third_party/dynamic_annotations/BUILD.gn
|
| @@ -0,0 +1,7 @@
|
| +static_library("dynamic_annotations") {
|
| + sources = [
|
| + "dynamic_annotations.c",
|
| + "dynamic_annotations.h",
|
| + "../valgrind/valgrind.h",
|
| + ]
|
| +}
|
|
|