Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: common.gypi

Issue 5117069997637632: Issue 1548 - manually disable usage of v8_random_seed in gyp (Closed)
Patch Set: Created June 11, 2015, 12:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common.gypi
diff --git a/common.gypi b/common.gypi
index 671dc112ef31dda1182aa0c92cfcce15f59d06b5..6a24ec95c3d4c76f02b92c7bb9232f2fa1f9a189 100644
--- a/common.gypi
+++ b/common.gypi
@@ -7,6 +7,7 @@
'v8_optimized_debug': 0,
'v8_enable_i18n_support': 0,
'v8_use_external_startup_data%': 0,
+ 'v8_random_seed%': 0,
},
'conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld