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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 | 269 |
270 'proxy/host_dispatcher_unittest.cc', | 270 'proxy/host_dispatcher_unittest.cc', |
271 'proxy/mock_resource.cc', | 271 'proxy/mock_resource.cc', |
272 'proxy/mock_resource.h', | 272 'proxy/mock_resource.h', |
273 'proxy/plugin_dispatcher_unittest.cc', | 273 'proxy/plugin_dispatcher_unittest.cc', |
274 'proxy/plugin_resource_tracker_unittest.cc', | 274 'proxy/plugin_resource_tracker_unittest.cc', |
275 'proxy/plugin_var_tracker_unittest.cc', | 275 'proxy/plugin_var_tracker_unittest.cc', |
276 'proxy/ppapi_proxy_test.cc', | 276 'proxy/ppapi_proxy_test.cc', |
277 'proxy/ppapi_proxy_test.h', | 277 'proxy/ppapi_proxy_test.h', |
278 'proxy/serialized_var_unittest.cc', | 278 'proxy/serialized_var_unittest.cc', |
279 'proxy/serialized_var_unittest.h', | |
280 ], | 279 ], |
281 }, | 280 }, |
282 ], | 281 ], |
283 } | 282 } |
OLD | NEW |