diff options
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index bf6fcf4..99270c0 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -222,8 +222,9 @@ 'installer_util', ], 'sources': [ - 'app/chrome_main.cc', 'app/chrome_dll_resource.h', + 'app/chrome_main.cc', + 'app/chrome_main_posix.cc', ], }], ['OS=="mac"', { |