Chromium Code Reviews| Index: Source/BUILD.gn |
| diff --git a/Source/BUILD.gn b/Source/BUILD.gn |
| index f79fb727e12a6b7416d3cb598ccb569adeaffe3c..ae07394d10cf1b98e996058840ce319cae56683b 100644 |
| --- a/Source/BUILD.gn |
| +++ b/Source/BUILD.gn |
| @@ -32,8 +32,6 @@ config("config") { |
| cflags = [] |
| defines = [] |
| - configs = [ ":non_test_config" ] |
|
jamesr
2014/07/18 00:28:56
Is there no way to default non_test_config? I gues
|
| - |
| if (is_win) { |
| cflags += [ |
| "/wd4305", # Truncation from 'type1' to 'type2'. |