Commit de9ad6ab authored by Pierre Rossi's avatar Pierre Rossi Committed by Pierre Rossi
Browse files

<third_party/WebKit> manual revert of blink's r168724


Adding the -S argument to skip import site seems to be causing some
issues on our CI for now.

Change-Id: I551c85b580ce1e148517202c884ae95df5adc841
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
No related merge requests found
Showing with 0 additions and 2 deletions
......@@ -80,7 +80,6 @@
# Update that regex if command line changes (other than changing flags)
'action': [
'python',
'-S', # skip 'import site' to speed up startup
'<(bindings_scripts_dir)/idl_compiler.py',
'--cache-dir',
'<(bindings_scripts_output_dir)',
......
......@@ -68,7 +68,6 @@
# Update that regex if command line changes (other than changing flags)
'action': [
'python',
'-S', # skip 'import site' to speed up startup
'<(bindings_scripts_dir)/idl_compiler.py',
'--cache-dir',
'<(bindings_scripts_output_dir)',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment