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

Side by Side Diff: cc/cc_tests.gyp

Issue 139763003: Initial surface aggregator implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use less advanced struct initialization syntax Created 6 years, 10 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 | « cc/cc.gyp ('k') | cc/quads/shared_quad_state.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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'trees/layer_tree_host_unittest_occlusion.cc', 99 'trees/layer_tree_host_unittest_occlusion.cc',
100 'trees/layer_tree_host_unittest_picture.cc', 100 'trees/layer_tree_host_unittest_picture.cc',
101 'trees/layer_tree_host_unittest_scroll.cc', 101 'trees/layer_tree_host_unittest_scroll.cc',
102 'trees/layer_tree_host_unittest_video.cc', 102 'trees/layer_tree_host_unittest_video.cc',
103 'trees/occlusion_tracker_unittest.cc', 103 'trees/occlusion_tracker_unittest.cc',
104 'trees/quad_culler_unittest.cc', 104 'trees/quad_culler_unittest.cc',
105 'trees/tree_synchronizer_unittest.cc', 105 'trees/tree_synchronizer_unittest.cc',
106 ], 106 ],
107 'cc_surfaces_unit_tests_source_files': [ 107 'cc_surfaces_unit_tests_source_files': [
108 'surfaces/surface_unittest.cc', 108 'surfaces/surface_unittest.cc',
109 'surfaces/surface_aggregator_unittest.cc',
110 'surfaces/surface_aggregator_test_helpers.cc',
111 'surfaces/surface_aggregator_test_helpers.h',
109 ], 112 ],
110 'cc_tests_support_files': [ 113 'cc_tests_support_files': [
111 'test/animation_test_common.cc', 114 'test/animation_test_common.cc',
112 'test/animation_test_common.h', 115 'test/animation_test_common.h',
113 'test/fake_content_layer.cc', 116 'test/fake_content_layer.cc',
114 'test/fake_content_layer.h', 117 'test/fake_content_layer.h',
115 'test/fake_content_layer_client.cc', 118 'test/fake_content_layer_client.cc',
116 'test/fake_content_layer_client.h', 119 'test/fake_content_layer_client.h',
117 'test/fake_content_layer_impl.cc', 120 'test/fake_content_layer_impl.cc',
118 'test/fake_content_layer_impl.h', 121 'test/fake_content_layer_impl.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'test_suite_name': 'cc_perftests', 385 'test_suite_name': 'cc_perftests',
383 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 386 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
384 }, 387 },
385 'includes': [ '../build/apk_test.gypi' ], 388 'includes': [ '../build/apk_test.gypi' ],
386 }, 389 },
387 ], 390 ],
388 } 391 }
389 ] 392 ]
390 ], 393 ],
391 } 394 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/quads/shared_quad_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698