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