summaryrefslogtreecommitdiffstats
path: root/base/base_paths_mac.mm
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 18:02:56 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 18:02:56 +0000
commit84763338e05f77ed57d1060ae71ab2bc71a43a78 (patch)
tree97d2c3d759703cc54c83313cd41a6d000c772d9b /base/base_paths_mac.mm
parentd324ab33283100c0800809b394cbde3dd1dcd801 (diff)
downloadchromium_src-84763338e05f77ed57d1060ae71ab2bc71a43a78.zip
chromium_src-84763338e05f77ed57d1060ae71ab2bc71a43a78.tar.gz
chromium_src-84763338e05f77ed57d1060ae71ab2bc71a43a78.tar.bz2
Use a common directory for all build output on the Mac.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_paths_mac.mm')
-rw-r--r--base/base_paths_mac.mm5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm
index e5b0c65..e53ba52 100644
--- a/base/base_paths_mac.mm
+++ b/base/base_paths_mac.mm
@@ -64,12 +64,11 @@ bool PathProviderMac(int key, std::wstring* result) {
break;
}
case base::DIR_SOURCE_ROOT:
- // On the mac, unit tests execute three levels deep from the source root.
- // For example: chrome/build/{Debug|Release}/ui_tests
+ // On the mac, unit tests execute two levels deep from the source root.
+ // For example: src/xcodebuild/{Debug|Release}/base_unittests
PathService::Get(base::DIR_EXE, &cur);
file_util::UpOneDirectory(&cur);
file_util::UpOneDirectory(&cur);
- file_util::UpOneDirectory(&cur);
break;
default:
return false;