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..b55af29cf9896475f2d52cc51c2c96a2353c6919 |
| --- /dev/null |
| +++ b/mojo/public/platform/dart/BUILD.gn |
| @@ -0,0 +1,19 @@ |
| +# 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", |
|
jamesr
2015/10/28 21:43:19
NAK, the script is dumb but this is just as fragil
|
| + "mojo/public/c/system:system", |
| + "mojo/public/cpp/environment:environment", |
| + "mojo/public/cpp/system:system", |
| + ] |
| +} |