| Index: Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| index b6f3c8db825dbb205d035c68437cd1c3a4427daa..4ca5a89f307c1638f5adf419f86f842a8fcf2bbf 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| @@ -59,6 +59,8 @@ class MacPort(base.Port):
|
|
|
| CONTENT_SHELL_NAME = 'Content Shell'
|
|
|
| + BUILD_REQUIREMENTS_URL = 'https://code.google.com/p/chromium/wiki/MacBuildInstructions'
|
| +
|
| @classmethod
|
| def determine_full_port_name(cls, host, options, port_name):
|
| if port_name.endswith('mac'):
|
|
|