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

Side by Side Diff: cc/cc_tests.gyp

Issue 273823002: Adding gtest helpers for BeginFrameArgs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change EXPECT_EQ(true/false to EXPECT_TRUE/FALSE(. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/output/begin_frame_args.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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'layers/solid_color_layer_impl_unittest.cc', 47 'layers/solid_color_layer_impl_unittest.cc',
48 'layers/solid_color_scrollbar_layer_impl_unittest.cc', 48 'layers/solid_color_scrollbar_layer_impl_unittest.cc',
49 'layers/surface_layer_impl_unittest.cc', 49 'layers/surface_layer_impl_unittest.cc',
50 'layers/texture_layer_unittest.cc', 50 'layers/texture_layer_unittest.cc',
51 'layers/texture_layer_impl_unittest.cc', 51 'layers/texture_layer_impl_unittest.cc',
52 'layers/tiled_layer_impl_unittest.cc', 52 'layers/tiled_layer_impl_unittest.cc',
53 'layers/tiled_layer_unittest.cc', 53 'layers/tiled_layer_unittest.cc',
54 'layers/ui_resource_layer_impl_unittest.cc', 54 'layers/ui_resource_layer_impl_unittest.cc',
55 'layers/ui_resource_layer_unittest.cc', 55 'layers/ui_resource_layer_unittest.cc',
56 'layers/video_layer_impl_unittest.cc', 56 'layers/video_layer_impl_unittest.cc',
57 'output/begin_frame_args_unittest.cc',
57 'output/delegating_renderer_unittest.cc', 58 'output/delegating_renderer_unittest.cc',
58 'output/filter_operations_unittest.cc', 59 'output/filter_operations_unittest.cc',
59 'output/gl_renderer_unittest.cc', 60 'output/gl_renderer_unittest.cc',
60 'output/output_surface_unittest.cc', 61 'output/output_surface_unittest.cc',
61 'output/overlay_unittest.cc', 62 'output/overlay_unittest.cc',
62 'output/renderer_pixeltest.cc', 63 'output/renderer_pixeltest.cc',
63 'output/renderer_unittest.cc', 64 'output/renderer_unittest.cc',
64 'output/shader_unittest.cc', 65 'output/shader_unittest.cc',
65 'output/software_renderer_unittest.cc', 66 'output/software_renderer_unittest.cc',
66 'quads/draw_quad_unittest.cc', 67 'quads/draw_quad_unittest.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'variables': { 399 'variables': {
399 'test_suite_name': 'cc_perftests', 400 'test_suite_name': 'cc_perftests',
400 }, 401 },
401 'includes': [ '../build/apk_test.gypi' ], 402 'includes': [ '../build/apk_test.gypi' ],
402 }, 403 },
403 ], 404 ],
404 } 405 }
405 ] 406 ]
406 ], 407 ],
407 } 408 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/begin_frame_args.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698