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

Unified Diff: mojo/dart/BUILD.gn

Issue 1273743005: Dart: Adds a program to create snapshots of Mojo apps. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix asan build Created 5 years, 4 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/BUILD.gn ('k') | mojo/dart/dart_snapshotter/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/BUILD.gn
diff --git a/mojo/dart/BUILD.gn b/mojo/dart/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..20d0dacacc11fba5ba75fef8e48ebee7ff989c14
--- /dev/null
+++ b/mojo/dart/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright 2014 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.
+
+group("dart") {
+ deps = [
+ "//mojo/dart/apptest",
+ "//mojo/dart/dart_snapshotter($host_toolchain)",
+ "//mojo/dart/mojom",
+ "//mojo/dart/mojo_services",
+ "//mojo/dart/observatory_test",
+ ]
+}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/dart/dart_snapshotter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698