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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'ppapi_unittest_shared', | 202 'ppapi_unittest_shared', |
203 '../base/base.gyp:test_support_base', | 203 '../base/base.gyp:test_support_base', |
204 '../gpu/gpu.gyp:gpu_ipc_common', | 204 '../gpu/gpu.gyp:gpu_ipc_common', |
205 '../ipc/ipc.gyp:ipc', | 205 '../ipc/ipc.gyp:ipc', |
206 '../ipc/ipc.gyp:ipc_run_all_unittests', | 206 '../ipc/ipc.gyp:ipc_run_all_unittests', |
207 '../ipc/ipc.gyp:test_support_ipc', | 207 '../ipc/ipc.gyp:test_support_ipc', |
208 '../media/media.gyp:shared_memory_support', | 208 '../media/media.gyp:shared_memory_support', |
209 '../skia/skia.gyp:skia', | 209 '../skia/skia.gyp:skia', |
210 '../testing/gmock.gyp:gmock', | 210 '../testing/gmock.gyp:gmock', |
211 '../testing/gtest.gyp:gtest', | 211 '../testing/gtest.gyp:gtest', |
| 212 '../ui/gfx/gfx.gyp:gfx_geometry', |
212 '../ui/surface/surface.gyp:surface', | 213 '../ui/surface/surface.gyp:surface', |
213 ], | 214 ], |
214 'sources': [ | 215 'sources': [ |
215 # Note: sources list duplicated in GN build. | 216 # Note: sources list duplicated in GN build. |
216 'host/resource_message_filter_unittest.cc', | 217 'host/resource_message_filter_unittest.cc', |
217 'proxy/device_enumeration_resource_helper_unittest.cc', | 218 'proxy/device_enumeration_resource_helper_unittest.cc', |
218 'proxy/file_chooser_resource_unittest.cc', | 219 'proxy/file_chooser_resource_unittest.cc', |
219 'proxy/file_system_resource_unittest.cc', | 220 'proxy/file_system_resource_unittest.cc', |
220 'proxy/flash_resource_unittest.cc', | 221 'proxy/flash_resource_unittest.cc', |
221 'proxy/interface_list_unittest.cc', | 222 'proxy/interface_list_unittest.cc', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 'dependencies': [ | 697 'dependencies': [ |
697 'ppapi_unittests', | 698 'ppapi_unittests', |
698 ], | 699 ], |
699 'includes': [ '../build/isolate.gypi' ], | 700 'includes': [ '../build/isolate.gypi' ], |
700 'sources': [ 'ppapi_unittests.isolate' ], | 701 'sources': [ 'ppapi_unittests.isolate' ], |
701 }, | 702 }, |
702 ], | 703 ], |
703 }], | 704 }], |
704 ], | 705 ], |
705 } | 706 } |
OLD | NEW |