Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
index 1f44388af1301d4f9b872b679116dc5cf0f8f575..237abd9654b2567b3e0243c3d03dd28a527de708 100644 |
--- a/sync/BUILD.gn |
+++ b/sync/BUILD.gn |
@@ -406,6 +406,8 @@ source_set("sync_core") { |
"util/time.h", |
] |
+ configs += [ "//build/config:precompiled_headers" ] |
+ |
public_deps = [ |
"//sync/internal_api/attachments/proto", |
] |
@@ -651,6 +653,8 @@ test("sync_unit_tests") { |
"util/protobuf_unittest.cc", |
] |
+ configs += [ "//build/config:precompiled_headers" ] |
+ |
deps = [ |
":test_support_sync_core", |
":test_support_sync_internal_api", |