Chromium Code Reviews| Index: runtime/tools/gyp/runtime-configurations.gypi |
| diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi |
| index e0e10143073ff24d445ab4cb641749ba9b360cc3..6923dd89e39ad6775b5b54c41e57807703439b9b 100644 |
| --- a/runtime/tools/gyp/runtime-configurations.gypi |
| +++ b/runtime/tools/gyp/runtime-configurations.gypi |
| @@ -5,6 +5,9 @@ |
| { |
| 'variables': { |
| 'dart_debug_optimization_level%': '2', |
| + # If we have not set in_dartium to 0 in Dart's all.gypi or common.gypi, |
| + # then we must be in Dartium, using its global files instead. |
| + 'in_dartium%': 1, |
| }, |
| 'target_defaults': { |