Chromium Code Reviews| Index: runtime/third_party/double-conversion/src/double-conversion.gypi |
| diff --git a/runtime/third_party/double-conversion/src/double-conversion.gypi b/runtime/third_party/double-conversion/src/double-conversion.gypi |
| index 8466d5d66045cf4610489466207c9147774b5142..d411ebd7114234d982bb4d5e08ce33b5b9a45ef6 100644 |
| --- a/runtime/third_party/double-conversion/src/double-conversion.gypi |
| +++ b/runtime/third_party/double-conversion/src/double-conversion.gypi |
| @@ -30,6 +30,13 @@ |
| 'strtod.h', |
| 'utils.h', |
| ], |
| + 'conditions': [ |
|
Søren Gjesse
2012/08/08 11:35:56
Indentation here and in several files following.
jackpal
2012/08/09 01:09:48
Fixed by removing the code.
|
| + ['dart_want_separate_host_toolset==1', { |
| + 'toolsets': ['host', 'target'], |
| + }, { |
| + 'toolsets': ['target'], |
| + }] |
| + ], |
| }, |
| ], |
| } |