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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
209 'dependencies': [ | 209 'dependencies': [ |
210 'mojo_cpp_bindings', | 210 'mojo_cpp_bindings', |
211 ], | 211 ], |
212 }, | 212 }, |
213 { | 213 { |
214 # GN version: //mojo/public/js/bindings/tests:mojo_js_unittests | 214 # GN version: //mojo/public/js/bindings/tests:mojo_js_unittests |
215 'target_name': 'mojo_js_unittests', | 215 'target_name': 'mojo_js_unittests', |
216 'type': 'executable', | 216 'type': 'executable', |
217 'dependencies': [ | 217 'dependencies': [ |
218 '../gin/gin.gyp:gin_test', | 218 '../gin/gin.gyp:gin_test', |
219 'mojo_utility', | |
220 'mojo_environment_standalone', | |
yzshen1
2014/09/15 07:08:40
Please order them alphabetically.
hansmuller
2014/09/15 16:25:25
Done.
| |
219 'mojo_common_test_support', | 221 'mojo_common_test_support', |
220 'mojo_js_bindings_lib', | 222 'mojo_js_bindings_lib', |
221 'mojo_public_test_interfaces', | 223 'mojo_public_test_interfaces', |
222 'mojo_run_all_unittests', | 224 'mojo_run_all_unittests', |
223 ], | 225 ], |
224 'sources': [ | 226 'sources': [ |
225 'public/js/bindings/tests/run_js_tests.cc', | 227 'public/js/bindings/tests/run_js_tests.cc', |
226 ], | 228 ], |
227 }, | 229 }, |
228 ], | 230 ], |
229 } | 231 } |
OLD | NEW |