Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 29da6860b401e173846bf1cd31f0fdb37c24471a..424ae78d08cd1ec3d72294506a170f3a4f9574d7 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -15,9 +15,9 @@ |
# Test files are not included. |
'app/breakpad_win.cc', |
'app/breakpad_win.h', |
- 'app/chrome_exe_main.cc', |
- 'app/chrome_exe_main.mm', |
'app/chrome_exe_main_gtk.cc', |
+ 'app/chrome_exe_main_mac.mm', |
+ 'app/chrome_exe_main_win.cc', |
'app/chrome_exe_resource.h', |
'app/client_util.cc', |
'app/client_util.h', |
@@ -126,7 +126,6 @@ |
], |
}, { # 'OS!="win" |
'sources!': [ |
- 'app/chrome_exe_main.cc', |
'app/client_util.cc', |
] |
}], |