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

Side by Side Diff: cc/cc_tests.gyp

Issue 12211110: Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add enum, fix NON_EXPORTED_BASE Created 7 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/delegated_renderer_layer_impl_unittest.cc » ('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 'animation_unittest.cc', 9 'animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'test/fake_scrollbar_layer.h', 95 'test/fake_scrollbar_layer.h',
96 'test/fake_scrollbar_theme_painter.h', 96 'test/fake_scrollbar_theme_painter.h',
97 'test/fake_scrollbar_theme_painter.cc', 97 'test/fake_scrollbar_theme_painter.cc',
98 'test/fake_tile_manager_client.h', 98 'test/fake_tile_manager_client.h',
99 'test/fake_output_surface.cc', 99 'test/fake_output_surface.cc',
100 'test/fake_output_surface.h', 100 'test/fake_output_surface.h',
101 'test/fake_software_output_device.cc', 101 'test/fake_software_output_device.cc',
102 'test/fake_software_output_device.h', 102 'test/fake_software_output_device.h',
103 'test/fake_video_frame_provider.cc', 103 'test/fake_video_frame_provider.cc',
104 'test/fake_video_frame_provider.h', 104 'test/fake_video_frame_provider.h',
105 'test/fake_web_graphics_context_3d.cc',
106 'test/fake_web_graphics_context_3d.h',
107 'test/fake_web_scrollbar.cc', 105 'test/fake_web_scrollbar.cc',
108 'test/fake_web_scrollbar.h', 106 'test/fake_web_scrollbar.h',
109 'test/fake_web_scrollbar_theme_geometry.cc', 107 'test/fake_web_scrollbar_theme_geometry.cc',
110 'test/fake_web_scrollbar_theme_geometry.h', 108 'test/fake_web_scrollbar_theme_geometry.h',
111 'test/geometry_test_utils.cc', 109 'test/geometry_test_utils.cc',
112 'test/geometry_test_utils.h', 110 'test/geometry_test_utils.h',
113 'test/layer_test_common.cc', 111 'test/layer_test_common.cc',
114 'test/layer_test_common.h', 112 'test/layer_test_common.h',
115 'test/layer_tree_test_common.cc', 113 'test/layer_tree_test_common.cc',
116 'test/layer_tree_test_common.h', 114 'test/layer_tree_test_common.h',
117 'test/layer_tree_json_parser.cc', 115 'test/layer_tree_json_parser.cc',
118 'test/layer_tree_json_parser.h', 116 'test/layer_tree_json_parser.h',
119 'test/mock_quad_culler.cc', 117 'test/mock_quad_culler.cc',
120 'test/mock_quad_culler.h', 118 'test/mock_quad_culler.h',
121 'test/occlusion_tracker_test_common.h', 119 'test/occlusion_tracker_test_common.h',
122 'test/paths.cc', 120 'test/paths.cc',
123 'test/paths.h', 121 'test/paths.h',
124 'test/pixel_test_output_surface.cc', 122 'test/pixel_test_output_surface.cc',
125 'test/pixel_test_output_surface.h', 123 'test/pixel_test_output_surface.h',
126 'test/render_pass_test_common.cc', 124 'test/render_pass_test_common.cc',
127 'test/render_pass_test_common.h', 125 'test/render_pass_test_common.h',
128 'test/render_pass_test_utils.cc', 126 'test/render_pass_test_utils.cc',
129 'test/render_pass_test_utils.h', 127 'test/render_pass_test_utils.h',
130 'test/scheduler_test_common.cc', 128 'test/scheduler_test_common.cc',
131 'test/scheduler_test_common.h', 129 'test/scheduler_test_common.h',
130 'test/test_web_graphics_context_3d.cc',
131 'test/test_web_graphics_context_3d.h',
132 'test/tiled_layer_test_common.cc', 132 'test/tiled_layer_test_common.cc',
133 'test/tiled_layer_test_common.h', 133 'test/tiled_layer_test_common.h',
134 ], 134 ],
135 }, 135 },
136 'targets': [ 136 'targets': [
137 { 137 {
138 'target_name': 'cc_unittests', 138 'target_name': 'cc_unittests',
139 'type': '<(gtest_target_type)', 139 'type': '<(gtest_target_type)',
140 'dependencies': [ 140 'dependencies': [
141 '../base/base.gyp:test_support_base', 141 '../base/base.gyp:test_support_base',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'variables': { 271 'variables': {
272 'test_suite_name': 'cc_perftests', 272 'test_suite_name': 'cc_perftests',
273 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 273 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
274 }, 274 },
275 'includes': [ '../build/apk_test.gypi' ], 275 'includes': [ '../build/apk_test.gypi' ],
276 }, 276 },
277 ], 277 ],
278 }] 278 }]
279 ], 279 ],
280 } 280 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/delegated_renderer_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698