Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/gn/secondary/base/BUILD.gn

Issue 25698002: (mostly) working wtf / wtf_unittests gn targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698