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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 6286070: Remove all uses of the global Dispatcher Get function. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/c/dev/ppb_opengles_dev.h ('k') | ppapi/proxy/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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_cpp' 10 'ppapi_cpp'
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'dependencies': [ 260 'dependencies': [
261 'ppapi_proxy', 261 'ppapi_proxy',
262 '../base/base.gyp:test_support_base', 262 '../base/base.gyp:test_support_base',
263 '../ipc/ipc.gyp:test_support_ipc', 263 '../ipc/ipc.gyp:test_support_ipc',
264 '../testing/gmock.gyp:gmock', 264 '../testing/gmock.gyp:gmock',
265 '../testing/gtest.gyp:gtest', 265 '../testing/gtest.gyp:gtest',
266 ], 266 ],
267 'sources': [ 267 'sources': [
268 'proxy/run_all_unittests.cc', 268 'proxy/run_all_unittests.cc',
269 269
270 'proxy/host_dispatcher_unittest.cc',
270 'proxy/mock_resource.cc', 271 'proxy/mock_resource.cc',
271 'proxy/mock_resource.h', 272 'proxy/mock_resource.h',
273 'proxy/plugin_dispatcher_unittest.cc',
272 'proxy/plugin_resource_tracker_unittest.cc', 274 'proxy/plugin_resource_tracker_unittest.cc',
273 'proxy/plugin_var_tracker_unittest.cc', 275 'proxy/plugin_var_tracker_unittest.cc',
274 'proxy/ppapi_proxy_test.cc', 276 'proxy/ppapi_proxy_test.cc',
275 'proxy/ppapi_proxy_test.h', 277 'proxy/ppapi_proxy_test.h',
276 'proxy/serialized_var_unittest.cc', 278 'proxy/serialized_var_unittest.cc',
277 'proxy/serialized_var_unittest.h', 279 'proxy/serialized_var_unittest.h',
278 ], 280 ],
279 }, 281 },
280 ], 282 ],
281 } 283 }
OLDNEW
« no previous file with comments | « ppapi/c/dev/ppb_opengles_dev.h ('k') | ppapi/proxy/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698