diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:33:24 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:33:24 +0000 |
commit | f8ce465c025d457778f8376eca12d94e723965bb (patch) | |
tree | c7d292f7f6b44b9215209c258605ce09f80bd785 /chrome/chrome_exe.gypi | |
parent | 1f59edcb6592e1586822c4c9e6aea31e1fb1071c (diff) | |
download | chromium_src-f8ce465c025d457778f8376eca12d94e723965bb.zip chromium_src-f8ce465c025d457778f8376eca12d94e723965bb.tar.gz chromium_src-f8ce465c025d457778f8376eca12d94e723965bb.tar.bz2 |
chrome_exe_main: name os-specific files according to naming pattern
These files probably just predate us having a _win suffix on Windows-specific
code.
BUG=18504
TEST=compiles
Review URL: http://codereview.chromium.org/4451001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 5 |
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', ] }], |