Chromium Code Reviews| Index: content/child/BUILD.gn |
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
| index b2e978aa48695896eb0687b358b7209ae02713a9..9698873cd331c569878c38350271b66960d5a49c 100644 |
| --- a/content/child/BUILD.gn |
| +++ b/content/child/BUILD.gn |
| @@ -16,6 +16,8 @@ source_set("child") { |
| ".", |
| "//content") |
| + configs += [ "//build/config:precompiled_headers" ] |
| + |
| public_deps = [ |
| "//third_party/mojo/src/mojo/edk/system", |
| ] |