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

Unified Diff: mojo/dart/packages/mojo/sources.gni

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/mojo/sdk_ext_sources.gni ('k') | mojo/dart/packages/mojo_apptest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojo/sources.gni
diff --git a/mojo/dart/packages/mojo/sources.gni b/mojo/dart/packages/mojo/sources.gni
new file mode 100644
index 0000000000000000000000000000000000000000..057a93bd3112bdd6010bfbe4798fed733c458028
--- /dev/null
+++ b/mojo/dart/packages/mojo/sources.gni
@@ -0,0 +1,33 @@
+# 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")
+
+package_mojo_entrypoints = [
+ "lib/application.dart",
+ "lib/bindings.dart",
+ "lib/core.dart",
+]
+
+package_mojo_sources = [
+ "lib/src/application_connection.dart",
+ "lib/src/application.dart",
+ "lib/src/buffer.dart",
+ "lib/src/codec.dart",
+ "lib/src/control_message.dart",
+ "lib/src/data_pipe.dart",
+ "lib/src/drain_data.dart",
+ "lib/src/enum.dart",
+ "lib/src/event_stream.dart",
+ "lib/src/fill_data.dart",
+ "lib/src/handle.dart",
+ "lib/src/message.dart",
+ "lib/src/message_pipe.dart",
+ "lib/src/proxy.dart",
+ "lib/src/struct.dart",
+ "lib/src/stub.dart",
+ "lib/src/types.dart",
+ "lib/src/union.dart",
+ "lib/src/utils.dart",
+ ] + package_mojo_entrypoints
« no previous file with comments | « mojo/dart/packages/mojo/sdk_ext_sources.gni ('k') | mojo/dart/packages/mojo_apptest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698