Chromium Code Reviews| 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..45f10133b5359f483fc3b072b9f83c67fd2ef4a3 |
| --- /dev/null |
| +++ b/mojo/public/platform/dart/BUILD.gn |
| @@ -0,0 +1,20 @@ |
| +# 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", |
| + ] |
| + |
| + mojo_sdk_deps = [ |
| + "dart/runtime:libdart", |
|
Cutch
2015/10/28 21:29:24
This somehow passes both gn check and the presubmi
|
| + "dart/runtime/vm:libdart_platform", |
| + "mojo/public/c/system:system", |
| + "mojo/public/cpp/environment:environment", |
| + "mojo/public/cpp/system:system", |
| + ] |
| +} |