Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index b9eb2ef50aae60463036b01f372b4d93ee90eaf9..a5b09ff5c4cac49acf0bbe09ab7cd8e84ad5e284 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -392,7 +392,6 @@ config("precompiled_headers") { |
| # precompiled configurations. |
| cflags_c = [ "/wd4206" ] |
| } else if (is_mac) { |
| - precompiled_header = "build/precompile.h" |
| precompiled_source = "//build/precompile.h" |
| } |
| } |