| Index: headless/lib/browser/devtools_api/client_api_generator.py
|
| diff --git a/headless/lib/browser/devtools_api/client_api_generator.py b/headless/lib/browser/devtools_api/client_api_generator.py
|
| index 366b37a2c2e15294c591db841404616e6e36c82e..ce96de211b4a60c20f4b32f540fc57552188bdd2 100644
|
| --- a/headless/lib/browser/devtools_api/client_api_generator.py
|
| +++ b/headless/lib/browser/devtools_api/client_api_generator.py
|
| @@ -21,8 +21,9 @@ except ImportError:
|
| # is regenerated, which causes a race condition and breaks concurrent build,
|
| # since some compile processes will try to read the partially written cache.
|
| module_path, module_filename = os.path.split(os.path.realpath(__file__))
|
| -third_party_dir = os.path.normpath(os.path.join(
|
| - module_path, os.pardir, os.pardir, os.pardir, 'third_party'))
|
| +third_party_dir = os.path.normpath(
|
| + os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir,
|
| + 'third_party'))
|
| templates_dir = module_path
|
|
|
| # jinja2 is in chromium's third_party directory.
|
|
|