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