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

Unified Diff: mojo/public/platform/dart/BUILD.gn

Issue 1417523003: Move implementation of dart:mojo.internal to mojo/public/platform/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « mojo/dart/embedder/mojo_natives.cc ('k') | mojo/public/platform/dart/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « mojo/dart/embedder/mojo_natives.cc ('k') | mojo/public/platform/dart/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698