| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'src/mojo/public/cpp/bindings/tests/bindings_perftest.cc', | 83 'src/mojo/public/cpp/bindings/tests/bindings_perftest.cc', |
| 84 ], | 84 ], |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 # GN version: //mojo/edk/test:mojo_public_environment_unittests | 87 # GN version: //mojo/edk/test:mojo_public_environment_unittests |
| 88 'target_name': 'mojo_public_environment_unittests', | 88 'target_name': 'mojo_public_environment_unittests', |
| 89 'type': 'executable', | 89 'type': 'executable', |
| 90 'dependencies': [ | 90 'dependencies': [ |
| 91 '../../testing/gtest.gyp:gtest', | 91 '../../testing/gtest.gyp:gtest', |
| 92 'mojo_edk.gyp:mojo_run_all_unittests', | 92 'mojo_edk.gyp:mojo_run_all_unittests', |
| 93 'mojo_public.gyp:mojo_cpp_bindings', |
| 93 'mojo_public.gyp:mojo_environment_standalone', | 94 'mojo_public.gyp:mojo_environment_standalone', |
| 94 'mojo_public.gyp:mojo_public_test_utils', | 95 'mojo_public.gyp:mojo_public_test_utils', |
| 95 'mojo_public.gyp:mojo_utility', | 96 'mojo_public.gyp:mojo_utility', |
| 96 ], | 97 ], |
| 97 'include_dirs': [ '../..' ], | 98 'include_dirs': [ '../..' ], |
| 98 'sources': [ | 99 'sources': [ |
| 99 'src/mojo/public/cpp/environment/tests/async_wait_unittest.cc', | 100 'src/mojo/public/cpp/environment/tests/async_wait_unittest.cc', |
| 100 'src/mojo/public/cpp/environment/tests/async_waiter_unittest.cc', | 101 'src/mojo/public/cpp/environment/tests/async_waiter_unittest.cc', |
| 101 'src/mojo/public/cpp/environment/tests/logger_unittest.cc', | 102 'src/mojo/public/cpp/environment/tests/logger_unittest.cc', |
| 102 'src/mojo/public/cpp/environment/tests/logging_unittest.cc', | 103 'src/mojo/public/cpp/environment/tests/logging_unittest.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 117 '<@(mojo_public_system_unittest_sources)', | 118 '<@(mojo_public_system_unittest_sources)', |
| 118 ], | 119 ], |
| 119 }, | 120 }, |
| 120 { | 121 { |
| 121 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests | 122 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests |
| 122 'target_name': 'mojo_public_utility_unittests', | 123 'target_name': 'mojo_public_utility_unittests', |
| 123 'type': 'executable', | 124 'type': 'executable', |
| 124 'dependencies': [ | 125 'dependencies': [ |
| 125 '../../testing/gtest.gyp:gtest', | 126 '../../testing/gtest.gyp:gtest', |
| 126 'mojo_edk.gyp:mojo_run_all_unittests', | 127 'mojo_edk.gyp:mojo_run_all_unittests', |
| 128 'mojo_public.gyp:mojo_cpp_bindings', |
| 127 'mojo_public.gyp:mojo_public_test_utils', | 129 'mojo_public.gyp:mojo_public_test_utils', |
| 128 'mojo_public.gyp:mojo_utility', | 130 'mojo_public.gyp:mojo_utility', |
| 129 ], | 131 ], |
| 130 'include_dirs': [ '../..' ], | 132 'include_dirs': [ '../..' ], |
| 131 'sources': [ | 133 'sources': [ |
| 132 'src/mojo/public/cpp/utility/tests/mutex_unittest.cc', | 134 'src/mojo/public/cpp/utility/tests/mutex_unittest.cc', |
| 133 'src/mojo/public/cpp/utility/tests/run_loop_unittest.cc', | 135 'src/mojo/public/cpp/utility/tests/run_loop_unittest.cc', |
| 134 'src/mojo/public/cpp/utility/tests/thread_unittest.cc', | 136 'src/mojo/public/cpp/utility/tests/thread_unittest.cc', |
| 135 ], | 137 ], |
| 136 'conditions': [ | 138 'conditions': [ |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 '../../build/isolate.gypi', | 349 '../../build/isolate.gypi', |
| 348 ], | 350 ], |
| 349 'sources': [ | 351 'sources': [ |
| 350 'mojo_public_utility_unittests.isolate', | 352 'mojo_public_utility_unittests.isolate', |
| 351 ], | 353 ], |
| 352 }, | 354 }, |
| 353 ], | 355 ], |
| 354 }], | 356 }], |
| 355 ], | 357 ], |
| 356 } | 358 } |
| OLD | NEW |