Chromium Code Reviews| Index: tools/gyp/all.gypi |
| diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi |
| index f26b62e4ff1b1aa2ad6f3953eb7b631ecc1f536f..236d48edb12904a8c30ac8b71bc08063dc7ee91d 100644 |
| --- a/tools/gyp/all.gypi |
| +++ b/tools/gyp/all.gypi |
| @@ -11,8 +11,8 @@ |
| 'component': 'static_library', |
| 'target_arch': 'ia32', |
| 'v8_location': '<(DEPTH)/third_party/v8', |
| - # Variable that tells us if we are part of a dartium build. |
| - 'in_dartium': 0, |
| + # Flag that tells us whether to build native support for dart:io. |
| + 'dart_io_support': 1, |
| }, |
| 'conditions': [ |
| [ 'OS=="linux"', { |