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

Side by Side Diff: cc/cc_tests.gyp

Issue 1411663002: cc: Split Proxy to eliminate unnecessary dependencies on the impl side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update perf tests. Created 5 years, 2 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/debug/frame_timing_tracker.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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'test/fake_delegated_renderer_layer.cc', 164 'test/fake_delegated_renderer_layer.cc',
165 'test/fake_delegated_renderer_layer.h', 165 'test/fake_delegated_renderer_layer.h',
166 'test/fake_delegated_renderer_layer_impl.cc', 166 'test/fake_delegated_renderer_layer_impl.cc',
167 'test/fake_delegated_renderer_layer_impl.h', 167 'test/fake_delegated_renderer_layer_impl.h',
168 'test/fake_display_list_raster_source.cc', 168 'test/fake_display_list_raster_source.cc',
169 'test/fake_display_list_raster_source.h', 169 'test/fake_display_list_raster_source.h',
170 'test/fake_display_list_recording_source.cc', 170 'test/fake_display_list_recording_source.cc',
171 'test/fake_display_list_recording_source.h', 171 'test/fake_display_list_recording_source.h',
172 'test/fake_external_begin_frame_source.cc', 172 'test/fake_external_begin_frame_source.cc',
173 'test/fake_external_begin_frame_source.h', 173 'test/fake_external_begin_frame_source.h',
174 'test/fake_impl_proxy.h', 174 'test/fake_impl_task_runner_provider.h',
175 'test/fake_layer_tree_host.cc', 175 'test/fake_layer_tree_host.cc',
176 'test/fake_layer_tree_host.h', 176 'test/fake_layer_tree_host.h',
177 'test/fake_layer_tree_host_client.cc', 177 'test/fake_layer_tree_host_client.cc',
178 'test/fake_layer_tree_host_client.h', 178 'test/fake_layer_tree_host_client.h',
179 'test/fake_layer_tree_host_impl.cc', 179 'test/fake_layer_tree_host_impl.cc',
180 'test/fake_layer_tree_host_impl.h', 180 'test/fake_layer_tree_host_impl.h',
181 'test/fake_layer_tree_host_impl_client.cc', 181 'test/fake_layer_tree_host_impl_client.cc',
182 'test/fake_layer_tree_host_impl_client.h', 182 'test/fake_layer_tree_host_impl_client.h',
183 'test/fake_output_surface.cc', 183 'test/fake_output_surface.cc',
184 'test/fake_output_surface.h', 184 'test/fake_output_surface.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
461 ], 461 ],
462 } 462 }
463 ], 463 ],
464 ], 464 ],
465 }, 465 },
466 ], 466 ],
467 }], 467 }],
468 ], 468 ],
469 } 469 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/frame_timing_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698