OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //ppapi:ppapi_tests | 8 # GN version: //ppapi:ppapi_tests |
9 'target_name': 'ppapi_tests', | 9 'target_name': 'ppapi_tests', |
10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 # GN version: //ppapi/proxy:test_support | 144 # GN version: //ppapi/proxy:test_support |
145 # //ppapi/shared_impl:test_support | 145 # //ppapi/shared_impl:test_support |
146 'target_name': 'ppapi_unittest_shared', | 146 'target_name': 'ppapi_unittest_shared', |
147 'type': 'static_library', | 147 'type': 'static_library', |
148 'dependencies': [ | 148 'dependencies': [ |
149 'ppapi_proxy', | 149 'ppapi_proxy', |
150 'ppapi_shared', | 150 'ppapi_shared', |
151 '../base/base.gyp:test_support_base', | 151 '../base/base.gyp:test_support_base', |
152 '../ipc/ipc.gyp:ipc', | 152 '../ipc/ipc.gyp:ipc', |
153 '../ipc/ipc.gyp:test_support_ipc', | 153 '../ipc/ipc.gyp:test_support_ipc', |
154 '../mojo/mojo_edk.gyp:mojo_system_impl', | |
155 '../testing/gmock.gyp:gmock', | 154 '../testing/gmock.gyp:gmock', |
156 '../testing/gtest.gyp:gtest', | 155 '../testing/gtest.gyp:gtest', |
157 ], | 156 ], |
158 'sources': [ | 157 'sources': [ |
159 # Note: sources list duplicated in GN build. | 158 # Note: sources list duplicated in GN build. |
160 'proxy/ppapi_proxy_test.cc', | 159 'proxy/ppapi_proxy_test.cc', |
161 'proxy/ppapi_proxy_test.h', | 160 'proxy/ppapi_proxy_test.h', |
162 'proxy/resource_message_test_sink.cc', | 161 'proxy/resource_message_test_sink.cc', |
163 'proxy/resource_message_test_sink.h', | 162 'proxy/resource_message_test_sink.h', |
164 'shared_impl/test_globals.cc', | 163 'shared_impl/test_globals.cc', |
165 'shared_impl/test_globals.h', | 164 'shared_impl/test_globals.h', |
166 'shared_impl/test_utils.cc', | 165 'shared_impl/test_utils.cc', |
167 'shared_impl/test_utils.h', | 166 'shared_impl/test_utils.h', |
168 ], | 167 ], |
169 }, | 168 }, |
170 | 169 |
171 { | 170 { |
172 # GN version: //ppapi:ppapi_perftests | 171 # GN version: //ppapi:ppapi_perftests |
173 'target_name': 'ppapi_perftests', | 172 'target_name': 'ppapi_perftests', |
174 'type': 'executable', | 173 'type': 'executable', |
175 'variables': { | 174 'variables': { |
176 'chromium_code': 1, | 175 'chromium_code': 1, |
177 }, | 176 }, |
178 'dependencies': [ | 177 'dependencies': [ |
179 'ppapi_proxy', | 178 'ppapi_proxy', |
180 'ppapi_shared', | 179 'ppapi_shared', |
181 'ppapi_unittest_shared', | 180 'ppapi_unittest_shared', |
182 '../base/base.gyp:test_support_base', | 181 '../base/base.gyp:test_support_base', |
183 '../mojo/mojo_edk.gyp:mojo_system_impl', | |
184 '../testing/gtest.gyp:gtest', | 182 '../testing/gtest.gyp:gtest', |
185 ], | 183 ], |
186 'sources': [ | 184 'sources': [ |
187 'proxy/ppapi_perftests.cc', | 185 'proxy/ppapi_perftests.cc', |
188 'proxy/ppp_messaging_proxy_perftest.cc', | 186 'proxy/ppp_messaging_proxy_perftest.cc', |
189 ], | 187 ], |
190 }, | 188 }, |
191 { | 189 { |
192 # GN version: //ppapi:ppapi_unittests | 190 # GN version: //ppapi:ppapi_unittests |
193 'target_name': 'ppapi_unittests', | 191 'target_name': 'ppapi_unittests', |
194 'type': 'executable', | 192 'type': 'executable', |
195 'variables': { | 193 'variables': { |
196 'chromium_code': 1, | 194 'chromium_code': 1, |
197 }, | 195 }, |
198 'dependencies': [ | 196 'dependencies': [ |
199 'ppapi_host', | 197 'ppapi_host', |
200 'ppapi_proxy', | 198 'ppapi_proxy', |
201 'ppapi_shared', | 199 'ppapi_shared', |
202 'ppapi_unittest_shared', | 200 'ppapi_unittest_shared', |
| 201 '../base/base.gyp:run_all_unittests', |
203 '../base/base.gyp:test_support_base', | 202 '../base/base.gyp:test_support_base', |
204 '../gpu/gpu.gyp:gpu_ipc_common', | 203 '../gpu/gpu.gyp:gpu_ipc_common', |
205 '../ipc/ipc.gyp:ipc', | 204 '../ipc/ipc.gyp:ipc', |
206 '../ipc/ipc.gyp:ipc_run_all_unittests', | |
207 '../ipc/ipc.gyp:test_support_ipc', | 205 '../ipc/ipc.gyp:test_support_ipc', |
208 '../media/media.gyp:shared_memory_support', | 206 '../media/media.gyp:shared_memory_support', |
209 '../skia/skia.gyp:skia', | 207 '../skia/skia.gyp:skia', |
210 '../testing/gmock.gyp:gmock', | 208 '../testing/gmock.gyp:gmock', |
211 '../testing/gtest.gyp:gtest', | 209 '../testing/gtest.gyp:gtest', |
212 '../ui/surface/surface.gyp:surface', | 210 '../ui/surface/surface.gyp:surface', |
213 ], | 211 ], |
214 'sources': [ | 212 'sources': [ |
215 # Note: sources list duplicated in GN build. | 213 # Note: sources list duplicated in GN build. |
216 'host/resource_message_filter_unittest.cc', | 214 'host/resource_message_filter_unittest.cc', |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 'dependencies': [ | 694 'dependencies': [ |
697 'ppapi_unittests', | 695 'ppapi_unittests', |
698 ], | 696 ], |
699 'includes': [ '../build/isolate.gypi' ], | 697 'includes': [ '../build/isolate.gypi' ], |
700 'sources': [ 'ppapi_unittests.isolate' ], | 698 'sources': [ 'ppapi_unittests.isolate' ], |
701 }, | 699 }, |
702 ], | 700 ], |
703 }], | 701 }], |
704 ], | 702 ], |
705 } | 703 } |
OLD | NEW |