53374c3b99
This CL adds targets to the GN build that build the standalone Dart VM without the observatory, and with dart:io enabled but with most of the functionality stubbed out as UNIMPLEMENTED(). It also adds a simple eventhandler for Fuchsia for implementing Timers. R=asiva@google.com, johnmccutchan@google.com Review URL: https://codereview.chromium.org/2168193002 .
13 lines
410 B
C
13 lines
410 B
C
// Copyright (c) 2016, 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 BIN_SOCKET_FUCHSIA_H_
|
|
#define BIN_SOCKET_FUCHSIA_H_
|
|
|
|
#if !defined(BIN_SOCKET_H_)
|
|
#error Do not include socket_fuchsia.h directly. Use socket.h.
|
|
#endif
|
|
|
|
#endif // BIN_SOCKET_FUCHSIA_H_
|