| Index: mojo/public/platform/dart/BUILD.gn
|
| diff --git a/mojo/public/platform/dart/BUILD.gn b/mojo/public/platform/dart/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..54c90a0f2252139d65c3ba90f769313cc7867224
|
| --- /dev/null
|
| +++ b/mojo/public/platform/dart/BUILD.gn
|
| @@ -0,0 +1,22 @@
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +import("../../mojo_sdk.gni")
|
| +
|
| +mojo_sdk_source_set("mojo_internal_impl") {
|
| + sources = [
|
| + "mojo_natives.cc",
|
| + "mojo_natives.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//dart/runtime:libdart",
|
| + ]
|
| +
|
| + mojo_sdk_deps = [
|
| + "mojo/public/c/system:system",
|
| + "mojo/public/cpp/environment:environment",
|
| + "mojo/public/cpp/system:system",
|
| + ]
|
| +}
|
|
|