Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ppapi/ppapi_proxy_nacl.gyp ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
154 '../testing/gmock.gyp:gmock', 155 '../testing/gmock.gyp:gmock',
155 '../testing/gtest.gyp:gtest', 156 '../testing/gtest.gyp:gtest',
156 ], 157 ],
157 'sources': [ 158 'sources': [
158 # Note: sources list duplicated in GN build. 159 # Note: sources list duplicated in GN build.
159 'proxy/ppapi_proxy_test.cc', 160 'proxy/ppapi_proxy_test.cc',
160 'proxy/ppapi_proxy_test.h', 161 'proxy/ppapi_proxy_test.h',
161 'proxy/resource_message_test_sink.cc', 162 'proxy/resource_message_test_sink.cc',
162 'proxy/resource_message_test_sink.h', 163 'proxy/resource_message_test_sink.h',
163 'shared_impl/test_globals.cc', 164 'shared_impl/test_globals.cc',
164 'shared_impl/test_globals.h', 165 'shared_impl/test_globals.h',
165 'shared_impl/test_utils.cc', 166 'shared_impl/test_utils.cc',
166 'shared_impl/test_utils.h', 167 'shared_impl/test_utils.h',
167 ], 168 ],
168 }, 169 },
169 170
170 { 171 {
171 # GN version: //ppapi:ppapi_perftests 172 # GN version: //ppapi:ppapi_perftests
172 'target_name': 'ppapi_perftests', 173 'target_name': 'ppapi_perftests',
173 'type': 'executable', 174 'type': 'executable',
174 'variables': { 175 'variables': {
175 'chromium_code': 1, 176 'chromium_code': 1,
176 }, 177 },
177 'dependencies': [ 178 'dependencies': [
178 'ppapi_proxy', 179 'ppapi_proxy',
179 'ppapi_shared', 180 'ppapi_shared',
180 'ppapi_unittest_shared', 181 'ppapi_unittest_shared',
181 '../base/base.gyp:test_support_base', 182 '../base/base.gyp:test_support_base',
183 '../mojo/mojo_edk.gyp:mojo_system_impl',
182 '../testing/gtest.gyp:gtest', 184 '../testing/gtest.gyp:gtest',
183 ], 185 ],
184 'sources': [ 186 'sources': [
185 'proxy/ppapi_perftests.cc', 187 'proxy/ppapi_perftests.cc',
186 'proxy/ppp_messaging_proxy_perftest.cc', 188 'proxy/ppp_messaging_proxy_perftest.cc',
187 ], 189 ],
188 }, 190 },
189 { 191 {
190 # GN version: //ppapi:ppapi_unittests 192 # GN version: //ppapi:ppapi_unittests
191 'target_name': 'ppapi_unittests', 193 'target_name': 'ppapi_unittests',
192 'type': 'executable', 194 'type': 'executable',
193 'variables': { 195 'variables': {
194 'chromium_code': 1, 196 'chromium_code': 1,
195 }, 197 },
196 'dependencies': [ 198 'dependencies': [
197 'ppapi_host', 199 'ppapi_host',
198 'ppapi_proxy', 200 'ppapi_proxy',
199 'ppapi_shared', 201 'ppapi_shared',
200 'ppapi_unittest_shared', 202 'ppapi_unittest_shared',
201 '../base/base.gyp:run_all_unittests',
202 '../base/base.gyp:test_support_base', 203 '../base/base.gyp:test_support_base',
203 '../gpu/gpu.gyp:gpu_ipc_common', 204 '../gpu/gpu.gyp:gpu_ipc_common',
204 '../ipc/ipc.gyp:ipc', 205 '../ipc/ipc.gyp:ipc',
206 '../ipc/ipc.gyp:ipc_run_all_unittests',
205 '../ipc/ipc.gyp:test_support_ipc', 207 '../ipc/ipc.gyp:test_support_ipc',
206 '../media/media.gyp:shared_memory_support', 208 '../media/media.gyp:shared_memory_support',
207 '../skia/skia.gyp:skia', 209 '../skia/skia.gyp:skia',
208 '../testing/gmock.gyp:gmock', 210 '../testing/gmock.gyp:gmock',
209 '../testing/gtest.gyp:gtest', 211 '../testing/gtest.gyp:gtest',
210 '../ui/surface/surface.gyp:surface', 212 '../ui/surface/surface.gyp:surface',
211 ], 213 ],
212 'sources': [ 214 'sources': [
213 # Note: sources list duplicated in GN build. 215 # Note: sources list duplicated in GN build.
214 'host/resource_message_filter_unittest.cc', 216 'host/resource_message_filter_unittest.cc',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'dependencies': [ 696 'dependencies': [
695 'ppapi_unittests', 697 'ppapi_unittests',
696 ], 698 ],
697 'includes': [ '../build/isolate.gypi' ], 699 'includes': [ '../build/isolate.gypi' ],
698 'sources': [ 'ppapi_unittests.isolate' ], 700 'sources': [ 'ppapi_unittests.isolate' ],
699 }, 701 },
700 ], 702 ],
701 }], 703 }],
702 ], 704 ],
703 } 705 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy_nacl.gyp ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698