| Index: third_party/double-conversion/src/double-conversion.gypi
|
| ===================================================================
|
| --- third_party/double-conversion/src/double-conversion.gypi (revision 5503)
|
| +++ third_party/double-conversion/src/double-conversion.gypi (working copy)
|
| @@ -1,18 +1,6 @@
|
| # Copyright 2010 Google Inc. All Rights Reserved.
|
|
|
| {
|
| - # Needed for compilation with g++ 4.5.
|
| - 'conditions': [
|
| - [ 'OS=="linux"', { 'variables' : {
|
| - 'common_gcc_warning_flags': [ '-Wno-conversion-null', ], }, } ],
|
| - [ 'OS=="mac"', { 'variables' : {
|
| - 'common_gcc_warning_flags': [ '-w', ], }, } ],
|
| - ],
|
| - 'includes': [
|
| - '../../../../tools/gyp/xcode.gypi',
|
| - '../../../../tools/gyp/configurations.gypi',
|
| - '../../../../tools/gyp/source_filter.gypi',
|
| - ],
|
| 'targets': [
|
| {
|
| 'target_name': 'libdouble_conversion',
|
|
|