| OLD | NEW |
| 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_cpp' | 10 'ppapi_cpp' |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'tests/test_graphics_2d.h', | 217 'tests/test_graphics_2d.h', |
| 218 'tests/test_image_data.cc', | 218 'tests/test_image_data.cc', |
| 219 'tests/test_image_data.h', | 219 'tests/test_image_data.h', |
| 220 'tests/test_paint_aggregator.cc', | 220 'tests/test_paint_aggregator.cc', |
| 221 'tests/test_paint_aggregator.h', | 221 'tests/test_paint_aggregator.h', |
| 222 'tests/test_post_message.cc', | 222 'tests/test_post_message.cc', |
| 223 'tests/test_post_message.h', | 223 'tests/test_post_message.h', |
| 224 'tests/test_scrollbar.cc', | 224 'tests/test_scrollbar.cc', |
| 225 'tests/test_scrollbar.h', | 225 'tests/test_scrollbar.h', |
| 226 'tests/test_struct_sizes.c', | 226 'tests/test_struct_sizes.c', |
| 227 'tests/test_uma.cc', |
| 228 'tests/test_uma.h', |
| 227 'tests/test_url_loader.cc', | 229 'tests/test_url_loader.cc', |
| 228 'tests/test_url_loader.h', | 230 'tests/test_url_loader.h', |
| 229 'tests/test_url_util.cc', | 231 'tests/test_url_util.cc', |
| 230 'tests/test_url_util.h', | 232 'tests/test_url_util.h', |
| 231 'tests/test_utils.cc', | 233 'tests/test_utils.cc', |
| 232 'tests/test_utils.h', | 234 'tests/test_utils.h', |
| 233 'tests/test_video_decoder.cc', | 235 'tests/test_video_decoder.cc', |
| 234 'tests/test_video_decoder.h', | 236 'tests/test_video_decoder.h', |
| 235 | 237 |
| 236 # Deprecated test cases. | 238 # Deprecated test cases. |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'proxy/plugin_dispatcher_unittest.cc', | 304 'proxy/plugin_dispatcher_unittest.cc', |
| 303 'proxy/plugin_resource_tracker_unittest.cc', | 305 'proxy/plugin_resource_tracker_unittest.cc', |
| 304 'proxy/plugin_var_tracker_unittest.cc', | 306 'proxy/plugin_var_tracker_unittest.cc', |
| 305 'proxy/ppapi_proxy_test.cc', | 307 'proxy/ppapi_proxy_test.cc', |
| 306 'proxy/ppapi_proxy_test.h', | 308 'proxy/ppapi_proxy_test.h', |
| 307 'proxy/serialized_var_unittest.cc', | 309 'proxy/serialized_var_unittest.cc', |
| 308 ], | 310 ], |
| 309 }, | 311 }, |
| 310 ], | 312 ], |
| 311 } | 313 } |
| OLD | NEW |