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

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

Issue 2586743002: correct path to build instructions (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
index 3494b999cabe97a4c527bc0377da9ce757b47b25..202ac18688162198aec65302695a6509aa4bb03e 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
@@ -56,7 +56,7 @@ class WinPort(base.Port):
DEFAULT_BUILD_DIRECTORIES = ('build', 'out')
- BUILD_REQUIREMENTS_URL = 'http://www.chromium.org/developers/how-tos/build-instructions-windows'
+ BUILD_REQUIREMENTS_URL = 'https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md'
@classmethod
def determine_full_port_name(cls, host, options, port_name):
@@ -188,7 +188,7 @@ class WinPort(base.Port):
if result:
_log.error('For complete Windows build requirements, please see:')
_log.error('')
- _log.error(' http://dev.chromium.org/developers/how-tos/build-instructions-windows')
+ _log.error(' https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md')
return result
def operating_system(self):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698