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

Side by Side Diff: cc/cc_tests.gyp

Issue 801973002: Introduce CompositorDependencies for RenderWidgetCompositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compdep: . Created 6 years 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/BUILD.gn ('k') | cc/resources/resource_provider.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': 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'test/fake_content_layer.cc', 143 'test/fake_content_layer.cc',
144 'test/fake_content_layer.h', 144 'test/fake_content_layer.h',
145 'test/fake_content_layer_client.cc', 145 'test/fake_content_layer_client.cc',
146 'test/fake_content_layer_client.h', 146 'test/fake_content_layer_client.h',
147 'test/fake_content_layer_impl.cc', 147 'test/fake_content_layer_impl.cc',
148 'test/fake_content_layer_impl.h', 148 'test/fake_content_layer_impl.h',
149 'test/fake_delegated_renderer_layer.cc', 149 'test/fake_delegated_renderer_layer.cc',
150 'test/fake_delegated_renderer_layer.h', 150 'test/fake_delegated_renderer_layer.h',
151 'test/fake_delegated_renderer_layer_impl.cc', 151 'test/fake_delegated_renderer_layer_impl.cc',
152 'test/fake_delegated_renderer_layer_impl.h', 152 'test/fake_delegated_renderer_layer_impl.h',
153 'test/fake_external_begin_frame_source.cc',
154 'test/fake_external_begin_frame_source.h',
153 'test/fake_impl_proxy.h', 155 'test/fake_impl_proxy.h',
154 'test/fake_layer_tree_host.cc', 156 'test/fake_layer_tree_host.cc',
155 'test/fake_layer_tree_host.h', 157 'test/fake_layer_tree_host.h',
156 'test/fake_layer_tree_host_client.cc', 158 'test/fake_layer_tree_host_client.cc',
157 'test/fake_layer_tree_host_client.h', 159 'test/fake_layer_tree_host_client.h',
158 'test/fake_layer_tree_host_impl.cc', 160 'test/fake_layer_tree_host_impl.cc',
159 'test/fake_layer_tree_host_impl.h', 161 'test/fake_layer_tree_host_impl.h',
160 'test/fake_layer_tree_host_impl_client.cc', 162 'test/fake_layer_tree_host_impl_client.cc',
161 'test/fake_layer_tree_host_impl_client.h', 163 'test/fake_layer_tree_host_impl_client.h',
162 'test/fake_output_surface.cc', 164 'test/fake_output_surface.cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'variables': { 436 'variables': {
435 'test_suite_name': 'cc_perftests', 437 'test_suite_name': 'cc_perftests',
436 }, 438 },
437 'includes': [ '../build/apk_test.gypi' ], 439 'includes': [ '../build/apk_test.gypi' ],
438 }, 440 },
439 ], 441 ],
440 } 442 }
441 ] 443 ]
442 ], 444 ],
443 } 445 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698