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 'target_name': 'ppapi_tests', | 8 'target_name': 'ppapi_tests', |
9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 # 'tests/test_c_includes.c', | 72 # 'tests/test_c_includes.c', |
73 # 'tests/test_cc_includes.cc', | 73 # 'tests/test_cc_includes.cc', |
74 # ], | 74 # ], |
75 # 'action': [ | 75 # 'action': [ |
76 # '<!@(python generate_ppapi_include_tests.py)', | 76 # '<!@(python generate_ppapi_include_tests.py)', |
77 # ], | 77 # ], |
78 # }, | 78 # }, |
79 # ], | 79 # ], |
80 }, | 80 }, |
81 { | 81 { |
82 # GN version: //ppapi:ppapi_unittest_shared | 82 # GN version: //ppapi/proxy:test_support |
| 83 # //ppapi/shared_impl:test_support |
83 'target_name': 'ppapi_unittest_shared', | 84 'target_name': 'ppapi_unittest_shared', |
84 'type': 'static_library', | 85 'type': 'static_library', |
85 'dependencies': [ | 86 'dependencies': [ |
86 'ppapi_proxy', | 87 'ppapi_proxy', |
87 'ppapi_shared', | 88 'ppapi_shared', |
88 '../base/base.gyp:test_support_base', | 89 '../base/base.gyp:test_support_base', |
89 '../ipc/ipc.gyp:ipc', | 90 '../ipc/ipc.gyp:ipc', |
90 '../ipc/ipc.gyp:test_support_ipc', | 91 '../ipc/ipc.gyp:test_support_ipc', |
91 '../testing/gmock.gyp:gmock', | 92 '../testing/gmock.gyp:gmock', |
92 '../testing/gtest.gyp:gtest', | 93 '../testing/gtest.gyp:gtest', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 'lib/gl/include', | 568 'lib/gl/include', |
568 ], | 569 ], |
569 'sources': [ | 570 'sources': [ |
570 'examples/compositor/compositor.cc', | 571 'examples/compositor/compositor.cc', |
571 'examples/compositor/spinning_cube.cc', | 572 'examples/compositor/spinning_cube.cc', |
572 'examples/compositor/spinning_cube.h', | 573 'examples/compositor/spinning_cube.h', |
573 ], | 574 ], |
574 }, | 575 }, |
575 ], | 576 ], |
576 } | 577 } |
OLD | NEW |