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

Unified Diff: third_party/WebKit/Source/modules/webgl/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/modules/modules.gni ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webgl/BUILD.gn b/third_party/WebKit/Source/modules/webgl/BUILD.gn
index 285f3968307b379acc2f48809c85ee96970ba7c3..85b7b325f8830043c07c53e4ae35020fe8c63915 100644
--- a/third_party/WebKit/Source/modules/webgl/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webgl/BUILD.gn
@@ -123,4 +123,9 @@ blink_modules_sources("webgl") {
"WebGLVertexArrayObjectOES.cpp",
"WebGLVertexArrayObjectOES.h",
]
+
+ # The modules/webgl/ directly is a larger module, and
+ # the implementation depends on a fair chunk of core/ --
+ # include the core pch for faster Windows compilation times.
+ configs += [ "//third_party/WebKit/Source/core:blink_core_pch" ]
}
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gni ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698