Chromium Code Reviews| Index: Source/bindings/dart/gyp/resources_sources.gypi |
| diff --git a/Source/bindings/dart/gyp/resources_sources.gypi b/Source/bindings/dart/gyp/resources_sources.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..22bb6b2ccba4a044ea33243675ddcce5f8a3cc27 |
| --- /dev/null |
| +++ b/Source/bindings/dart/gyp/resources_sources.gypi |
| @@ -0,0 +1,19 @@ |
| +# for details. All rights reserved. Use of this source code is governed by a |
| +# BSD-style license that can be found in the LICENSE file. |
| + |
| +# This file contains all sources for the Resources table. |
| +{ |
| + 'sources': [ |
| +# VM Service backend sources |
| + '../../../../../../dart/runtime/bin/vmservice/constants.dart', |
|
Jacob
2013/12/04 20:39:52
this should be specified in the ../../../../dart
Cutch
2013/12/04 21:20:50
Filed bug and made note in file.
|
| + '../../../../../../dart/runtime/bin/vmservice/resources.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/running_isolate.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/running_isolates.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/server.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/service_request.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/service_request_router.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/vmservice.dart', |
| + '../../../../../../dart/runtime/bin/vmservice/vmservice_dartium.dart', |
| + ], |
| +} |
| + |