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

Unified Diff: mojo/dart/dart_snapshotter/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/dart/BUILD.gn ('k') | mojo/dart/dart_snapshotter/loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/dart_snapshotter/BUILD.gn
diff --git a/mojo/dart/dart_snapshotter/BUILD.gn b/mojo/dart/dart_snapshotter/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..54685729e44bd8b810c9e0d4ff8e769a3479715d
--- /dev/null
+++ b/mojo/dart/dart_snapshotter/BUILD.gn
@@ -0,0 +1,29 @@
+# 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.
+
+executable("dart_snapshotter") {
+ sources = [
+ "loader.cc",
+ "loader.h",
+ "main.cc",
+ "vm.cc",
+ "vm.h",
+ ]
+
+ deps = [
+ "//base",
+ "//build/config/sanitizers:deps",
+ "//dart/runtime/vm:libdart_platform",
+ "//dart/runtime:libdart",
+ "//mojo/common",
+ "//mojo/dart/embedder:dart_snapshot_cc",
+ "//mojo/edk/system",
+ "//mojo/environment:chromium",
+ "//mojo/public/cpp/system",
+ "//mojo/public/cpp/utility",
+ "//mojo/public/interfaces/application",
+ "//third_party/zlib",
+ "//tonic",
+ ]
+}
« no previous file with comments | « mojo/dart/BUILD.gn ('k') | mojo/dart/dart_snapshotter/loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698