| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 ], | 143 ], |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests | 146 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests |
| 147 # and //mojo/public/c/system/tests | 147 # and //mojo/public/c/system/tests |
| 148 'target_name': 'mojo_public_system_unittests', | 148 'target_name': 'mojo_public_system_unittests', |
| 149 'type': 'executable', | 149 'type': 'executable', |
| 150 'dependencies': [ | 150 'dependencies': [ |
| 151 '../testing/gtest.gyp:gtest', | 151 '../testing/gtest.gyp:gtest', |
| 152 'mojo_edk.gyp:mojo_run_all_unittests', | 152 'mojo_edk.gyp:mojo_run_all_unittests', |
| 153 'mojo_public.gyp:mojo_cpp_system', | |
| 154 'mojo_public.gyp:mojo_public_test_utils', | 153 'mojo_public.gyp:mojo_public_test_utils', |
| 155 ], | 154 ], |
| 156 'sources': [ | 155 'sources': [ |
| 157 '<@(mojo_public_system_unittest_sources)', | 156 '<@(mojo_public_system_unittest_sources)', |
| 158 ], | 157 ], |
| 159 }, | 158 }, |
| 160 { | 159 { |
| 161 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests | 160 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests |
| 162 'target_name': 'mojo_public_utility_unittests', | 161 'target_name': 'mojo_public_utility_unittests', |
| 163 'type': 'executable', | 162 'type': 'executable', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 '../build/isolate.gypi', | 358 '../build/isolate.gypi', |
| 360 ], | 359 ], |
| 361 'sources': [ | 360 'sources': [ |
| 362 'mojo_public_utility_unittests.isolate', | 361 'mojo_public_utility_unittests.isolate', |
| 363 ], | 362 ], |
| 364 }, | 363 }, |
| 365 ], | 364 ], |
| 366 }], | 365 }], |
| 367 ], | 366 ], |
| 368 } | 367 } |
| OLD | NEW |