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

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 2520863002: Enable precompiled headers for Blink on Windows. (Closed)
Patch Set: rebased Created 4 years, 1 month 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 | « third_party/WebKit/Source/web/BUILD.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 54cf9ba396e3baf5a3345fe7d85c25794a731941..b6e0032a3f4d08fe8306bd07f0fe58e6ca57eed8 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -247,6 +247,7 @@ component("wtf") {
configs += [
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:non_test_config",
+ "//third_party/WebKit/Source:blink_pch",
]
defines = [ "WTF_IMPLEMENTATION=1" ]
@@ -351,7 +352,10 @@ test("wtf_unittests") {
cflags = [ "/wd4068" ] # Unknown pragma.
}
- configs += [ "//third_party/WebKit/Source:config" ]
+ configs += [
+ "//third_party/WebKit/Source:config",
+ "//third_party/WebKit/Source:blink_pch",
+ ]
deps = [
":wtf",
« no previous file with comments | « third_party/WebKit/Source/web/BUILD.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698