| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| index 4a4d3acf605f976e7288e6435aae67645b635599..80d5a0ae199d9c2a811316ee447b90c490b87f5c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| @@ -60,7 +60,7 @@ class MacPort(base.Port):
|
|
|
| CONTENT_SHELL_NAME = 'Content Shell'
|
|
|
| - BUILD_REQUIREMENTS_URL = 'https://code.google.com/p/chromium/wiki/MacBuildInstructions'
|
| + BUILD_REQUIREMENTS_URL = 'https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md'
|
|
|
| @classmethod
|
| def determine_full_port_name(cls, host, options, port_name):
|
| @@ -84,7 +84,7 @@ class MacPort(base.Port):
|
| if result:
|
| _log.error('For complete Mac build requirements, please see:')
|
| _log.error('')
|
| - _log.error(' http://code.google.com/p/chromium/wiki/MacBuildInstructions')
|
| + _log.error(' https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md')
|
|
|
| return result
|
|
|
|
|