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

Side by Side Diff: cc/cc_tests.gyp

Issue 1506023008: [NOT LANDED] Revert of cc: Split ThreadProxy into ProxyMain and ProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/cc.gyp ('k') | cc/debug/benchmark_instrumentation.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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'test/pixel_comparator.cc', 251 'test/pixel_comparator.cc',
252 'test/pixel_comparator.h', 252 'test/pixel_comparator.h',
253 'test/pixel_test.cc', 253 'test/pixel_test.cc',
254 'test/pixel_test.h', 254 'test/pixel_test.h',
255 'test/pixel_test_output_surface.cc', 255 'test/pixel_test_output_surface.cc',
256 'test/pixel_test_output_surface.h', 256 'test/pixel_test_output_surface.h',
257 'test/pixel_test_software_output_device.cc', 257 'test/pixel_test_software_output_device.cc',
258 'test/pixel_test_software_output_device.h', 258 'test/pixel_test_software_output_device.h',
259 'test/pixel_test_utils.cc', 259 'test/pixel_test_utils.cc',
260 'test/pixel_test_utils.h', 260 'test/pixel_test_utils.h',
261 'test/proxy_impl_for_test.cc',
262 'test/proxy_impl_for_test.h',
263 'test/proxy_main_for_test.cc',
264 'test/proxy_main_for_test.h',
265 'test/render_pass_test_utils.cc', 261 'test/render_pass_test_utils.cc',
266 'test/render_pass_test_utils.h', 262 'test/render_pass_test_utils.h',
267 'test/scheduler_test_common.cc', 263 'test/scheduler_test_common.cc',
268 'test/scheduler_test_common.h', 264 'test/scheduler_test_common.h',
269 'test/skia_common.cc', 265 'test/skia_common.cc',
270 'test/skia_common.h', 266 'test/skia_common.h',
271 'test/solid_color_content_layer_client.cc', 267 'test/solid_color_content_layer_client.cc',
272 'test/solid_color_content_layer_client.h', 268 'test/solid_color_content_layer_client.h',
273 'test/surface_aggregator_test_helpers.cc', 269 'test/surface_aggregator_test_helpers.cc',
274 'test/surface_aggregator_test_helpers.h', 270 'test/surface_aggregator_test_helpers.h',
275 'test/surface_hittest_test_helpers.cc', 271 'test/surface_hittest_test_helpers.cc',
276 'test/surface_hittest_test_helpers.h', 272 'test/surface_hittest_test_helpers.h',
277 'test/task_graph_runner_test_template.cc', 273 'test/task_graph_runner_test_template.cc',
278 'test/task_graph_runner_test_template.h', 274 'test/task_graph_runner_test_template.h',
279 'test/test_context_provider.cc', 275 'test/test_context_provider.cc',
280 'test/test_context_provider.h', 276 'test/test_context_provider.h',
281 'test/test_context_support.cc', 277 'test/test_context_support.cc',
282 'test/test_context_support.h', 278 'test/test_context_support.h',
283 'test/test_gles2_interface.cc', 279 'test/test_gles2_interface.cc',
284 'test/test_gles2_interface.h', 280 'test/test_gles2_interface.h',
285 'test/test_gpu_memory_buffer_manager.cc', 281 'test/test_gpu_memory_buffer_manager.cc',
286 'test/test_gpu_memory_buffer_manager.h', 282 'test/test_gpu_memory_buffer_manager.h',
287 'test/test_hooks.cc',
288 'test/test_hooks.h',
289 'test/test_image_factory.cc', 283 'test/test_image_factory.cc',
290 'test/test_image_factory.h', 284 'test/test_image_factory.h',
291 'test/test_in_process_context_provider.cc', 285 'test/test_in_process_context_provider.cc',
292 'test/test_in_process_context_provider.h', 286 'test/test_in_process_context_provider.h',
293 'test/test_occlusion_tracker.h', 287 'test/test_occlusion_tracker.h',
294 'test/test_shared_bitmap_manager.cc', 288 'test/test_shared_bitmap_manager.cc',
295 'test/test_shared_bitmap_manager.h', 289 'test/test_shared_bitmap_manager.h',
296 'test/test_task_graph_runner.cc', 290 'test/test_task_graph_runner.cc',
297 'test/test_task_graph_runner.h', 291 'test/test_task_graph_runner.h',
298 'test/test_texture.cc', 292 'test/test_texture.cc',
299 'test/test_texture.h', 293 'test/test_texture.h',
300 'test/test_tile_priorities.cc', 294 'test/test_tile_priorities.cc',
301 'test/test_tile_priorities.h', 295 'test/test_tile_priorities.h',
302 'test/test_web_graphics_context_3d.cc', 296 'test/test_web_graphics_context_3d.cc',
303 'test/test_web_graphics_context_3d.h', 297 'test/test_web_graphics_context_3d.h',
304 'test/threaded_channel_for_test.cc',
305 'test/threaded_channel_for_test.h',
306 ], 298 ],
307 }, 299 },
308 'targets': [ 300 'targets': [
309 { 301 {
310 'target_name': 'cc_unittests', 302 'target_name': 'cc_unittests',
311 'type': '<(gtest_target_type)', 303 'type': '<(gtest_target_type)',
312 'dependencies': [ 304 'dependencies': [
313 '../base/base.gyp:test_support_base', 305 '../base/base.gyp:test_support_base',
314 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 306 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
315 '../gpu/gpu.gyp:gpu', 307 '../gpu/gpu.gyp:gpu',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
492 ], 484 ],
493 } 485 }
494 ], 486 ],
495 ], 487 ],
496 }, 488 },
497 ], 489 ],
498 }], 490 }],
499 ], 491 ],
500 } 492 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/benchmark_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698