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

Unified Diff: tools/gn/secondary/testing/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, 2 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/testing/BUILD.gn
diff --git a/tools/gn/secondary/testing/BUILD.gn b/tools/gn/secondary/testing/BUILD.gn
index 8e882786f3b287164b1a8bc6b4e48350577fc8db..3ae38d21f32429a38ecb5929da6a4ff7b4df6e4e 100644
--- a/tools/gn/secondary/testing/BUILD.gn
+++ b/tools/gn/secondary/testing/BUILD.gn
@@ -47,6 +47,9 @@ static_library("gtest") {
includes = [ "gtest" ]
direct_dependent_configs = [ ":gtest_config" ]
+
+ configs -= "//build/config/compiler:chromium_code"
+ configs += "//build/config/compiler:no_chromium_code"
jamesr 2013/10/02 09:07:02 this is a really annoying stanza to state repeated
}
# TODO(brettw) move to testing/gmock/BUILD.gn

Powered by Google App Engine
This is Rietveld 408576698