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

Unified Diff: third_party/WebKit/Source/web/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
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) {
« no previous file with comments | « third_party/WebKit/Source/platform/win/Precompile-platform.cpp ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698