| Index: runtime/bin/service_isolate_bindata.h
|
| diff --git a/runtime/bin/service_isolate_bindata.h b/runtime/bin/service_isolate_bindata.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cab14a9197d3f3dca32b80fa78771a27706e3478
|
| --- /dev/null
|
| +++ b/runtime/bin/service_isolate_bindata.h
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| +// 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.
|
| +
|
| +#ifndef RUNTIME_BIN_SERVICE_ISOLATE_BINDATA_H_
|
| +#define RUNTIME_BIN_SERVICE_ISOLATE_BINDATA_H_
|
| +
|
| +#include "include/dart_api.h"
|
| +
|
| +extern const uint8_t service_isolate_kernel_bindata_[];
|
| +extern const intptr_t service_isolate_kernel_bindata_size_;
|
| +
|
| +#endif // RUNTIME_BIN_SERVICE_ISOLATE_BINDATA_H_
|
|
|