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

Side by Side Diff: cc/cc_tests.gyp

Issue 384083002: WIP BSP Tree for 3D Layer Sorting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/output/bsp_tree.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'layers/solid_color_scrollbar_layer_impl_unittest.cc', 51 'layers/solid_color_scrollbar_layer_impl_unittest.cc',
52 'layers/surface_layer_impl_unittest.cc', 52 'layers/surface_layer_impl_unittest.cc',
53 'layers/texture_layer_unittest.cc', 53 'layers/texture_layer_unittest.cc',
54 'layers/texture_layer_impl_unittest.cc', 54 'layers/texture_layer_impl_unittest.cc',
55 'layers/tiled_layer_impl_unittest.cc', 55 'layers/tiled_layer_impl_unittest.cc',
56 'layers/tiled_layer_unittest.cc', 56 'layers/tiled_layer_unittest.cc',
57 'layers/ui_resource_layer_impl_unittest.cc', 57 'layers/ui_resource_layer_impl_unittest.cc',
58 'layers/ui_resource_layer_unittest.cc', 58 'layers/ui_resource_layer_unittest.cc',
59 'layers/video_layer_impl_unittest.cc', 59 'layers/video_layer_impl_unittest.cc',
60 'output/begin_frame_args_unittest.cc', 60 'output/begin_frame_args_unittest.cc',
61 'output/bsp_tree_unittest.cc',
61 'output/delegating_renderer_unittest.cc', 62 'output/delegating_renderer_unittest.cc',
62 'output/filter_operations_unittest.cc', 63 'output/filter_operations_unittest.cc',
63 'output/gl_renderer_unittest.cc', 64 'output/gl_renderer_unittest.cc',
64 'output/output_surface_unittest.cc', 65 'output/output_surface_unittest.cc',
65 'output/overlay_unittest.cc', 66 'output/overlay_unittest.cc',
66 'output/renderer_pixeltest.cc', 67 'output/renderer_pixeltest.cc',
67 'output/renderer_unittest.cc', 68 'output/renderer_unittest.cc',
68 'output/shader_unittest.cc', 69 'output/shader_unittest.cc',
69 'output/software_renderer_unittest.cc', 70 'output/software_renderer_unittest.cc',
70 'quads/draw_polygon_unittest.cc', 71 'quads/draw_polygon_unittest.cc',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'variables': { 411 'variables': {
411 'test_suite_name': 'cc_perftests', 412 'test_suite_name': 'cc_perftests',
412 }, 413 },
413 'includes': [ '../build/apk_test.gypi' ], 414 'includes': [ '../build/apk_test.gypi' ],
414 }, 415 },
415 ], 416 ],
416 } 417 }
417 ] 418 ]
418 ], 419 ],
419 } 420 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/output/bsp_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698