From de9ad6ab533ea2b6a8bdf9ba2c2408c064bdc61a Mon Sep 17 00:00:00 2001 From: Pierre Rossi <pierre.rossi@digia.com> Date: Wed, 20 Aug 2014 22:08:03 +0200 Subject: [PATCH] <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: Zeno Albisser <zeno.albisser@digia.com> --- .../third_party/WebKit/Source/bindings/core/v8/generated.gyp | 1 - .../third_party/WebKit/Source/bindings/modules/v8/generated.gyp | 1 - 2 files changed, 2 deletions(-) diff --git a/chromium/third_party/WebKit/Source/bindings/core/v8/generated.gyp b/chromium/third_party/WebKit/Source/bindings/core/v8/generated.gyp index 6a61c2e7a4d..22a18198dfb 100644 --- a/chromium/third_party/WebKit/Source/bindings/core/v8/generated.gyp +++ b/chromium/third_party/WebKit/Source/bindings/core/v8/generated.gyp @@ -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)', diff --git a/chromium/third_party/WebKit/Source/bindings/modules/v8/generated.gyp b/chromium/third_party/WebKit/Source/bindings/modules/v8/generated.gyp index ffe504b1769..f10084ba8af 100644 --- a/chromium/third_party/WebKit/Source/bindings/modules/v8/generated.gyp +++ b/chromium/third_party/WebKit/Source/bindings/modules/v8/generated.gyp @@ -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)', -- GitLab