summaryrefslogtreecommitdiffstats
path: root/tools/python/google/platform_utils.py
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 18:14:38 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 18:14:38 +0000
commitad35d11fa8e27e5d0f882a56725c6950d248be15 (patch)
treee25136bf3eb22eb23dcf7be0bab87f66a34c954e /tools/python/google/platform_utils.py
parent041645eb2baa02b7e2790887f786a53f529ff45b (diff)
downloadchromium_src-ad35d11fa8e27e5d0f882a56725c6950d248be15.zip
chromium_src-ad35d11fa8e27e5d0f882a56725c6950d248be15.tar.gz
chromium_src-ad35d11fa8e27e5d0f882a56725c6950d248be15.tar.bz2
Port page_cycler_http to Mac
Accompanying buildbot changes @ http://codereview.chromium.org/67234 Review URL: http://codereview.chromium.org/79017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/python/google/platform_utils.py')
-rw-r--r--tools/python/google/platform_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/python/google/platform_utils.py b/tools/python/google/platform_utils.py
index a48a506..5bbcdf8 100644
--- a/tools/python/google/platform_utils.py
+++ b/tools/python/google/platform_utils.py
@@ -18,5 +18,7 @@ import sys
# included in any case so we don't get an import error.
if sys.platform in ('cygwin', 'win32'):
from platform_utils_win import *
+elif sys.platform == 'darwin':
+ from platform_utils_mac import *