Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index d027f37d9bed1c56cf0db7aac663569b7f9b2d2f..4a24cceb17803b94cd7f7d12d1805c8fe8e49a13 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -599,14 +599,14 @@ |
'type': 'executable', |
'product_name': 'nacl64', |
'sources': [ |
- 'app/chrome_crash_reporter_client.cc', |
- 'common/crash_keys.cc', |
- 'nacl/nacl_exe_win_64.cc', |
'../content/app/startup_helper_win.cc', |
'../content/common/sandbox_init_win.cc', |
'../content/common/sandbox_win.cc', |
'../content/public/common/content_switches.cc', |
'../content/public/common/sandboxed_process_launcher_delegate.cc', |
+ 'app/chrome_crash_reporter_client.cc', |
+ 'common/crash_keys.cc', |
+ 'nacl/nacl_exe_win_64.cc', |
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc', |
], |
'dependencies': [ |