| Index: chrome/chrome_exe.gypi
 | 
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
 | 
| index 930c839ea886a77995d7b7211e5da7193f7c4400..5731f251c7250cb98a76b3c2725d6c0f0293f096 100644
 | 
| --- a/chrome/chrome_exe.gypi
 | 
| +++ b/chrome/chrome_exe.gypi
 | 
| @@ -416,8 +416,8 @@
 | 
|            ],
 | 
|            'sources': [
 | 
|              '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
 | 
| -            'app/chrome_crash_reporter_client.cc',
 | 
| -            'app/chrome_crash_reporter_client.h',
 | 
| +            'app/chrome_crash_reporter_client_win.cc',
 | 
| +            'app/chrome_crash_reporter_client_win.h',
 | 
|              'app/chrome_exe.rc',
 | 
|              'common/crash_keys.cc',
 | 
|              'common/crash_keys.h',
 | 
| @@ -520,7 +520,7 @@
 | 
|                  '../content/public/common/content_switches.cc',
 | 
|                  '../content/public/common/sandboxed_process_launcher_delegate.cc',
 | 
|                  '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
 | 
| -                'app/chrome_crash_reporter_client.cc',
 | 
| +                'app/chrome_crash_reporter_client_win.cc',
 | 
|                  'common/crash_keys.cc',
 | 
|                  'nacl/nacl_exe_win_64.cc',
 | 
|                ],
 | 
| 
 |