| 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': 0, | 7 'chromium_code': 0, |
| 8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
| 9 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
| 10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'test/fake_layer_tree_host_client.cc', | 72 'test/fake_layer_tree_host_client.cc', |
| 73 'test/fake_layer_tree_host_client.h', | 73 'test/fake_layer_tree_host_client.h', |
| 74 'test/fake_layer_tree_host_impl.cc', | 74 'test/fake_layer_tree_host_impl.cc', |
| 75 'test/fake_layer_tree_host_impl_client.cc', | 75 'test/fake_layer_tree_host_impl_client.cc', |
| 76 'test/fake_layer_tree_host_impl_client.h', | 76 'test/fake_layer_tree_host_impl_client.h', |
| 77 'test/fake_layer_tree_host_impl.h', | 77 'test/fake_layer_tree_host_impl.h', |
| 78 'test/fake_picture_layer_tiling_client.cc', | 78 'test/fake_picture_layer_tiling_client.cc', |
| 79 'test/fake_picture_layer_tiling_client.h', | 79 'test/fake_picture_layer_tiling_client.h', |
| 80 'test/fake_proxy.cc', | 80 'test/fake_proxy.cc', |
| 81 'test/fake_proxy.h', | 81 'test/fake_proxy.h', |
| 82 'test/fake_scrollbar_theme_painter.h', |
| 83 'test/fake_scrollbar_theme_painter.cc', |
| 82 'test/fake_tile_manager_client.h', | 84 'test/fake_tile_manager_client.h', |
| 83 'test/fake_output_surface.cc', | 85 'test/fake_output_surface.cc', |
| 84 'test/fake_output_surface.h', | 86 'test/fake_output_surface.h', |
| 85 'test/fake_software_output_device.cc', | 87 'test/fake_software_output_device.cc', |
| 86 'test/fake_software_output_device.h', | 88 'test/fake_software_output_device.h', |
| 87 'test/fake_web_graphics_context_3d.cc', | 89 'test/fake_web_graphics_context_3d.cc', |
| 88 'test/fake_web_graphics_context_3d.h', | 90 'test/fake_web_graphics_context_3d.h', |
| 91 'test/fake_web_scrollbar.cc', |
| 92 'test/fake_web_scrollbar.h', |
| 89 'test/fake_web_scrollbar_theme_geometry.cc', | 93 'test/fake_web_scrollbar_theme_geometry.cc', |
| 90 'test/fake_web_scrollbar_theme_geometry.h', | 94 'test/fake_web_scrollbar_theme_geometry.h', |
| 91 'test/geometry_test_utils.cc', | 95 'test/geometry_test_utils.cc', |
| 92 'test/geometry_test_utils.h', | 96 'test/geometry_test_utils.h', |
| 93 'test/layer_test_common.cc', | 97 'test/layer_test_common.cc', |
| 94 'test/layer_test_common.h', | 98 'test/layer_test_common.h', |
| 95 'test/layer_tree_test_common.cc', | 99 'test/layer_tree_test_common.cc', |
| 96 'test/layer_tree_test_common.h', | 100 'test/layer_tree_test_common.h', |
| 97 'test/mock_quad_culler.cc', | 101 'test/mock_quad_culler.cc', |
| 98 'test/mock_quad_culler.h', | 102 'test/mock_quad_culler.h', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'variables': { | 243 'variables': { |
| 240 'test_suite_name': 'cc_perftests', | 244 'test_suite_name': 'cc_perftests', |
| 241 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 245 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 242 }, | 246 }, |
| 243 'includes': [ '../build/apk_test.gypi' ], | 247 'includes': [ '../build/apk_test.gypi' ], |
| 244 }, | 248 }, |
| 245 ], | 249 ], |
| 246 }] | 250 }] |
| 247 ], | 251 ], |
| 248 } | 252 } |
| OLD | NEW |