summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 29da686..424ae78 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',
]
}],