Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1089)

Side by Side Diff: cc/cc_tests.gyp

Issue 11609002: cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notry Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/caching_bitmap_content_layer_updater.cc ('k') | cc/content_layer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « cc/caching_bitmap_content_layer_updater.cc ('k') | cc/content_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698