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

Side by Side Diff: mojo/dart/unittests/embedder_tester/BUILD.gn

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 4 years, 12 months 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("test") { 8 group("embedder_tester") {
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
11 ":dart_finalizer_unittests", 11 ":dart_finalizer_unittests",
12 ":dart_to_cpp_unittests", 12 ":dart_to_cpp_unittests",
13 ":dart_unittests", 13 ":dart_unittests",
14 ":dart_validation_unittests", 14 ":dart_validation_unittests",
15 ] 15 ]
16 } 16 }
17 17
18 source_set("dart_controller_for_test") { 18 source_set("dart_controller_for_test") {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 test("dart_validation_unittests") { 94 test("dart_validation_unittests") {
95 sources = [ 95 sources = [
96 "validation_unittest.cc", 96 "validation_unittest.cc",
97 ] 97 ]
98 deps = [ 98 deps = [
99 ":dart_test", 99 ":dart_test",
100 ":dart_test_deps", 100 ":dart_test_deps",
101 ] 101 ]
102 } 102 }
OLDNEW
« no previous file with comments | « mojo/dart/unittests/BUILD.gn ('k') | mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698