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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'visibility%': 'hidden', 3 'visibility%': 'hidden',
4 'library%': 'static_library', 4 'library%': 'static_library',
5 'component%': '', 5 'component%': '',
6 'want_separate_host_toolset': 0, 6 'want_separate_host_toolset': 0,
7 'v8_optimized_debug': 0, 7 'v8_optimized_debug': 0,
8 'v8_enable_i18n_support': 0, 8 'v8_enable_i18n_support': 0,
9 'v8_use_external_startup_data%': 0, 9 'v8_use_external_startup_data%': 0,
10 'v8_random_seed%': 0,
10 }, 11 },
11 12
12 'conditions': [ 13 'conditions': [
13 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ 14 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
14 or OS=="netbsd" or OS=="android"', { 15 or OS=="netbsd" or OS=="android"', {
15 'target_defaults': { 16 'target_defaults': {
16 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter', 17 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter',
17 '-Wnon-virtual-dtor', '-pthread', '-fno-rtti', 18 '-Wnon-virtual-dtor', '-pthread', '-fno-rtti',
18 '-pedantic', '-std=c++0x', '-fexceptions', ], 19 '-pedantic', '-std=c++0x', '-fexceptions', ],
19 'cflags!': [ '-Werror', ], 20 'cflags!': [ '-Werror', ],
(...skipping 16 matching lines...) Expand all
36 '-pthread', # Not supported by Android toolchain. 37 '-pthread', # Not supported by Android toolchain.
37 ], 38 ],
38 }, 39 },
39 }], 40 }],
40 ], 41 ],
41 42
42 'target_defaults': { 43 'target_defaults': {
43 'msvs_cygwin_shell': 0, 44 'msvs_cygwin_shell': 0,
44 } 45 }
45 } 46 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld