Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index 069f10b98123f4560bee01bcdaaea8cf674e22e3..0eecdbc40d104a50ab3df5121a2a7afb3f8c3eb6 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -145,7 +145,7 @@ config("compiler") { |
| cflags_objc = [] |
| cflags_objcc = [] |
| ldflags = [] |
| - defines = [] |
| + defines = [ "CQ_TEST=3" ] |
| configs = [] |
| # System-specific flags. If your compiler flags apply to one of the |