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

Unified Diff: mojo/dart/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/BUILD.gn ('k') | mojo/dart/apptests/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
index abaa709af11723dd2faf4a853bf2b5690c9bb72d..5c1604212cbdddcec240a53d909c8600f4fe2d37 100644
--- a/mojo/dart/BUILD.gn
+++ b/mojo/dart/BUILD.gn
@@ -4,10 +4,15 @@
group("dart") {
deps = [
- "//mojo/dart/dart_snapshotter($host_toolchain)",
- "//mojo/dart/http_load_test",
- "//mojo/dart/observatory_test",
- "//mojo/dart/packages/mojo_sdk",
- "//mojo/dart/packages/mojo_services",
+ "//mojo/dart/embedder",
+ "//mojo/dart/packages",
+ ]
+}
+
+group("tests") {
+ testonly = true
+ deps = [
+ "//mojo/dart/apptests",
+ "//mojo/dart/unittests",
]
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/dart/apptests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698