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

Side by Side Diff: cc/cc_tests.gyp

Issue 1460503004: Add support for converting cc::Region to and from protobuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-more-conversions
Patch Set: Added a test for subtraction of overlapping rects 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/playback/clip_path_display_item.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'output/overlay_unittest.cc', 77 'output/overlay_unittest.cc',
78 'output/renderer_pixeltest.cc', 78 'output/renderer_pixeltest.cc',
79 'output/renderer_unittest.cc', 79 'output/renderer_unittest.cc',
80 'output/shader_unittest.cc', 80 'output/shader_unittest.cc',
81 'output/software_renderer_unittest.cc', 81 'output/software_renderer_unittest.cc',
82 'output/texture_mailbox_deleter_unittest.cc', 82 'output/texture_mailbox_deleter_unittest.cc',
83 'playback/discardable_image_map_unittest.cc', 83 'playback/discardable_image_map_unittest.cc',
84 'playback/display_item_list_unittest.cc', 84 'playback/display_item_list_unittest.cc',
85 'playback/display_list_raster_source_unittest.cc', 85 'playback/display_list_raster_source_unittest.cc',
86 'playback/display_list_recording_source_unittest.cc', 86 'playback/display_list_recording_source_unittest.cc',
87 'proto/cc_conversions_unittest.cc',
87 'proto/gfx_conversions_unittest.cc', 88 'proto/gfx_conversions_unittest.cc',
88 'proto/skia_conversions_unittest.cc', 89 'proto/skia_conversions_unittest.cc',
89 'quads/draw_polygon_unittest.cc', 90 'quads/draw_polygon_unittest.cc',
90 'quads/draw_quad_unittest.cc', 91 'quads/draw_quad_unittest.cc',
91 'quads/render_pass_unittest.cc', 92 'quads/render_pass_unittest.cc',
92 'raster/scoped_gpu_raster_unittest.cc', 93 'raster/scoped_gpu_raster_unittest.cc',
93 'raster/task_graph_runner_unittest.cc', 94 'raster/task_graph_runner_unittest.cc',
94 'raster/texture_compressor_etc1_unittest.cc', 95 'raster/texture_compressor_etc1_unittest.cc',
95 'raster/tile_task_worker_pool_unittest.cc', 96 'raster/tile_task_worker_pool_unittest.cc',
96 'resources/platform_color_unittest.cc', 97 'resources/platform_color_unittest.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 465 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
465 ], 466 ],
466 } 467 }
467 ], 468 ],
468 ], 469 ],
469 }, 470 },
470 ], 471 ],
471 }], 472 }],
472 ], 473 ],
473 } 474 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/playback/clip_path_display_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698