diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 20:23:04 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 20:23:04 +0000 |
commit | 409993dec55a874e0659acf421a87070d450a262 (patch) | |
tree | 56569522458c403b04829d1ef803d5f93a888b2d /chrome/chrome.gyp | |
parent | 32c147158f76e19aa22efa2a7b14d3f0e1e23a02 (diff) | |
download | chromium_src-409993dec55a874e0659acf421a87070d450a262.zip chromium_src-409993dec55a874e0659acf421a87070d450a262.tar.gz chromium_src-409993dec55a874e0659acf421a87070d450a262.tar.bz2 |
Implement some chrome path getters for Mac OS and un-comment their uses in the download manager. Move chrome_paths_mac from a .cc to a .mm to allow Cocoa.
Review URL: http://codereview.chromium.org/39041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 2733678..f329004 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -143,7 +143,7 @@ 'common/chrome_paths.h', 'common/chrome_paths_internal.h', 'common/chrome_paths_linux.cc', - 'common/chrome_paths_mac.cc', + 'common/chrome_paths_mac.mm', 'common/chrome_paths_win.cc', 'common/chrome_plugin_api.h', 'common/chrome_plugin_lib.cc', |