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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 # Test cases. | 174 # Test cases. |
175 'tests/all_c_includes.h', | 175 'tests/all_c_includes.h', |
176 'tests/all_cpp_includes.h', | 176 'tests/all_cpp_includes.h', |
177 'tests/arch_dependent_sizes_32.h', | 177 'tests/arch_dependent_sizes_32.h', |
178 'tests/arch_dependent_sizes_64.h', | 178 'tests/arch_dependent_sizes_64.h', |
179 'tests/test_buffer.cc', | 179 'tests/test_buffer.cc', |
180 'tests/test_buffer.h', | 180 'tests/test_buffer.h', |
181 'tests/test_c_includes.c', | 181 'tests/test_c_includes.c', |
182 'tests/test_char_set.cc', | 182 'tests/test_char_set.cc', |
183 'tests/test_char_set.h', | 183 'tests/test_char_set.h', |
184 'tests/test_class.cc', | |
185 'tests/test_class.h', | |
186 'tests/test_cpp_includes.cc', | 184 'tests/test_cpp_includes.cc', |
187 'tests/test_directory_reader.cc', | 185 'tests/test_directory_reader.cc', |
188 'tests/test_directory_reader.h', | 186 'tests/test_directory_reader.h', |
189 'tests/test_file_io.cc', | 187 'tests/test_file_io.cc', |
190 'tests/test_file_io.h', | 188 'tests/test_file_io.h', |
191 'tests/test_file_ref.cc', | 189 'tests/test_file_ref.cc', |
192 'tests/test_file_ref.h', | 190 'tests/test_file_ref.h', |
193 'tests/test_file_system.cc', | 191 'tests/test_file_system.cc', |
194 'tests/test_file_system.h', | 192 'tests/test_file_system.h', |
195 'tests/test_graphics_2d.cc', | 193 'tests/test_graphics_2d.cc', |
196 'tests/test_graphics_2d.h', | 194 'tests/test_graphics_2d.h', |
197 'tests/test_image_data.cc', | 195 'tests/test_image_data.cc', |
198 'tests/test_image_data.h', | 196 'tests/test_image_data.h', |
199 'tests/test_paint_aggregator.cc', | 197 'tests/test_paint_aggregator.cc', |
200 'tests/test_paint_aggregator.h', | 198 'tests/test_paint_aggregator.h', |
201 'tests/test_scrollbar.cc', | 199 'tests/test_scrollbar.cc', |
202 'tests/test_scrollbar.h', | 200 'tests/test_scrollbar.h', |
203 'tests/test_struct_sizes.c', | 201 'tests/test_struct_sizes.c', |
204 'tests/test_transport.cc', | 202 'tests/test_transport.cc', |
205 'tests/test_transport.h', | 203 'tests/test_transport.h', |
206 'tests/test_url_loader.cc', | 204 'tests/test_url_loader.cc', |
207 'tests/test_url_loader.h', | 205 'tests/test_url_loader.h', |
208 'tests/test_url_util.cc', | 206 'tests/test_url_util.cc', |
209 'tests/test_url_util.h', | 207 'tests/test_url_util.h', |
210 'tests/test_utils.cc', | 208 'tests/test_utils.cc', |
211 'tests/test_utils.h', | 209 'tests/test_utils.h', |
212 'tests/test_var.cc', | |
213 'tests/test_var.h', | |
214 | 210 |
215 # Deprecated test cases. | 211 # Deprecated test cases. |
216 'tests/test_instance_deprecated.cc', | 212 'tests/test_instance_deprecated.cc', |
217 'tests/test_instance_deprecated.h', | 213 'tests/test_instance_deprecated.h', |
218 'tests/test_var_deprecated.cc', | 214 'tests/test_var_deprecated.cc', |
219 'tests/test_var_deprecated.h', | 215 'tests/test_var_deprecated.h', |
220 ], | 216 ], |
221 'dependencies': [ | 217 'dependencies': [ |
222 'ppapi_cpp' | 218 'ppapi_cpp' |
223 ], | 219 ], |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 'proxy/plugin_dispatcher_unittest.cc', | 271 'proxy/plugin_dispatcher_unittest.cc', |
276 'proxy/plugin_resource_tracker_unittest.cc', | 272 'proxy/plugin_resource_tracker_unittest.cc', |
277 'proxy/plugin_var_tracker_unittest.cc', | 273 'proxy/plugin_var_tracker_unittest.cc', |
278 'proxy/ppapi_proxy_test.cc', | 274 'proxy/ppapi_proxy_test.cc', |
279 'proxy/ppapi_proxy_test.h', | 275 'proxy/ppapi_proxy_test.h', |
280 'proxy/serialized_var_unittest.cc', | 276 'proxy/serialized_var_unittest.cc', |
281 ], | 277 ], |
282 }, | 278 }, |
283 ], | 279 ], |
284 } | 280 } |
OLD | NEW |