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

Unified Diff: v8.gypi

Issue 29451722: Issue 4907 - Update v8 to 5.7.278 in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: independence from file mode of make_gyp_wrapper.py Created July 4, 2017, 11:11 a.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 | « third_party/googletest.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: v8.gypi
diff --git a/v8.gypi b/v8.gypi
index 018caedd2facc515c0f73ebc03584e7d2644453a..427495145be58f6f3870dcfc0813b3bc35fde6b8 100644
--- a/v8.gypi
+++ b/v8.gypi
@@ -1,9 +1,22 @@
{
- 'target_defaults': {
- 'target_conditions': [
- ['_type=="static_library"', {
- 'standalone_static_library': 1
- }]
- ],
- }
+ 'includes': ['common.gypi'],
+ 'variables': {
+ 'v8_enable_i18n_support': 0,
+ 'v8_optimized_debug': 0,
+ 'v8_use_external_startup_data': 0,
+ 'v8_use_snapshot': 1,
+ 'v8_random_seed%': 0,
+ },
+
+ 'conditions': [
+ ['OS=="win"', {
+ 'target_defaults': {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'WarningLevel': 0,
+ },
+ },
+ }
+ }]
+ ],
}
« no previous file with comments | « third_party/googletest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld