Chromium Code Reviews| Index: runtime/dart-runtime.gyp |
| =================================================================== |
| --- runtime/dart-runtime.gyp (revision 24032) |
| +++ runtime/dart-runtime.gyp (working copy) |
| @@ -50,8 +50,12 @@ |
| 'sources': [ |
| 'include/dart_api.h', |
| 'include/dart_debugger_api.h', |
| + 'include/dart_mirror_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', |
| 'vm/version.h', |
| '<(version_cc_file)', |
| ], |