OLD | NEW |
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 | 7 |
7 action("generate_test_snapshot_bin") { | 8 action("generate_test_snapshot_bin") { |
8 deps = [ | 9 deps = [ |
9 "//dart/runtime/bin:gen_snapshot", | 10 "//dart/runtime/bin:gen_snapshot", |
10 ] | 11 ] |
11 inputs = [ | 12 inputs = [ |
12 "test_snapshot.dart", | 13 "test_snapshot.dart", |
13 "//dart/runtime/tools/create_snapshot_bin.py", | 14 "//dart/runtime/tools/create_snapshot_bin.py", |
14 "//mojo/dart/embedder/builtin.dart", | 15 "//mojo/dart/embedder/builtin.dart", |
15 "//mojo/public/dart/bindings.dart", | 16 "//mojo/public/dart/bindings.dart", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "//mojo/public/interfaces/bindings/tests:test_interfaces", | 133 "//mojo/public/interfaces/bindings/tests:test_interfaces", |
133 "//testing/gtest", | 134 "//testing/gtest", |
134 ] | 135 ] |
135 } | 136 } |
136 | 137 |
137 mojom("dart_to_cpp_bindings") { | 138 mojom("dart_to_cpp_bindings") { |
138 sources = [ | 139 sources = [ |
139 "dart_to_cpp.mojom", | 140 "dart_to_cpp.mojom", |
140 ] | 141 ] |
141 } | 142 } |
OLD | NEW |