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

Unified Diff: Source/bindings/modules/v8/generated.gyp

Issue 538913003: Do not skip site import on python startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated patch Created 6 years, 3 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 | « Source/bindings/core/v8/generated.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/generated.gyp
diff --git a/Source/bindings/modules/v8/generated.gyp b/Source/bindings/modules/v8/generated.gyp
index 19ce0c69354c781d2e5097a12b3e388fb2593bf0..da291547653bac1436c16cfd13b5ea8ce9a63a33 100644
--- a/Source/bindings/modules/v8/generated.gyp
+++ b/Source/bindings/modules/v8/generated.gyp
@@ -66,7 +66,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)',
« no previous file with comments | « Source/bindings/core/v8/generated.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698