| 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', |
| 37 '../../testing/gtest.gyp:gtest', | 39 '../../testing/gtest.gyp:gtest', |
| 38 'mojo_edk.gyp:mojo_run_all_unittests', | 40 'mojo_edk.gyp:mojo_run_all_unittests', |
| 39 'mojo_public.gyp:mojo_cpp_bindings', | 41 'mojo_public.gyp:mojo_cpp_bindings', |
| 40 'mojo_public.gyp:mojo_environment_standalone', | |
| 41 'mojo_public.gyp:mojo_public_bindings_test_utils', | 42 'mojo_public.gyp:mojo_public_bindings_test_utils', |
| 42 'mojo_public.gyp:mojo_public_test_interfaces', | 43 'mojo_public.gyp:mojo_public_test_interfaces', |
| 43 'mojo_public.gyp:mojo_public_test_utils', | 44 'mojo_public.gyp:mojo_public_test_utils', |
| 44 'mojo_public.gyp:mojo_utility', | 45 'mojo_public.gyp:mojo_utility', |
| 45 ], | 46 ], |
| 46 'sources': [ | 47 'sources': [ |
| 47 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', | 48 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', |
| 48 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', | 49 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', |
| 49 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', | 50 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', |
| 50 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', | 51 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 '../../build/isolate.gypi', | 350 '../../build/isolate.gypi', |
| 350 ], | 351 ], |
| 351 'sources': [ | 352 'sources': [ |
| 352 'mojo_public_utility_unittests.isolate', | 353 'mojo_public_utility_unittests.isolate', |
| 353 ], | 354 ], |
| 354 }, | 355 }, |
| 355 ], | 356 ], |
| 356 }], | 357 }], |
| 357 ], | 358 ], |
| 358 } | 359 } |
| OLD | NEW |