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

Unified Diff: mojo/dart/unittests/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/tools/presubmit/check_mojom_dart.py ('k') | mojo/dart/unittests/embedder_tester/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/unittests/BUILD.gn
diff --git a/mojom/BUILD.gn b/mojo/dart/unittests/BUILD.gn
similarity index 51%
copy from mojom/BUILD.gn
copy to mojo/dart/unittests/BUILD.gn
index c8ca4643445fb6e057d95f3d9c0b6e87bdb5b695..804bcb5a345fd826b8bfdba344f520b4bf92629a 100644
--- a/mojom/BUILD.gn
+++ b/mojo/dart/unittests/BUILD.gn
@@ -2,12 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//testing/test.gni")
-
-group("mojom") {
+group("unittests") {
testonly = true
- deps = []
- if (is_linux && defined(go_build_tool) && go_build_tool != "") {
- deps += [ "//mojom/mojom_parser" ]
- }
+ deps = [
+ "//mojo/dart/unittests/embedder_tester",
+ "//mojo/dart/unittests/http_load_test",
+ "//mojo/dart/unittests/observatory_test",
+ ]
}
« no previous file with comments | « mojo/dart/tools/presubmit/check_mojom_dart.py ('k') | mojo/dart/unittests/embedder_tester/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698