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

Side by Side Diff: cc/cc_tests.gyp

Issue 18191020: UI Resource Manager (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Added DCHECK of resource queue size to PushPropertiesTo Created 7 years, 4 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/scrollbar_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': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'test/fake_scrollbar_layer.cc', 128 'test/fake_scrollbar_layer.cc',
129 'test/fake_scrollbar_layer.h', 129 'test/fake_scrollbar_layer.h',
130 'test/fake_tile_manager.cc', 130 'test/fake_tile_manager.cc',
131 'test/fake_tile_manager.h', 131 'test/fake_tile_manager.h',
132 'test/fake_tile_manager_client.h', 132 'test/fake_tile_manager_client.h',
133 'test/fake_tile_manager_client.cc', 133 'test/fake_tile_manager_client.cc',
134 'test/fake_output_surface.cc', 134 'test/fake_output_surface.cc',
135 'test/fake_output_surface.h', 135 'test/fake_output_surface.h',
136 'test/fake_output_surface_client.cc', 136 'test/fake_output_surface_client.cc',
137 'test/fake_output_surface_client.h', 137 'test/fake_output_surface_client.h',
138 'test/fake_scoped_ui_resource.cc',
139 'test/fake_scoped_ui_resource.h',
138 'test/fake_video_frame_provider.cc', 140 'test/fake_video_frame_provider.cc',
139 'test/fake_video_frame_provider.h', 141 'test/fake_video_frame_provider.h',
140 'test/geometry_test_utils.cc', 142 'test/geometry_test_utils.cc',
141 'test/geometry_test_utils.h', 143 'test/geometry_test_utils.h',
142 'test/impl_side_painting_settings.h', 144 'test/impl_side_painting_settings.h',
143 'test/layer_test_common.cc', 145 'test/layer_test_common.cc',
144 'test/layer_test_common.h', 146 'test/layer_test_common.h',
145 'test/layer_tree_pixel_test.cc', 147 'test/layer_tree_pixel_test.cc',
146 'test/layer_tree_pixel_test.h', 148 'test/layer_tree_pixel_test.h',
147 'test/layer_tree_test.cc', 149 'test/layer_tree_test.cc',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'test_suite_name': 'cc_perftests', 341 'test_suite_name': 'cc_perftests',
340 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
341 }, 343 },
342 'includes': [ '../build/apk_test.gypi' ], 344 'includes': [ '../build/apk_test.gypi' ],
343 }, 345 },
344 ], 346 ],
345 } 347 }
346 ] 348 ]
347 ], 349 ],
348 } 350 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/scrollbar_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698