| 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)
|
|
|