1{ 2 'defines': [ 'V8_DEPRECATION_WARNINGS=1' ], 3 'conditions': [ 4 [ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', { 5 'cflags': ['-Wno-cast-function-type'], 6 }], 7 ], 8} 9