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 952dfdcca19dccc29dbda53c14e0e267478bfdbb..fd410f1832a08b9b782f63e0e738be193fae3dc7 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" ] |
@@ -352,7 +353,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", |