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

Unified Diff: Source/core/core.gyp

Issue 1259563002: Revert of Precompile more in Blink in Windows for faster compilations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/core/DEPS ('k') | Source/core/frame/Frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 648d2a0286d929924778c0aeb4b8d40ff5119758..531892782253d25b8915450fbbbc0e2e4b6a6b8e 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -30,7 +30,7 @@
{
'includes': [
- 'win/precompile-core.gypi',
+ '../build/win/precompile.gypi',
'../build/features.gypi',
'../build/scripts/scripts.gypi',
'../bindings/core/core.gypi', # core can depend on bindings/core, but not on bindings
@@ -485,7 +485,7 @@
}],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
- ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-core.cpp'],
+ ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
],
}],
['OS=="mac"', {
@@ -573,7 +573,7 @@
}],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
- ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-core.cpp'],
+ ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
],
}],
['use_default_render_theme==0 and OS != "android"', {
@@ -801,7 +801,7 @@
}],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
- ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-core.cpp'],
+ ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
],
}],
['OS=="mac"', {
« no previous file with comments | « Source/core/DEPS ('k') | Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698