| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'test/layer_test_common.cc', | 240 'test/layer_test_common.cc', |
| 241 'test/layer_test_common.h', | 241 'test/layer_test_common.h', |
| 242 'test/layer_tree_host_common_test.cc', | 242 'test/layer_tree_host_common_test.cc', |
| 243 'test/layer_tree_host_common_test.h', | 243 'test/layer_tree_host_common_test.h', |
| 244 'test/layer_tree_json_parser.cc', | 244 'test/layer_tree_json_parser.cc', |
| 245 'test/layer_tree_json_parser.h', | 245 'test/layer_tree_json_parser.h', |
| 246 'test/layer_tree_pixel_resource_test.cc', | 246 'test/layer_tree_pixel_resource_test.cc', |
| 247 'test/layer_tree_pixel_resource_test.h', | 247 'test/layer_tree_pixel_resource_test.h', |
| 248 'test/layer_tree_pixel_test.cc', | 248 'test/layer_tree_pixel_test.cc', |
| 249 'test/layer_tree_pixel_test.h', | 249 'test/layer_tree_pixel_test.h', |
| 250 'test/layer_tree_settings_for_testing.cc', |
| 251 'test/layer_tree_settings_for_testing.h', |
| 250 'test/layer_tree_test.cc', | 252 'test/layer_tree_test.cc', |
| 251 'test/layer_tree_test.h', | 253 'test/layer_tree_test.h', |
| 252 'test/mock_helper.h', | 254 'test/mock_helper.h', |
| 253 'test/mock_occlusion_tracker.h', | 255 'test/mock_occlusion_tracker.h', |
| 254 'test/ordered_simple_task_runner.cc', | 256 'test/ordered_simple_task_runner.cc', |
| 255 'test/ordered_simple_task_runner.h', | 257 'test/ordered_simple_task_runner.h', |
| 256 'test/ordered_texture_map.cc', | 258 'test/ordered_texture_map.cc', |
| 257 'test/ordered_texture_map.h', | 259 'test/ordered_texture_map.h', |
| 258 'test/paths.cc', | 260 'test/paths.cc', |
| 259 'test/paths.h', | 261 'test/paths.h', |
| (...skipping 245 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 |