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

Unified Diff: Source/build/win/precompile.gypi

Issue 26358014: Use the system stdint.h on Windows. (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 7 years, 2 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/build/win/Precompile.h ('k') | Source/wtf/os-win32/stdint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/win/precompile.gypi
===================================================================
--- Source/build/win/precompile.gypi (revision 159522)
+++ Source/build/win/precompile.gypi (working copy)
@@ -31,6 +31,15 @@
{
'conditions': [
+ ['OS=="win" and chromium_win_pch==0', {
bungeman-chromium 2013/10/13 21:38:40 I am of two minds about this. On the one hand thi
+ 'target_defaults': {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'ForcedIncludeFiles': ['<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.h'],
+ },
+ },
+ }
+ }],
['OS=="win" and chromium_win_pch==1', {
'target_defaults': {
'msvs_precompiled_header': '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.h',
« no previous file with comments | « Source/build/win/Precompile.h ('k') | Source/wtf/os-win32/stdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698