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

Unified Diff: third_party/WebKit/Source/modules/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/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index bee57617298c28461da181bebbb6ad7b260bac1d..0f83ae4f25c2f6dd51b51de8224686f8d2c36b2f 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -81,6 +81,7 @@ target(modules_target_type, "modules") {
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:non_test_config",
"//third_party/WebKit/Source:inside_blink",
+ "//third_party/WebKit/Source/core:blink_core_pch",
]
deps = [
@@ -198,6 +199,7 @@ source_set("modules_testing") {
configs += [
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:inside_blink",
+ "//third_party/WebKit/Source/core:blink_core_pch",
]
deps = [
@@ -287,6 +289,7 @@ source_set("unit_tests") {
configs += [
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:inside_blink",
+ "//third_party/WebKit/Source/core:blink_core_pch",
]
deps = [
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathGrammar.y ('k') | third_party/WebKit/Source/modules/accessibility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698