| Index: runtime/vm/vm.gypi
|
| diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
|
| index cc30eda4360c8fb75a677c312f46481cbf7626df..7ae96f157bef409011156b90b316d523475e9b75 100644
|
| --- a/runtime/vm/vm.gypi
|
| +++ b/runtime/vm/vm.gypi
|
| @@ -118,7 +118,7 @@
|
| 'type': 'none',
|
| 'includes': [
|
| # Load the shared core library sources.
|
| - '../../corelib/src/corelib_sources.gypi',
|
| + '../../lib/core/corelib_sources.gypi',
|
| ],
|
| 'sources/': [
|
| # Exclude all .[cc|h] files.
|
| @@ -194,7 +194,7 @@
|
| 'type': 'none',
|
| 'includes': [
|
| # Load the shared core library sources.
|
| - '../../corelib/src/implementation/corelib_impl_sources.gypi',
|
| + '../../lib/coreimpl/corelib_impl_sources.gypi',
|
| ],
|
| 'sources/': [
|
| # Exclude all .[cc|h] files.
|
|
|