Chromium Code Reviews| Index: runtime/BUILD.gn |
| diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn |
| index ad90805b1fe775c142901391c9d3db21b35262ef..e9c339a3517a5373bbcdcc358c8ada4c27ee60d4 100644 |
| --- a/runtime/BUILD.gn |
| +++ b/runtime/BUILD.gn |
| @@ -68,9 +68,9 @@ static_library("libdart") { |
| ] |
| sources = [ |
| "include/dart_api.h", |
| - "include/dart_debugger_api.h", |
| "include/dart_mirrors_api.h", |
| "include/dart_native_api.h", |
| + "include/dart_tools_api.h", |
| "vm/dart_api_impl.cc", |
| "vm/debugger_api_impl.cc", |
| "vm/mirrors_api_impl.cc", |