diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 20:38:33 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 20:38:33 +0000 |
commit | 7e920a366d0e24f17fd10063ea18dbe71eb9d914 (patch) | |
tree | 4dd50c80f168d12679de1535a34f31cd19327e27 /base/base_paths_mac.mm | |
parent | d807bf963f1960566263b20de2997bd74ebca1a6 (diff) | |
download | chromium_src-7e920a366d0e24f17fd10063ea18dbe71eb9d914.zip chromium_src-7e920a366d0e24f17fd10063ea18dbe71eb9d914.tar.gz chromium_src-7e920a366d0e24f17fd10063ea18dbe71eb9d914.tar.bz2 |
Enable more tests, change a NOTREACHED to a bug since it's not fatal in the download code. Get other tests compiling even if disabled. Mark why tests are failing in gyp file.
Review URL: http://codereview.chromium.org/92033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_paths_mac.mm')
-rw-r--r-- | base/base_paths_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm index 8c84fbf..965d9d3 100644 --- a/base/base_paths_mac.mm +++ b/base/base_paths_mac.mm @@ -32,7 +32,7 @@ bool PathProviderMac(int key, FilePath* result) { PathService::Get(base::DIR_EXE, &path); if (mac_util::AmIBundled()) { // The bundled app executables (Chromium, TestShell, etc) live five - // leves down, eg: + // levels down, eg: // src/xcodebuild/{Debug|Release}/Chromium.app/Contents/MacOS/Chromium. path = path.DirName(); path = path.DirName(); |