Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1215)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698