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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/linux.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/base.py ('k') | Tools/Scripts/webkitpy/layout_tests/port/mac.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/linux.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/linux.py b/Tools/Scripts/webkitpy/layout_tests/port/linux.py
index 767b2b058ddbb3ac08ebf18898ef19870aba0f2c..86e26fe810e55ea0fd4cb0c2b0da775cccfb05b7 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/linux.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/linux.py
@@ -50,6 +50,8 @@ class LinuxPort(base.Port):
DEFAULT_BUILD_DIRECTORIES = ('out',)
+ BUILD_REQUIREMENTS_URL = 'https://code.google.com/p/chromium/wiki/LinuxBuildInstructions'
+
@classmethod
def _determine_driver_path_statically(cls, host, options):
config_object = config.Config(host.executive, host.filesystem)
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/base.py ('k') | Tools/Scripts/webkitpy/layout_tests/port/mac.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698