Chromium Code Reviews| 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 |