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

Unified Diff: mojo/dart/embedder/test/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/snapshotter/vm.cc ('k') | mojo/dart/embedder/test/dart_finalizer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/test/BUILD.gn
diff --git a/mojo/dart/embedder/test/BUILD.gn b/mojo/dart/embedder/test/BUILD.gn
deleted file mode 100644
index 48cfc302d7927a7f2aafdf988492a013b34a401e..0000000000000000000000000000000000000000
--- a/mojo/dart/embedder/test/BUILD.gn
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-group("test") {
- testonly = true
- deps = [
- ":dart_finalizer_unittests",
- ":dart_to_cpp_unittests",
- ":dart_unittests",
- ":dart_validation_unittests",
- ]
-}
-
-source_set("dart_controller_for_test") {
- testonly = true
- sources = [
- "$root_gen_dir/dart_snapshot.cc",
- ]
- deps = [
- "//mojo/dart/embedder:dart_controller_no_snapshot",
- "//mojo/dart/embedder:generate_snapshot_file",
- ]
-}
-
-group("dart_test_deps") {
- testonly = true
- public_deps = [
- ":dart_controller_for_test",
- "//base",
- "//mojo/dart/packages",
- "//mojo/dart/embedder:dart_controller_no_snapshot",
- "//mojo/edk/test:run_all_unittests",
- "//mojo/public/cpp/environment",
- "//mojo/public/cpp/system",
- "//mojo/public/cpp/utility",
- "//mojo/public/dart",
- "//mojo/environment:chromium",
- "//testing/gtest",
- ]
-}
-
-source_set("dart_test") {
- testonly = true
- sources = [
- "dart_test.cc",
- "dart_test.h",
- ]
- deps = [
- ":dart_test_deps",
- ]
-}
-
-mojom("dart_to_cpp_bindings") {
- sources = [
- "dart_to_cpp.mojom",
- ]
-}
-
-test("dart_to_cpp_unittests") {
- sources = [
- "dart_to_cpp_tests.cc",
- ]
- deps = [
- ":dart_test",
- ":dart_to_cpp_bindings",
- ":dart_test_deps",
- ]
-}
-
-test("dart_finalizer_unittests") {
- sources = [
- "dart_finalizer_test.cc",
- ]
- deps = [
- ":dart_test",
- ":dart_test_deps",
- ]
-}
-
-test("dart_unittests") {
- sources = [
- "run_dart_tests.cc",
- ]
- deps = [
- ":dart_test",
- ":dart_test_deps",
- ]
-}
-
-test("dart_validation_unittests") {
- sources = [
- "validation_unittest.cc",
- ]
- deps = [
- ":dart_test",
- ":dart_test_deps",
- ]
-}
« no previous file with comments | « mojo/dart/embedder/snapshotter/vm.cc ('k') | mojo/dart/embedder/test/dart_finalizer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698