| Index: runtime/bin/bin.gypi
|
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
|
| index 1acfc2ea7c1cccc142543e0bfac57cf319a8a4d3..f926c32d0af9a5452d4b7525c7bcd09178b118c7 100644
|
| --- a/runtime/bin/bin.gypi
|
| +++ b/runtime/bin/bin.gypi
|
| @@ -22,6 +22,7 @@
|
| ],
|
| 'includes': [
|
| 'builtin_sources.gypi',
|
| + '../platform/platform_sources.gypi',
|
| ],
|
| 'sources/': [
|
| ['exclude', '\\.(cc|h)$'],
|
| @@ -63,6 +64,7 @@
|
| ],
|
| 'includes': [
|
| 'builtin_sources.gypi',
|
| + '../platform/platform_sources.gypi',
|
| ],
|
| 'sources/': [
|
| ['exclude', '_test\\.(cc|h)$'],
|
| @@ -224,6 +226,7 @@
|
| ],
|
| 'includes': [
|
| 'builtin_sources.gypi',
|
| + '../platform/platform_sources.gypi',
|
| '../vm/vm_sources.gypi',
|
| ],
|
| 'defines': [
|
|
|