| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'test/fake_tile_manager_client.cc', | 236 'test/fake_tile_manager_client.cc', |
| 237 'test/fake_tile_manager_client.h', | 237 'test/fake_tile_manager_client.h', |
| 238 'test/fake_tile_task_manager.cc', | 238 'test/fake_tile_task_manager.cc', |
| 239 'test/fake_tile_task_manager.h', | 239 'test/fake_tile_task_manager.h', |
| 240 'test/fake_ui_resource_layer_tree_host_impl.cc', | 240 'test/fake_ui_resource_layer_tree_host_impl.cc', |
| 241 'test/fake_ui_resource_layer_tree_host_impl.h', | 241 'test/fake_ui_resource_layer_tree_host_impl.h', |
| 242 'test/fake_video_frame_provider.cc', | 242 'test/fake_video_frame_provider.cc', |
| 243 'test/fake_video_frame_provider.h', | 243 'test/fake_video_frame_provider.h', |
| 244 'test/geometry_test_utils.cc', | 244 'test/geometry_test_utils.cc', |
| 245 'test/geometry_test_utils.h', | 245 'test/geometry_test_utils.h', |
| 246 'test/layer_internals_for_test.cc', |
| 247 'test/layer_internals_for_test.h', |
| 246 'test/layer_test_common.cc', | 248 'test/layer_test_common.cc', |
| 247 'test/layer_test_common.h', | 249 'test/layer_test_common.h', |
| 248 'test/layer_tree_host_common_test.cc', | 250 'test/layer_tree_host_common_test.cc', |
| 249 'test/layer_tree_host_common_test.h', | 251 'test/layer_tree_host_common_test.h', |
| 250 'test/layer_tree_json_parser.cc', | 252 'test/layer_tree_json_parser.cc', |
| 251 'test/layer_tree_json_parser.h', | 253 'test/layer_tree_json_parser.h', |
| 252 'test/layer_tree_pixel_resource_test.cc', | 254 'test/layer_tree_pixel_resource_test.cc', |
| 253 'test/layer_tree_pixel_resource_test.h', | 255 'test/layer_tree_pixel_resource_test.h', |
| 254 'test/layer_tree_pixel_test.cc', | 256 'test/layer_tree_pixel_test.cc', |
| 255 'test/layer_tree_pixel_test.h', | 257 'test/layer_tree_pixel_test.h', |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 531 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 530 ], | 532 ], |
| 531 } | 533 } |
| 532 ], | 534 ], |
| 533 ], | 535 ], |
| 534 }, | 536 }, |
| 535 ], | 537 ], |
| 536 }], | 538 }], |
| 537 ], | 539 ], |
| 538 } | 540 } |
| OLD | NEW |