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

Unified Diff: mojo/dart/embedder/snapshotter/BUILD.gn

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 years 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/embedder/BUILD.gn ('k') | mojo/dart/embedder/snapshotter/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/snapshotter/BUILD.gn
diff --git a/mojo/dart/dart_snapshotter/BUILD.gn b/mojo/dart/embedder/snapshotter/BUILD.gn
similarity index 91%
rename from mojo/dart/dart_snapshotter/BUILD.gn
rename to mojo/dart/embedder/snapshotter/BUILD.gn
index af9db33d1bd8587cb63f4e2e8826162b55e3eed9..30bd1304a74cd7671c28037601a8655749466e71 100644
--- a/mojo/dart/dart_snapshotter/BUILD.gn
+++ b/mojo/dart/embedder/snapshotter/BUILD.gn
@@ -2,6 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+group("snapshotter") {
+ deps = [
+ ":dart_snapshotter",
+ ]
+}
+
executable("dart_snapshotter") {
sources = [
"main.cc",
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/snapshotter/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698