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

Unified Diff: base/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 | « ash/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 23cc60f08424a16bca266808706e8b3f8582d7ae..6eac22e4d04c628dcfcc8e36cd66c73faeda7420 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -645,7 +645,10 @@ component("base") {
data = []
- configs += [ ":base_implementation" ]
+ configs += [
+ ":base_implementation",
+ "//build/config:precompiled_headers",
+ ]
deps = [
":base_static",
« no previous file with comments | « ash/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698