OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'animation/animation_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'test/surface_aggregator_test_helpers.cc', | 286 'test/surface_aggregator_test_helpers.cc', |
287 'test/surface_aggregator_test_helpers.h', | 287 'test/surface_aggregator_test_helpers.h', |
288 'test/surface_hittest_test_helpers.cc', | 288 'test/surface_hittest_test_helpers.cc', |
289 'test/surface_hittest_test_helpers.h', | 289 'test/surface_hittest_test_helpers.h', |
290 'test/task_graph_runner_test_template.cc', | 290 'test/task_graph_runner_test_template.cc', |
291 'test/task_graph_runner_test_template.h', | 291 'test/task_graph_runner_test_template.h', |
292 'test/test_context_provider.cc', | 292 'test/test_context_provider.cc', |
293 'test/test_context_provider.h', | 293 'test/test_context_provider.h', |
294 'test/test_context_support.cc', | 294 'test/test_context_support.cc', |
295 'test/test_context_support.h', | 295 'test/test_context_support.h', |
| 296 'test/test_element_id.cc', |
| 297 'test/test_element_id.h', |
296 'test/test_gles2_interface.cc', | 298 'test/test_gles2_interface.cc', |
297 'test/test_gles2_interface.h', | 299 'test/test_gles2_interface.h', |
298 'test/test_gpu_memory_buffer_manager.cc', | 300 'test/test_gpu_memory_buffer_manager.cc', |
299 'test/test_gpu_memory_buffer_manager.h', | 301 'test/test_gpu_memory_buffer_manager.h', |
300 'test/test_hooks.cc', | 302 'test/test_hooks.cc', |
301 'test/test_hooks.h', | 303 'test/test_hooks.h', |
302 'test/test_image_factory.cc', | 304 'test/test_image_factory.cc', |
303 'test/test_image_factory.h', | 305 'test/test_image_factory.h', |
304 'test/test_in_process_context_provider.cc', | 306 'test/test_in_process_context_provider.cc', |
305 'test/test_in_process_context_provider.h', | 307 'test/test_in_process_context_provider.h', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 507 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
506 ], | 508 ], |
507 } | 509 } |
508 ], | 510 ], |
509 ], | 511 ], |
510 }, | 512 }, |
511 ], | 513 ], |
512 }], | 514 }], |
513 ], | 515 ], |
514 } | 516 } |
OLD | NEW |