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

Unified Diff: third_party/WebKit/Source/core/core.gyp

Issue 2152783002: Enable precompiled headers for Blink on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up comments Created 4 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 | « third_party/WebKit/Source/core/DEPS ('k') | third_party/WebKit/Source/core/frame/Frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gyp
diff --git a/third_party/WebKit/Source/core/core.gyp b/third_party/WebKit/Source/core/core.gyp
index 1846e60300c094caae5f0f13fe38143d02a1de5a..fffe5d30989cdf5c57eb2dff7eb2d6857589ffc5 100644
--- a/third_party/WebKit/Source/core/core.gyp
+++ b/third_party/WebKit/Source/core/core.gyp
@@ -30,7 +30,7 @@
{
'includes': [
- '../build/win/precompile.gypi',
+ 'win/precompile-core.gypi',
'../build/features.gypi',
'../build/scripts/scripts.gypi',
'../bindings/core/core.gypi', # core can depend on bindings/core, but not on bindings
@@ -334,7 +334,7 @@
}],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
- ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
+ ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-core.cpp'],
],
}],
['OS!="mac"', {
@@ -405,7 +405,7 @@
}],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
- ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
+ ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-core.cpp'],
],
}],
],
@@ -600,7 +600,7 @@
}],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
- ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
+ ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-core.cpp'],
],
}],
['OS=="mac"', {
« no previous file with comments | « third_party/WebKit/Source/core/DEPS ('k') | third_party/WebKit/Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698