Chromium Code Reviews| Index: runtime/bin/bin.gypi |
| =================================================================== |
| --- runtime/bin/bin.gypi (revision 2094) |
| +++ runtime/bin/bin.gypi (working copy) |
| @@ -87,7 +87,9 @@ |
| ], |
| 'sources': [ |
| '../include/dart_api.h', |
| + '../include/dart_dapi.h', |
|
siva
2011/12/07 05:44:48
dapi seems so close to api that it might be mistak
|
| '../vm/dart_api_impl.cc', |
| + '../vm/dart_dapi_impl.cc', |
| ], |
| }, |
| { |