| OLD | NEW |
| 1 # for details. All rights reserved. Use of this source code is governed by a | 1 # for details. All rights reserved. Use of this source code is governed by a |
| 2 # BSD-style license that can be found in the LICENSE file. | 2 # BSD-style license that can be found in the LICENSE file. |
| 3 | 3 |
| 4 # This file contains all sources for the Resources table. | 4 # This file contains all sources for the Resources table. |
| 5 # Currently this is unused but at least one source file is needed to build. | |
| 6 { | 5 { |
| 7 'sources': [ | 6 'sources': [ |
| 8 'common_patch.dart' | 7 'vmservice/vmservice.dart', |
| 9 ], | 8 ], |
| 10 } | 9 } |
| OLD | NEW |