OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |