Commit 4c301df3 authored by tyoshino@chromium.org's avatar tyoshino@chromium.org

[builders.py] Add comment to _deps_builders about duplicated mappings

Mac10.6 (deps) is used for all mac ports.

R=dpranke
BUG=none

Review URL: https://codereview.chromium.org/690943002

git-svn-id: svn://svn.chromium.org/blink/trunk@184897 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent f9a364f1
......@@ -65,6 +65,8 @@ _deps_builders = {
"win-xp": "WebKit XP (deps)",
"win-win7": "WebKit XP (deps)",
"mac-snowleopard": "WebKit Mac10.6 (deps)",
# The following port names are mapped to 10.6 bot since we don't have bots
# for these ports.
"mac-lion": "WebKit Mac10.6 (deps)",
"mac-mountainlion": "WebKit Mac10.6 (deps)",
"mac-mavericks": "WebKit Mac10.6 (deps)",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment