Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: runtime/bin/service_isolate_bindata.h

Issue 2925203002: Load service isolate from the kernel binary. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698