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

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

Issue 196413027: Point to build requirements page when there is a dependency check failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/mac.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/win.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/win.py b/Tools/Scripts/webkitpy/layout_tests/port/win.py
index a5db00256b599afee93a30e675d3e62111669147..e451c3aae5d80cda22378a705f999d5be49255be 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/win.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/win.py
@@ -58,6 +58,8 @@ class WinPort(base.Port):
DEFAULT_BUILD_DIRECTORIES = ('build', 'out')
+ BUILD_REQUIREMENTS_URL = 'http://www.chromium.org/developers/how-tos/build-instructions-windows'
+
@classmethod
def determine_full_port_name(cls, host, options, port_name):
if port_name.endswith('win'):
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/mac.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698