| 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/animation_unittest.cc', | 9 'animation/animation_unittest.cc', |
| 10 'layers/content_layer_unittest.cc', | 10 'layers/content_layer_unittest.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'test/fake_layer_tree_host_client.cc', | 92 'test/fake_layer_tree_host_client.cc', |
| 93 'test/fake_layer_tree_host_client.h', | 93 'test/fake_layer_tree_host_client.h', |
| 94 'test/fake_layer_tree_host_impl.cc', | 94 'test/fake_layer_tree_host_impl.cc', |
| 95 'test/fake_layer_tree_host_impl_client.cc', | 95 'test/fake_layer_tree_host_impl_client.cc', |
| 96 'test/fake_layer_tree_host_impl_client.h', | 96 'test/fake_layer_tree_host_impl_client.h', |
| 97 'test/fake_layer_tree_host_impl.h', | 97 'test/fake_layer_tree_host_impl.h', |
| 98 'test/fake_picture_layer_tiling_client.cc', | 98 'test/fake_picture_layer_tiling_client.cc', |
| 99 'test/fake_picture_layer_tiling_client.h', | 99 'test/fake_picture_layer_tiling_client.h', |
| 100 'test/fake_proxy.cc', | 100 'test/fake_proxy.cc', |
| 101 'test/fake_proxy.h', | 101 'test/fake_proxy.h', |
| 102 'test/fake_rendering_stats_instrumentation.h', |
| 102 'test/fake_scrollbar_layer.cc', | 103 'test/fake_scrollbar_layer.cc', |
| 103 'test/fake_scrollbar_layer.h', | 104 'test/fake_scrollbar_layer.h', |
| 104 'test/fake_scrollbar_theme_painter.h', | 105 'test/fake_scrollbar_theme_painter.h', |
| 105 'test/fake_scrollbar_theme_painter.cc', | 106 'test/fake_scrollbar_theme_painter.cc', |
| 106 'test/fake_tile_manager_client.h', | 107 'test/fake_tile_manager_client.h', |
| 107 'test/fake_output_surface.cc', | 108 'test/fake_output_surface.cc', |
| 108 'test/fake_output_surface.h', | 109 'test/fake_output_surface.h', |
| 109 'test/fake_video_frame_provider.cc', | 110 'test/fake_video_frame_provider.cc', |
| 110 'test/fake_video_frame_provider.h', | 111 'test/fake_video_frame_provider.h', |
| 111 'test/fake_web_scrollbar.cc', | 112 'test/fake_web_scrollbar.cc', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'variables': { | 287 'variables': { |
| 287 'test_suite_name': 'cc_perftests', | 288 'test_suite_name': 'cc_perftests', |
| 288 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 289 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 289 }, | 290 }, |
| 290 'includes': [ '../build/apk_test.gypi' ], | 291 'includes': [ '../build/apk_test.gypi' ], |
| 291 }, | 292 }, |
| 292 ], | 293 ], |
| 293 }] | 294 }] |
| 294 ], | 295 ], |
| 295 } | 296 } |
| OLD | NEW |