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

Unified Diff: mojo/dart/packages/mojo/BUILD.gn

Issue 1441033002: Move mojo and mojom from mojo/public/dart to mojo/dart/packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/packages/BUILD.gn ('k') | mojo/dart/packages/mojo/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojo/BUILD.gn
diff --git a/mojo/dart/packages/mojo/BUILD.gn b/mojo/dart/packages/mojo/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ba3d238bca9e8d5dc30899a4d3840d8a5faa3329
--- /dev/null
+++ b/mojo/dart/packages/mojo/BUILD.gn
@@ -0,0 +1,26 @@
+# 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/public/mojo_sdk.gni")
+import("//mojo/public/dart/rules.gni")
+
+import("sources.gni")
+import("sdk_ext_sources.gni")
+
+dart_pkg("mojo") {
+ libs = package_mojo_entrypoints
+ sources = package_mojo_sources + [
+ "lib/_sdkext",
+ "pubspec.yaml",
+ "CHANGELOG.md",
+ "README.md",
+ ]
+
+ sdk_ext_files = dart_mojo_internal_sdk_sources
+
+ deps = [
+ "//mojo/public/dart/third_party",
+ "//mojo/public/interfaces",
+ ]
+}
« no previous file with comments | « mojo/dart/packages/BUILD.gn ('k') | mojo/dart/packages/mojo/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698