| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'variables': { | 193 'variables': { |
| 194 'chromium_code': 1, | 194 'chromium_code': 1, |
| 195 }, | 195 }, |
| 196 'dependencies': [ | 196 'dependencies': [ |
| 197 'ppapi_host', | 197 'ppapi_host', |
| 198 'ppapi_proxy', | 198 'ppapi_proxy', |
| 199 'ppapi_shared', | 199 'ppapi_shared', |
| 200 'ppapi_unittest_shared', | 200 'ppapi_unittest_shared', |
| 201 '../base/base.gyp:run_all_unittests', | 201 '../base/base.gyp:run_all_unittests', |
| 202 '../base/base.gyp:test_support_base', | 202 '../base/base.gyp:test_support_base', |
| 203 '../gpu/gpu.gyp:gpu_ipc', | 203 '../gpu/gpu.gyp:gpu_ipc_common', |
| 204 '../ipc/ipc.gyp:ipc', | 204 '../ipc/ipc.gyp:ipc', |
| 205 '../ipc/ipc.gyp:test_support_ipc', | 205 '../ipc/ipc.gyp:test_support_ipc', |
| 206 '../media/media.gyp:shared_memory_support', | 206 '../media/media.gyp:shared_memory_support', |
| 207 '../skia/skia.gyp:skia', | 207 '../skia/skia.gyp:skia', |
| 208 '../testing/gmock.gyp:gmock', | 208 '../testing/gmock.gyp:gmock', |
| 209 '../testing/gtest.gyp:gtest', | 209 '../testing/gtest.gyp:gtest', |
| 210 '../ui/surface/surface.gyp:surface', | 210 '../ui/surface/surface.gyp:surface', |
| 211 ], | 211 ], |
| 212 'sources': [ | 212 'sources': [ |
| 213 # Note: sources list duplicated in GN build. | 213 # Note: sources list duplicated in GN build. |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'dependencies': [ | 694 'dependencies': [ |
| 695 'ppapi_unittests', | 695 'ppapi_unittests', |
| 696 ], | 696 ], |
| 697 'includes': [ '../build/isolate.gypi' ], | 697 'includes': [ '../build/isolate.gypi' ], |
| 698 'sources': [ 'ppapi_unittests.isolate' ], | 698 'sources': [ 'ppapi_unittests.isolate' ], |
| 699 }, | 699 }, |
| 700 ], | 700 ], |
| 701 }], | 701 }], |
| 702 ], | 702 ], |
| 703 } | 703 } |
| OLD | NEW |