| Index: runtime/bin/bin.gypi
|
| ===================================================================
|
| --- runtime/bin/bin.gypi (revision 45829)
|
| +++ runtime/bin/bin.gypi (working copy)
|
| @@ -196,12 +196,13 @@
|
| 'generate_builtin_cc_file#host',
|
| 'generate_io_cc_file#host',
|
| 'generate_io_patch_cc_file#host',
|
| + 'generate_snapshot_file#host',
|
| 'generate_resources_cc_file#host',
|
| ],
|
| 'sources': [
|
| 'builtin_common.cc',
|
| 'builtin_natives.cc',
|
| - 'builtin.cc',
|
| + 'builtin_nolib.cc',
|
| 'builtin.h',
|
| 'dartutils.cc',
|
| 'dartutils.h',
|
| @@ -216,10 +217,6 @@
|
| 'vmservice_impl.cc',
|
| 'vmservice_impl.h',
|
| '<(resources_cc_file)',
|
| - # Include generated source files.
|
| - '<(builtin_cc_file)',
|
| - '<(io_cc_file)',
|
| - '<(io_patch_cc_file)',
|
| ],
|
| 'sources/': [
|
| ['exclude', '_test\\.(cc|h)$'],
|
|
|