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 'includes': [ | 6 'includes': [ |
7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 16 matching lines...) Expand all Loading... |
27 'mojo_js_unittests', | 27 'mojo_js_unittests', |
28 'mojo_js_integration_tests', | 28 'mojo_js_integration_tests', |
29 ], | 29 ], |
30 }, | 30 }, |
31 # TODO(vtl): Reorganize the mojo_public_*_unittests. | 31 # TODO(vtl): Reorganize the mojo_public_*_unittests. |
32 { | 32 { |
33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests | 33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests |
34 'target_name': 'mojo_public_bindings_unittests', | 34 'target_name': 'mojo_public_bindings_unittests', |
35 'type': 'executable', | 35 'type': 'executable', |
36 'dependencies': [ | 36 'dependencies': [ |
37 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | |
38 '../../mojo/mojo_base.gyp:mojo_message_pump_lib', | |
39 '../../testing/gtest.gyp:gtest', | 37 '../../testing/gtest.gyp:gtest', |
40 'mojo_edk.gyp:mojo_run_all_unittests', | 38 'mojo_edk.gyp:mojo_run_all_unittests', |
41 'mojo_public.gyp:mojo_cpp_bindings', | 39 'mojo_public.gyp:mojo_cpp_bindings', |
| 40 'mojo_public.gyp:mojo_environment_standalone', |
42 'mojo_public.gyp:mojo_public_bindings_test_utils', | 41 'mojo_public.gyp:mojo_public_bindings_test_utils', |
43 'mojo_public.gyp:mojo_public_test_interfaces', | 42 'mojo_public.gyp:mojo_public_test_interfaces', |
44 'mojo_public.gyp:mojo_public_test_utils', | 43 'mojo_public.gyp:mojo_public_test_utils', |
45 'mojo_public.gyp:mojo_utility', | 44 'mojo_public.gyp:mojo_utility', |
46 ], | 45 ], |
47 'sources': [ | 46 'sources': [ |
48 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', | 47 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', |
49 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', | 48 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', |
50 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', | 49 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', |
51 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', | 50 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 '../../build/isolate.gypi', | 349 '../../build/isolate.gypi', |
351 ], | 350 ], |
352 'sources': [ | 351 'sources': [ |
353 'mojo_public_utility_unittests.isolate', | 352 'mojo_public_utility_unittests.isolate', |
354 ], | 353 ], |
355 }, | 354 }, |
356 ], | 355 ], |
357 }], | 356 }], |
358 ], | 357 ], |
359 } | 358 } |
OLD | NEW |