Chromium Code Reviews| Index: tools/gn/BUILD.gn |
| diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn |
| index 036d4718372cb5e815f08bb644a2c8b09d78a844..8f9f012cd18f0d263f503be689dcff62262317b4 100644 |
| --- a/tools/gn/BUILD.gn |
| +++ b/tools/gn/BUILD.gn |
| @@ -7,6 +7,8 @@ import("//testing/test.gni") |
| defines = [ "GN_BUILD" ] |
| static_library("gn_lib") { |
| + configs += [ "//build/config:precompiled_headers" ] |
| + |
| sources = [ |
| "action_target_generator.cc", |
| "action_target_generator.h", |