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

Side by Side Diff: cc/cc_tests.gyp

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 years, 7 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_viewer_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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'layers/tiled_layer_impl_unittest.cc', 59 'layers/tiled_layer_impl_unittest.cc',
60 'layers/tiled_layer_unittest.cc', 60 'layers/tiled_layer_unittest.cc',
61 'layers/ui_resource_layer_impl_unittest.cc', 61 'layers/ui_resource_layer_impl_unittest.cc',
62 'layers/ui_resource_layer_unittest.cc', 62 'layers/ui_resource_layer_unittest.cc',
63 'layers/video_layer_impl_unittest.cc', 63 'layers/video_layer_impl_unittest.cc',
64 'output/begin_frame_args_unittest.cc', 64 'output/begin_frame_args_unittest.cc',
65 'output/bsp_tree_unittest.cc', 65 'output/bsp_tree_unittest.cc',
66 'output/delegating_renderer_unittest.cc', 66 'output/delegating_renderer_unittest.cc',
67 'output/filter_operations_unittest.cc', 67 'output/filter_operations_unittest.cc',
68 'output/gl_renderer_unittest.cc', 68 'output/gl_renderer_unittest.cc',
69 'output/layer_quad_unittest.cc',
69 'output/output_surface_unittest.cc', 70 'output/output_surface_unittest.cc',
70 'output/overlay_unittest.cc', 71 'output/overlay_unittest.cc',
71 'output/renderer_pixeltest.cc', 72 'output/renderer_pixeltest.cc',
72 'output/renderer_unittest.cc', 73 'output/renderer_unittest.cc',
73 'output/shader_unittest.cc', 74 'output/shader_unittest.cc',
74 'output/software_renderer_unittest.cc', 75 'output/software_renderer_unittest.cc',
76 'output/texture_mailbox_deleter_unittest.cc',
77 'playback/display_item_list_unittest.cc',
78 'playback/display_list_recording_source_unittest.cc',
79 'playback/picture_pile_impl_unittest.cc',
80 'playback/picture_pile_unittest.cc',
81 'playback/picture_unittest.cc',
82 'playback/pixel_ref_map_unittest.cc',
83 'playback/recording_source_unittest.cc',
75 'quads/draw_polygon_unittest.cc', 84 'quads/draw_polygon_unittest.cc',
76 'quads/draw_quad_unittest.cc', 85 'quads/draw_quad_unittest.cc',
77 'quads/list_container_unittest.cc', 86 'quads/list_container_unittest.cc',
78 'quads/render_pass_unittest.cc', 87 'quads/render_pass_unittest.cc',
79 'resources/display_list_recording_source_unittest.cc', 88 'raster/scoped_gpu_raster_unittest.cc',
80 'resources/display_item_list_unittest.cc', 89 'raster/task_graph_runner_unittest.cc',
81 'resources/layer_quad_unittest.cc', 90 'raster/texture_compressor_etc1_unittest.cc',
82 'resources/picture_layer_tiling_set_unittest.cc', 91 'raster/tile_task_worker_pool_unittest.cc',
83 'resources/picture_layer_tiling_unittest.cc',
84 'resources/picture_pile_impl_unittest.cc',
85 'resources/picture_pile_unittest.cc',
86 'resources/picture_unittest.cc',
87 'resources/pixel_ref_map_unittest.cc',
88 'resources/platform_color_unittest.cc', 92 'resources/platform_color_unittest.cc',
89 'resources/prioritized_resource_unittest.cc', 93 'resources/prioritized_resource_unittest.cc',
90 'resources/recording_source_unittest.cc',
91 'resources/resource_provider_unittest.cc', 94 'resources/resource_provider_unittest.cc',
92 'resources/resource_update_controller_unittest.cc', 95 'resources/resource_update_controller_unittest.cc',
93 'resources/scoped_gpu_raster_unittest.cc',
94 'resources/scoped_resource_unittest.cc', 96 'resources/scoped_resource_unittest.cc',
95 'resources/task_graph_runner_unittest.cc',
96 'resources/texture_compressor_etc1_unittest.cc',
97 'resources/texture_mailbox_deleter_unittest.cc',
98 'resources/texture_uploader_unittest.cc', 97 'resources/texture_uploader_unittest.cc',
99 'resources/tile_manager_unittest.cc',
100 'resources/tile_priority_unittest.cc',
101 'resources/tile_task_worker_pool_unittest.cc',
102 'resources/video_resource_updater_unittest.cc', 98 'resources/video_resource_updater_unittest.cc',
103 'scheduler/begin_frame_source_unittest.cc', 99 'scheduler/begin_frame_source_unittest.cc',
104 'scheduler/delay_based_time_source_unittest.cc', 100 'scheduler/delay_based_time_source_unittest.cc',
105 'scheduler/scheduler_state_machine_unittest.cc', 101 'scheduler/scheduler_state_machine_unittest.cc',
106 'scheduler/scheduler_unittest.cc', 102 'scheduler/scheduler_unittest.cc',
107 'test/layer_tree_json_parser_unittest.cc', 103 'test/layer_tree_json_parser_unittest.cc',
108 'test/ordered_simple_task_runner_unittest.cc', 104 'test/ordered_simple_task_runner_unittest.cc',
109 'test/test_web_graphics_context_3d_unittest.cc', 105 'test/test_web_graphics_context_3d_unittest.cc',
106 'tiles/picture_layer_tiling_set_unittest.cc',
107 'tiles/picture_layer_tiling_unittest.cc',
108 'tiles/tile_manager_unittest.cc',
109 'tiles/tile_priority_unittest.cc',
110 'trees/blocking_task_runner_unittest.cc', 110 'trees/blocking_task_runner_unittest.cc',
111 'trees/damage_tracker_unittest.cc', 111 'trees/damage_tracker_unittest.cc',
112 'trees/layer_tree_host_common_unittest.cc', 112 'trees/layer_tree_host_common_unittest.cc',
113 'trees/layer_tree_host_impl_unittest.cc', 113 'trees/layer_tree_host_impl_unittest.cc',
114 'trees/layer_tree_host_pixeltest_blending.cc', 114 'trees/layer_tree_host_pixeltest_blending.cc',
115 'trees/layer_tree_host_pixeltest_filters.cc', 115 'trees/layer_tree_host_pixeltest_filters.cc',
116 'trees/layer_tree_host_pixeltest_masks.cc', 116 'trees/layer_tree_host_pixeltest_masks.cc',
117 'trees/layer_tree_host_pixeltest_readback.cc', 117 'trees/layer_tree_host_pixeltest_readback.cc',
118 'trees/layer_tree_host_pixeltest_synchronous.cc', 118 'trees/layer_tree_host_pixeltest_synchronous.cc',
119 'trees/layer_tree_host_unittest.cc', 119 'trees/layer_tree_host_unittest.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 '../ui/gfx/gfx.gyp:gfx', 349 '../ui/gfx/gfx.gyp:gfx',
350 '../ui/gfx/gfx.gyp:gfx_geometry', 350 '../ui/gfx/gfx.gyp:gfx_geometry',
351 'cc.gyp:cc', 351 'cc.gyp:cc',
352 'cc.gyp:cc_surfaces', 352 'cc.gyp:cc_surfaces',
353 'cc_test_support', 353 'cc_test_support',
354 ], 354 ],
355 'sources': [ 355 'sources': [
356 # Note: sources list duplicated in GN build. 356 # Note: sources list duplicated in GN build.
357 'layers/layer_perftest.cc', 357 'layers/layer_perftest.cc',
358 'layers/picture_layer_impl_perftest.cc', 358 'layers/picture_layer_impl_perftest.cc',
359 'resources/picture_layer_tiling_perftest.cc', 359 'playback/picture_pile_impl_perftest.cc',
360 'resources/picture_pile_impl_perftest.cc', 360 'raster/task_graph_runner_perftest.cc',
361 'resources/task_graph_runner_perftest.cc', 361 'raster/texture_compressor_perftest.cc',
362 'resources/texture_compressor_perftest.cc', 362 'raster/tile_task_worker_pool_perftest.cc',
363 'resources/tile_manager_perftest.cc',
364 'resources/tile_task_worker_pool_perftest.cc',
365 'surfaces/surface_aggregator_perftest.cc', 363 'surfaces/surface_aggregator_perftest.cc',
366 'test/cc_test_suite.cc', 364 'test/cc_test_suite.cc',
367 'test/run_all_perftests.cc', 365 'test/run_all_perftests.cc',
366 'tiles/picture_layer_tiling_perftest.cc',
367 'tiles/tile_manager_perftest.cc',
368 'trees/layer_tree_host_common_perftest.cc', 368 'trees/layer_tree_host_common_perftest.cc',
369 'trees/layer_tree_host_perftest.cc', 369 'trees/layer_tree_host_perftest.cc',
370 'trees/occlusion_tracker_perftest.cc', 370 'trees/occlusion_tracker_perftest.cc',
371 ], 371 ],
372 'include_dirs': [ 372 'include_dirs': [
373 'test', 373 'test',
374 '.', 374 '.',
375 ], 375 ],
376 'conditions': [ 376 'conditions': [
377 ['OS == "android"', 377 ['OS == "android"',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
480 ], 480 ],
481 } 481 }
482 ], 482 ],
483 ], 483 ],
484 }, 484 },
485 ], 485 ],
486 }], 486 }],
487 ], 487 ],
488 } 488 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/frame_viewer_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698