| Index: src/base.isolate
|
| diff --git a/src/base.isolate b/src/base.isolate
|
| index 6af5880185de90c505d0120cbb8b660bd662a303..097b914399c64d99b211d1bbc85ccf87645f147a 100644
|
| --- a/src/base.isolate
|
| +++ b/src/base.isolate
|
| @@ -2,6 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| {
|
| + 'includes': [
|
| + '../third_party/icu/icu.isolate',
|
| + '../build/config/win/msvs_dependencies.isolate',
|
| + ],
|
| 'conditions': [
|
| ['use_custom_libcxx==1', {
|
| 'variables': {
|
|
|