Chromium Code Reviews| Index: tools/gn/secondary/base/BUILD.gn |
| diff --git a/tools/gn/secondary/base/BUILD.gn b/tools/gn/secondary/base/BUILD.gn |
| index 519c50e50387039b1be74d30bd2131a6a19c9e11..d42aea2648cedad9945f3ba0362a87db8b8d8df3 100644 |
| --- a/tools/gn/secondary/base/BUILD.gn |
| +++ b/tools/gn/secondary/base/BUILD.gn |
| @@ -951,8 +951,9 @@ static_library("test_support_base") { |
| ] |
| deps = [ |
| "//base", |
| - "//base:base_static", |
| + "//base/third_party/dynamic_annotations", |
|
jamesr
2013/10/02 09:07:02
on mac, at least, this is needed or _AnnotateHappe
Nico
2013/10/02 15:56:30
This dependency exists in the gyp test_support_bas
|
| "//base:base_i18n", |
| + "//base:base_static", |
| "//testing:gmock", |
| "//testing:gtest", |
| "//third_party/libxml:libxml2", |