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

Side by Side Diff: cc/cc_tests.gyp

Issue 667793004: Support single-threaded impl-side painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, add ContextCapabilities Created 6 years, 1 month 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
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'trees/blocking_task_runner_unittest.cc', 100 'trees/blocking_task_runner_unittest.cc',
101 'trees/damage_tracker_unittest.cc', 101 'trees/damage_tracker_unittest.cc',
102 'trees/layer_sorter_unittest.cc', 102 'trees/layer_sorter_unittest.cc',
103 'trees/layer_tree_host_common_unittest.cc', 103 'trees/layer_tree_host_common_unittest.cc',
104 'trees/layer_tree_host_impl_unittest.cc', 104 'trees/layer_tree_host_impl_unittest.cc',
105 'trees/layer_tree_host_pixeltest_blending.cc', 105 'trees/layer_tree_host_pixeltest_blending.cc',
106 'trees/layer_tree_host_pixeltest_filters.cc', 106 'trees/layer_tree_host_pixeltest_filters.cc',
107 'trees/layer_tree_host_pixeltest_masks.cc', 107 'trees/layer_tree_host_pixeltest_masks.cc',
108 'trees/layer_tree_host_pixeltest_on_demand_raster.cc', 108 'trees/layer_tree_host_pixeltest_on_demand_raster.cc',
109 'trees/layer_tree_host_pixeltest_readback.cc', 109 'trees/layer_tree_host_pixeltest_readback.cc',
110 'trees/layer_tree_host_pixeltest_synchronous.cc',
110 'trees/layer_tree_host_unittest.cc', 111 'trees/layer_tree_host_unittest.cc',
111 'trees/layer_tree_host_unittest_animation.cc', 112 'trees/layer_tree_host_unittest_animation.cc',
112 'trees/layer_tree_host_unittest_context.cc', 113 'trees/layer_tree_host_unittest_context.cc',
113 'trees/layer_tree_host_unittest_copyrequest.cc', 114 'trees/layer_tree_host_unittest_copyrequest.cc',
114 'trees/layer_tree_host_unittest_damage.cc', 115 'trees/layer_tree_host_unittest_damage.cc',
115 'trees/layer_tree_host_unittest_delegated.cc', 116 'trees/layer_tree_host_unittest_delegated.cc',
116 'trees/layer_tree_host_unittest_occlusion.cc', 117 'trees/layer_tree_host_unittest_occlusion.cc',
117 'trees/layer_tree_host_unittest_no_message_loop.cc', 118 'trees/layer_tree_host_unittest_no_message_loop.cc',
118 'trees/layer_tree_host_unittest_picture.cc', 119 'trees/layer_tree_host_unittest_picture.cc',
119 'trees/layer_tree_host_unittest_proxy.cc', 120 'trees/layer_tree_host_unittest_proxy.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'variables': { 426 'variables': {
426 'test_suite_name': 'cc_perftests', 427 'test_suite_name': 'cc_perftests',
427 }, 428 },
428 'includes': [ '../build/apk_test.gypi' ], 429 'includes': [ '../build/apk_test.gypi' ],
429 }, 430 },
430 ], 431 ],
431 } 432 }
432 ] 433 ]
433 ], 434 ],
434 } 435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698