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

Unified Diff: mojo/dart/embedder/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/dart_snapshotter/vm.cc ('k') | mojo/dart/embedder/snapshotter/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index ab4bd83517ce5da3bc7939bf6ad04273f263a507..808a40ca1678532e0e329851ff9e87fde86d3834 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -7,6 +7,14 @@ import("embedder.gni")
import("//mojo/dart/packages/mojo/sources.gni")
import("//mojo/dart/packages/mojo/sdk_ext_sources.gni")
+group("embedder") {
+ deps = [
+ ":dart_controller_no_snapshot",
+ ":generate_snapshot_file",
+ "//mojo/dart/embedder/snapshotter",
+ ]
+}
+
source_set("dart_controller_no_snapshot") {
sources = [
"$target_gen_dir/dart_embedder_patch_resources.cc",
« no previous file with comments | « mojo/dart/dart_snapshotter/vm.cc ('k') | mojo/dart/embedder/snapshotter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698