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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'test/fake_layer_tree_host_impl.h', | 89 'test/fake_layer_tree_host_impl.h', |
90 'test/fake_picture_layer_tiling_client.cc', | 90 'test/fake_picture_layer_tiling_client.cc', |
91 'test/fake_picture_layer_tiling_client.h', | 91 'test/fake_picture_layer_tiling_client.h', |
92 'test/fake_proxy.cc', | 92 'test/fake_proxy.cc', |
93 'test/fake_proxy.h', | 93 'test/fake_proxy.h', |
94 'test/fake_scrollbar_layer.cc', | 94 'test/fake_scrollbar_layer.cc', |
95 'test/fake_scrollbar_layer.h', | 95 'test/fake_scrollbar_layer.h', |
96 'test/fake_scrollbar_theme_painter.h', | 96 'test/fake_scrollbar_theme_painter.h', |
97 'test/fake_scrollbar_theme_painter.cc', | 97 'test/fake_scrollbar_theme_painter.cc', |
98 'test/fake_tile_manager_client.h', | 98 'test/fake_tile_manager_client.h', |
| 99 'test/fake_tile_manager_client.cc', |
99 'test/fake_output_surface.cc', | 100 'test/fake_output_surface.cc', |
100 'test/fake_output_surface.h', | 101 'test/fake_output_surface.h', |
101 'test/fake_software_output_device.cc', | 102 'test/fake_software_output_device.cc', |
102 'test/fake_software_output_device.h', | 103 'test/fake_software_output_device.h', |
103 'test/fake_video_frame_provider.cc', | 104 'test/fake_video_frame_provider.cc', |
104 'test/fake_video_frame_provider.h', | 105 'test/fake_video_frame_provider.h', |
105 'test/fake_web_graphics_context_3d.cc', | 106 'test/fake_web_graphics_context_3d.cc', |
106 'test/fake_web_graphics_context_3d.h', | 107 'test/fake_web_graphics_context_3d.h', |
107 'test/fake_web_scrollbar.cc', | 108 'test/fake_web_scrollbar.cc', |
108 'test/fake_web_scrollbar.h', | 109 'test/fake_web_scrollbar.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'variables': { | 272 'variables': { |
272 'test_suite_name': 'cc_perftests', | 273 'test_suite_name': 'cc_perftests', |
273 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 274 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
274 }, | 275 }, |
275 'includes': [ '../build/apk_test.gypi' ], | 276 'includes': [ '../build/apk_test.gypi' ], |
276 }, | 277 }, |
277 ], | 278 ], |
278 }] | 279 }] |
279 ], | 280 ], |
280 } | 281 } |
OLD | NEW |