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

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: 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
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.h', 164 'test/fake_delegated_renderer_layer.h',
165 'test/fake_delegated_renderer_layer_impl.cc', 165 'test/fake_delegated_renderer_layer_impl.cc',
166 'test/fake_delegated_renderer_layer_impl.h', 166 'test/fake_delegated_renderer_layer_impl.h',
167 'test/fake_display_list_raster_source.cc', 167 'test/fake_display_list_raster_source.cc',
168 'test/fake_display_list_raster_source.h', 168 'test/fake_display_list_raster_source.h',
169 'test/fake_display_list_recording_source.cc', 169 'test/fake_display_list_recording_source.cc',
170 'test/fake_display_list_recording_source.h', 170 'test/fake_display_list_recording_source.h',
171 'test/fake_external_begin_frame_source.cc', 171 'test/fake_external_begin_frame_source.cc',
172 'test/fake_external_begin_frame_source.h', 172 'test/fake_external_begin_frame_source.h',
173 'test/fake_impl_proxy.h', 173 'test/fake_impl_proxy.h',
174 'test/fake_impl_thread_verifier.h',
174 'test/fake_layer_tree_host.cc', 175 'test/fake_layer_tree_host.cc',
175 'test/fake_layer_tree_host.h', 176 'test/fake_layer_tree_host.h',
176 'test/fake_layer_tree_host_client.cc', 177 'test/fake_layer_tree_host_client.cc',
177 'test/fake_layer_tree_host_client.h', 178 'test/fake_layer_tree_host_client.h',
178 'test/fake_layer_tree_host_impl.cc', 179 'test/fake_layer_tree_host_impl.cc',
179 'test/fake_layer_tree_host_impl.h', 180 'test/fake_layer_tree_host_impl.h',
180 'test/fake_layer_tree_host_impl_client.cc', 181 'test/fake_layer_tree_host_impl_client.cc',
181 'test/fake_layer_tree_host_impl_client.h', 182 'test/fake_layer_tree_host_impl_client.h',
182 'test/fake_output_surface.cc', 183 'test/fake_output_surface.cc',
183 'test/fake_output_surface.h', 184 'test/fake_output_surface.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
471 ], 472 ],
472 } 473 }
473 ], 474 ],
474 ], 475 ],
475 }, 476 },
476 ], 477 ],
477 }], 478 }],
478 ], 479 ],
479 } 480 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/frame_timing_tracker.cc » ('j') | cc/trees/layer_tree_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698