Chromium Code Reviews| Index: runtime/bin/bin.gypi |
| =================================================================== |
| --- runtime/bin/bin.gypi (revision 24032) |
| +++ runtime/bin/bin.gypi (working copy) |
| @@ -230,8 +230,12 @@ |
| 'sources': [ |
| '../include/dart_api.h', |
| '../include/dart_debugger_api.h', |
| + '../include/dart_mirrors_api.h', |
| + '../include/dart_native_api.h', |
| '../vm/dart_api_impl.cc', |
| '../vm/debugger_api_impl.cc', |
| + '../vm/mirrors_api_impl.cc', |
| + '../vm/native_api_impl.cc', |
| '<(version_cc_file)', |
| ], |
| 'defines': [ |