| 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 'animation_unittest.cc', | 9 'animation_unittest.cc', |
| 10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'test/fake_picture_layer_tiling_client.h', | 98 'test/fake_picture_layer_tiling_client.h', |
| 99 'test/fake_proxy.cc', | 99 'test/fake_proxy.cc', |
| 100 'test/fake_proxy.h', | 100 'test/fake_proxy.h', |
| 101 'test/fake_scrollbar_layer.cc', | 101 'test/fake_scrollbar_layer.cc', |
| 102 'test/fake_scrollbar_layer.h', | 102 'test/fake_scrollbar_layer.h', |
| 103 'test/fake_scrollbar_theme_painter.h', | 103 'test/fake_scrollbar_theme_painter.h', |
| 104 'test/fake_scrollbar_theme_painter.cc', | 104 'test/fake_scrollbar_theme_painter.cc', |
| 105 'test/fake_tile_manager_client.h', | 105 'test/fake_tile_manager_client.h', |
| 106 'test/fake_output_surface.cc', | 106 'test/fake_output_surface.cc', |
| 107 'test/fake_output_surface.h', | 107 'test/fake_output_surface.h', |
| 108 'test/fake_software_output_device.cc', | |
| 109 'test/fake_software_output_device.h', | |
| 110 'test/fake_video_frame_provider.cc', | 108 'test/fake_video_frame_provider.cc', |
| 111 'test/fake_video_frame_provider.h', | 109 'test/fake_video_frame_provider.h', |
| 112 'test/fake_web_scrollbar.cc', | 110 'test/fake_web_scrollbar.cc', |
| 113 'test/fake_web_scrollbar.h', | 111 'test/fake_web_scrollbar.h', |
| 114 'test/fake_web_scrollbar_theme_geometry.cc', | 112 'test/fake_web_scrollbar_theme_geometry.cc', |
| 115 'test/fake_web_scrollbar_theme_geometry.h', | 113 'test/fake_web_scrollbar_theme_geometry.h', |
| 116 'test/geometry_test_utils.cc', | 114 'test/geometry_test_utils.cc', |
| 117 'test/geometry_test_utils.h', | 115 'test/geometry_test_utils.h', |
| 118 'test/layer_test_common.cc', | 116 'test/layer_test_common.cc', |
| 119 'test/layer_test_common.h', | 117 'test/layer_test_common.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'variables': { | 281 'variables': { |
| 284 'test_suite_name': 'cc_perftests', | 282 'test_suite_name': 'cc_perftests', |
| 285 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 283 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 286 }, | 284 }, |
| 287 'includes': [ '../build/apk_test.gypi' ], | 285 'includes': [ '../build/apk_test.gypi' ], |
| 288 }, | 286 }, |
| 289 ], | 287 ], |
| 290 }] | 288 }] |
| 291 ], | 289 ], |
| 292 } | 290 } |
| OLD | NEW |