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/mojo_application.gni") | 5 import("//mojo/public/mojo_application.gni") |
6 | 6 |
7 group("dart") { | 7 group("dart") { |
8 deps = [ | 8 deps = [ |
9 ":dart_content_handler", | 9 ":dart_content_handler", |
10 ] | 10 ] |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 | 145 |
146 deps = [ | 146 deps = [ |
147 "//base", | 147 "//base", |
148 "//mojo/application", | 148 "//mojo/application", |
149 "//mojo/application:test_support", | 149 "//mojo/application:test_support", |
150 "//mojo/public/cpp/bindings", | 150 "//mojo/public/cpp/bindings", |
151 "//mojo/public/cpp/system", | 151 "//mojo/public/cpp/system", |
152 "//services/dart/test:echo_service_interface", | 152 "//services/dart/test:echo_service_interface", |
153 "//services/dart/test:pingpong_service_interface", | 153 "//services/dart/test:pingpong_service_interface", |
154 ] | 154 ] |
155 datadeps = [ | 155 data_deps = [ |
156 "//services/dart/test/echo", | 156 "//services/dart/test/echo", |
157 "//services/dart/test/pingpong", | 157 "//services/dart/test/pingpong", |
158 "//services/dart/test/pingpong_target", | 158 "//services/dart/test/pingpong_target", |
159 ] | 159 ] |
160 } | 160 } |
OLD | NEW |