Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: sync/BUILD.gn

Issue 1250273002: Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mergey-wergey Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « storage/browser/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « storage/browser/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698