| Index: runtime/dart-runtime.gyp
|
| diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
|
| index 9286e71399bd4c55732bba47c376ceb578653a0b..3f6b8f54a576fb6797cbe87779ce1061db0660cd 100644
|
| --- a/runtime/dart-runtime.gyp
|
| +++ b/runtime/dart-runtime.gyp
|
| @@ -4,11 +4,11 @@
|
|
|
| {
|
| 'includes': [
|
| + 'tools/gyp/runtime-configurations.gypi',
|
| 'vm/vm.gypi',
|
| 'bin/bin.gypi',
|
| 'third_party/double-conversion/src/double-conversion.gypi',
|
| 'third_party/jscre/jscre.gypi',
|
| - 'tools/gyp/runtime-configurations.gypi',
|
| '../tools/gyp/source_filter.gypi',
|
| ],
|
| 'variables': {
|
|
|