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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 7687005: Create ppapi_proxy.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/broker_dispatcher.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 # ], 167 # ],
168 }, 168 },
169 { 169 {
170 'target_name': 'ppapi_unittests', 170 'target_name': 'ppapi_unittests',
171 'type': 'executable', 171 'type': 'executable',
172 'variables': { 172 'variables': {
173 'chromium_code': 1, 173 'chromium_code': 1,
174 }, 174 },
175 'dependencies': [ 175 'dependencies': [
176 'ppapi_proxy', 176 'ppapi_proxy',
177 'ppapi_shared',
177 '../base/base.gyp:test_support_base', 178 '../base/base.gyp:test_support_base',
179 '../gpu/gpu.gyp:gpu_ipc',
180 '../ipc/ipc.gyp:ipc',
178 '../ipc/ipc.gyp:test_support_ipc', 181 '../ipc/ipc.gyp:test_support_ipc',
179 '../testing/gmock.gyp:gmock', 182 '../testing/gmock.gyp:gmock',
180 '../testing/gtest.gyp:gtest', 183 '../testing/gtest.gyp:gtest',
181 '../ui/gfx/surface/surface.gyp:surface', 184 '../ui/gfx/surface/surface.gyp:surface',
182 ], 185 ],
183 'sources': [ 186 'sources': [
184 'proxy/run_all_unittests.cc', 187 'proxy/run_all_unittests.cc',
185 188
186 'proxy/host_dispatcher_unittest.cc', 189 'proxy/host_dispatcher_unittest.cc',
187 'proxy/mock_resource.cc', 190 'proxy/mock_resource.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 344 ],
342 'sources': [ 345 'sources': [
343 'examples/gles2/gles2.cc', 346 'examples/gles2/gles2.cc',
344 'examples/gles2/testdata.h', 347 'examples/gles2/testdata.h',
345 ], 348 ],
346 }, 349 },
347 ], 350 ],
348 }] 351 }]
349 ] 352 ]
350 } 353 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/broker_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698