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

Unified Diff: Source/modules/modules.gyp

Issue 1167523007: Precompile more in Blink in Windows for faster compilations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Silence style checkers Created 5 years, 6 months 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: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 7a1f87d6975a16144f7a4bcdb7d1241e3478b792..7f77676128ee5ebeb6309e64db589992ce7c8097 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -31,7 +31,7 @@
'includes': [
'../build/features.gypi',
'../build/scripts/scripts.gypi',
- '../build/win/precompile.gypi',
+ '../core/win/precompile-core.gypi',
'../bindings/modules/modules.gypi', # modules can depend on bindings/modules, but not on bindings
'modules.gypi',
],

Powered by Google App Engine
This is Rietveld 408576698