 Chromium Code Reviews
 Chromium Code Reviews Issue 26358014:
  Use the system stdint.h on Windows.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk/
    
  
    Issue 26358014:
  Use the system stdint.h on Windows.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk/| 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', |