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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'mojo_edk.gyp:mojo_run_all_unittests', | 92 'mojo_edk.gyp:mojo_run_all_unittests', |
93 '../public/mojo_public.gyp:mojo_application_standalone', | 93 '../public/mojo_public.gyp:mojo_application_standalone', |
94 '../public/mojo_public.gyp:mojo_utility', | 94 '../public/mojo_public.gyp:mojo_utility', |
95 '../public/mojo_public.gyp:mojo_environment_standalone', | 95 '../public/mojo_public.gyp:mojo_environment_standalone', |
96 ], | 96 ], |
97 'sources': [ | 97 'sources': [ |
98 '../public/cpp/application/tests/service_registry_unittest.cc', | 98 '../public/cpp/application/tests/service_registry_unittest.cc', |
99 ], | 99 ], |
100 }, | 100 }, |
101 { | 101 { |
102 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests | 102 # GN version: //mojo/edk/test:mojo_public_system_unittests |
103 # and //mojo/public/c/system/tests | 103 # and //mojo/public/c/system/tests |
104 'target_name': 'mojo_public_system_unittests', | 104 'target_name': 'mojo_public_system_unittests', |
105 'type': 'executable', | 105 'type': 'executable', |
106 'dependencies': [ | 106 'dependencies': [ |
107 '../../testing/gtest.gyp:gtest', | 107 '../../testing/gtest.gyp:gtest', |
108 'mojo_edk.gyp:mojo_run_all_unittests', | 108 'mojo_edk.gyp:mojo_run_all_unittests', |
109 '../public/mojo_public.gyp:mojo_public_test_utils', | 109 '../public/mojo_public.gyp:mojo_public_test_utils', |
110 ], | 110 ], |
111 'include_dirs': [ '../..' ], | 111 'include_dirs': [ '../..' ], |
112 'sources': [ | 112 'sources': [ |
113 '<@(mojo_public_system_unittest_sources)', | 113 '<@(mojo_public_system_unittest_sources)', |
114 ], | 114 ], |
115 }, | 115 }, |
116 { | 116 { |
117 # GN version: //mojo/public/cpp/application/tests:mojo_public_utility_unit
tests | 117 # GN version: //mojo/edk/test:mojo_public_utility_unittests |
118 'target_name': 'mojo_public_utility_unittests', | 118 'target_name': 'mojo_public_utility_unittests', |
119 'type': 'executable', | 119 'type': 'executable', |
120 'dependencies': [ | 120 'dependencies': [ |
121 '../../testing/gtest.gyp:gtest', | 121 '../../testing/gtest.gyp:gtest', |
122 'mojo_edk.gyp:mojo_run_all_unittests', | 122 'mojo_edk.gyp:mojo_run_all_unittests', |
123 '../public/mojo_public.gyp:mojo_public_test_utils', | 123 '../public/mojo_public.gyp:mojo_public_test_utils', |
124 '../public/mojo_public.gyp:mojo_utility', | 124 '../public/mojo_public.gyp:mojo_utility', |
125 ], | 125 ], |
126 'include_dirs': [ '../..' ], | 126 'include_dirs': [ '../..' ], |
127 'sources': [ | 127 'sources': [ |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'type': 'none', | 270 'type': 'none', |
271 'variables': { | 271 'variables': { |
272 'mojom_files': [ | 272 'mojom_files': [ |
273 'js/tests/js_to_cpp.mojom', | 273 'js/tests/js_to_cpp.mojom', |
274 ], | 274 ], |
275 }, | 275 }, |
276 'includes': [ '../public/tools/bindings/mojom_bindings_generator_explicit.
gypi' ], | 276 'includes': [ '../public/tools/bindings/mojom_bindings_generator_explicit.
gypi' ], |
277 }, | 277 }, |
278 ], | 278 ], |
279 } | 279 } |
OLD | NEW |