| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'test/test_gles2_interface.cc', | 299 'test/test_gles2_interface.cc', |
| 300 'test/test_gles2_interface.h', | 300 'test/test_gles2_interface.h', |
| 301 'test/test_gpu_memory_buffer_manager.cc', | 301 'test/test_gpu_memory_buffer_manager.cc', |
| 302 'test/test_gpu_memory_buffer_manager.h', | 302 'test/test_gpu_memory_buffer_manager.h', |
| 303 'test/test_hooks.cc', | 303 'test/test_hooks.cc', |
| 304 'test/test_hooks.h', | 304 'test/test_hooks.h', |
| 305 'test/test_image_factory.cc', | 305 'test/test_image_factory.cc', |
| 306 'test/test_image_factory.h', | 306 'test/test_image_factory.h', |
| 307 'test/test_in_process_context_provider.cc', | 307 'test/test_in_process_context_provider.cc', |
| 308 'test/test_in_process_context_provider.h', | 308 'test/test_in_process_context_provider.h', |
| 309 'test/test_layer_tree_host_base.cc', |
| 310 'test/test_layer_tree_host_base.h', |
| 309 'test/test_occlusion_tracker.h', | 311 'test/test_occlusion_tracker.h', |
| 310 'test/test_shared_bitmap_manager.cc', | 312 'test/test_shared_bitmap_manager.cc', |
| 311 'test/test_shared_bitmap_manager.h', | 313 'test/test_shared_bitmap_manager.h', |
| 312 'test/test_task_graph_runner.cc', | 314 'test/test_task_graph_runner.cc', |
| 313 'test/test_task_graph_runner.h', | 315 'test/test_task_graph_runner.h', |
| 314 'test/test_texture.cc', | 316 'test/test_texture.cc', |
| 315 'test/test_texture.h', | 317 'test/test_texture.h', |
| 316 'test/test_tile_priorities.cc', | 318 'test/test_tile_priorities.cc', |
| 317 'test/test_tile_priorities.h', | 319 'test/test_tile_priorities.h', |
| 318 'test/test_web_graphics_context_3d.cc', | 320 'test/test_web_graphics_context_3d.cc', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 514 ], | 516 ], |
| 515 } | 517 } |
| 516 ], | 518 ], |
| 517 ], | 519 ], |
| 518 }, | 520 }, |
| 519 ], | 521 ], |
| 520 }], | 522 }], |
| 521 ], | 523 ], |
| 522 } | 524 } |
| OLD | NEW |