Index: third_party/WebKit/Source/web/BUILD.gn |
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn |
index 77a938820393287a1abab037224bf62c5f2bcc68..18f2c504b48f508dc6475bb5d928dd0fadfc4d29 100644 |
--- a/third_party/WebKit/Source/web/BUILD.gn |
+++ b/third_party/WebKit/Source/web/BUILD.gn |
@@ -30,6 +30,7 @@ component("web") { |
"//third_party/WebKit/Source:config", |
"//third_party/WebKit/Source:inside_blink", |
"//third_party/WebKit/Source:non_test_config", |
+ "//third_party/WebKit/Source/core:blink_core_pch", |
] |
defines = [ "BLINK_WEB_IMPLEMENTATION=1" ] |
@@ -295,7 +296,10 @@ static_library("test_support") { |
"WebTestingSupport.cpp", |
] |
- configs += [ "//third_party/WebKit/Source:config" ] |
+ configs += [ |
+ "//third_party/WebKit/Source:config", |
+ "//third_party/WebKit/Source/core:blink_core_pch", |
+ ] |
include_dirs = [ "$root_gen_dir/blink" ] |
} |
@@ -427,6 +431,7 @@ test("webkit_unit_tests") { |
configs += [ |
"//third_party/WebKit/Source:config", |
"//third_party/WebKit/Source:inside_blink", |
+ "//third_party/WebKit/Source/core:blink_core_pch", |
] |
if (is_android) { |