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

Unified Diff: base/BUILD.gn

Issue 1207903002: Windows precompiled header support in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | build/config/BUILD.gn » ('j') | tools/gn/config_values_generator.cc » ('J')
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 e904b33615182f2c6af1b0736c8e9db7864c8447..5f0dc626e9cc360e628c2dac35a135bad4a986a2 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -50,7 +50,7 @@ source_set("base_paths") {
]
}
- configs += [ ":base_implementation" ]
+ configs += [ ":base_implementation", "//build/config:precompiled_headers" ]
deps = [
"//base/memory",
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | tools/gn/config_values_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698