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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 executable("dart_snapshotter") {
6 sources = [
7 "loader.cc",
8 "loader.h",
9 "main.cc",
10 "switches.cc",
11 "switches.h",
12 "vm.cc",
13 "vm.h",
14 ]
15
16 deps = [
17 "//base",
18 "//dart/runtime/vm:libdart_platform",
19 "//dart/runtime:libdart",
20 "//mojo/common",
21 "//mojo/dart/embedder:dart_snapshot_cc",
22 "//mojo/edk/system",
23 "//mojo/environment:chromium",
24 "//mojo/public/cpp/system",
25 "//mojo/public/cpp/utility",
26 "//mojo/public/interfaces/application",
27 "//third_party/zlib",
28 "//tonic",
29 ]
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698