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

Side by Side Diff: cc/cc_tests.gyp

Issue 11464041: cc: Don't use partial updates for scrollbars when they are not allowed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android Created 7 years, 12 months 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 | « no previous file | cc/layer_impl.cc » ('j') | cc/layer_impl.cc » ('J')
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'test/fake_layer_tree_host_client.cc', 75 'test/fake_layer_tree_host_client.cc',
76 'test/fake_layer_tree_host_client.h', 76 'test/fake_layer_tree_host_client.h',
77 'test/fake_layer_tree_host_impl.cc', 77 'test/fake_layer_tree_host_impl.cc',
78 'test/fake_layer_tree_host_impl_client.cc', 78 'test/fake_layer_tree_host_impl_client.cc',
79 'test/fake_layer_tree_host_impl_client.h', 79 'test/fake_layer_tree_host_impl_client.h',
80 'test/fake_layer_tree_host_impl.h', 80 'test/fake_layer_tree_host_impl.h',
81 'test/fake_picture_layer_tiling_client.cc', 81 'test/fake_picture_layer_tiling_client.cc',
82 'test/fake_picture_layer_tiling_client.h', 82 'test/fake_picture_layer_tiling_client.h',
83 'test/fake_proxy.cc', 83 'test/fake_proxy.cc',
84 'test/fake_proxy.h', 84 'test/fake_proxy.h',
85 'test/fake_scrollbar_layer.cc',
86 'test/fake_scrollbar_layer.h',
85 'test/fake_scrollbar_theme_painter.h', 87 'test/fake_scrollbar_theme_painter.h',
86 'test/fake_scrollbar_theme_painter.cc', 88 'test/fake_scrollbar_theme_painter.cc',
87 'test/fake_tile_manager_client.h', 89 'test/fake_tile_manager_client.h',
88 'test/fake_output_surface.cc', 90 'test/fake_output_surface.cc',
89 'test/fake_output_surface.h', 91 'test/fake_output_surface.h',
90 'test/fake_software_output_device.cc', 92 'test/fake_software_output_device.cc',
91 'test/fake_software_output_device.h', 93 'test/fake_software_output_device.h',
92 'test/fake_web_graphics_context_3d.cc', 94 'test/fake_web_graphics_context_3d.cc',
93 'test/fake_web_graphics_context_3d.h', 95 'test/fake_web_graphics_context_3d.h',
94 'test/fake_web_scrollbar.cc', 96 'test/fake_web_scrollbar.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'variables': { 249 'variables': {
248 'test_suite_name': 'cc_perftests', 250 'test_suite_name': 'cc_perftests',
249 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 251 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
250 }, 252 },
251 'includes': [ '../build/apk_test.gypi' ], 253 'includes': [ '../build/apk_test.gypi' ],
252 }, 254 },
253 ], 255 ],
254 }] 256 }]
255 ], 257 ],
256 } 258 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_impl.cc » ('j') | cc/layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698