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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //mojo/public/c/test_support | 8 # GN version: //mojo/public/c/test_support |
9 'target_name': 'mojo_test_support', | 9 'target_name': 'mojo_test_support', |
10 'defines': [ | 10 'defines': [ |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'mojo_cpp_bindings', | 211 'mojo_cpp_bindings', |
212 ], | 212 ], |
213 }, | 213 }, |
214 { | 214 { |
215 # GN version: //mojo/public/js/bindings/tests:mojo_js_unittests | 215 # GN version: //mojo/public/js/bindings/tests:mojo_js_unittests |
216 'target_name': 'mojo_js_unittests', | 216 'target_name': 'mojo_js_unittests', |
217 'type': 'executable', | 217 'type': 'executable', |
218 'dependencies': [ | 218 'dependencies': [ |
219 '../gin/gin.gyp:gin_test', | 219 '../gin/gin.gyp:gin_test', |
220 'mojo_common_test_support', | 220 'mojo_common_test_support', |
| 221 'mojo_environment_standalone', |
221 'mojo_js_bindings_lib', | 222 'mojo_js_bindings_lib', |
222 'mojo_public_test_interfaces', | 223 'mojo_public_test_interfaces', |
223 'mojo_run_all_unittests', | 224 'mojo_run_all_unittests', |
| 225 'mojo_utility', |
224 ], | 226 ], |
225 'sources': [ | 227 'sources': [ |
226 'public/js/bindings/tests/run_js_tests.cc', | 228 'public/js/bindings/tests/run_js_tests.cc', |
227 ], | 229 ], |
228 }, | 230 }, |
229 ], | 231 ], |
230 } | 232 } |
OLD | NEW |