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

Side by Side Diff: cc/cc_tests.gyp

Issue 16968002: Move implementation of WebFilterOperations into cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « cc/cc.gyp ('k') | cc/layers/delegated_renderer_layer_impl_unittest.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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 21 matching lines...) Expand all
32 'layers/nine_patch_layer_unittest.cc', 32 'layers/nine_patch_layer_unittest.cc',
33 'layers/picture_image_layer_impl_unittest.cc', 33 'layers/picture_image_layer_impl_unittest.cc',
34 'layers/picture_layer_impl_unittest.cc', 34 'layers/picture_layer_impl_unittest.cc',
35 'layers/render_surface_unittest.cc', 35 'layers/render_surface_unittest.cc',
36 'layers/scrollbar_layer_unittest.cc', 36 'layers/scrollbar_layer_unittest.cc',
37 'layers/solid_color_layer_impl_unittest.cc', 37 'layers/solid_color_layer_impl_unittest.cc',
38 'layers/texture_layer_unittest.cc', 38 'layers/texture_layer_unittest.cc',
39 'layers/tiled_layer_impl_unittest.cc', 39 'layers/tiled_layer_impl_unittest.cc',
40 'layers/tiled_layer_unittest.cc', 40 'layers/tiled_layer_unittest.cc',
41 'output/delegating_renderer_unittest.cc', 41 'output/delegating_renderer_unittest.cc',
42 'output/filter_operations_unittest.cc',
42 'output/gl_renderer_unittest.cc', 43 'output/gl_renderer_unittest.cc',
43 'output/output_surface_unittest.cc', 44 'output/output_surface_unittest.cc',
44 'output/renderer_pixeltest.cc', 45 'output/renderer_pixeltest.cc',
45 'output/render_surface_filters_unittest.cc', 46 'output/render_surface_filters_unittest.cc',
46 'output/shader_unittest.cc', 47 'output/shader_unittest.cc',
47 'output/software_renderer_unittest.cc', 48 'output/software_renderer_unittest.cc',
48 'output/texture_copier_unittest.cc', 49 'output/texture_copier_unittest.cc',
49 'quads/draw_quad_unittest.cc', 50 'quads/draw_quad_unittest.cc',
50 'quads/render_pass_unittest.cc', 51 'quads/render_pass_unittest.cc',
51 'resources/layer_quad_unittest.cc', 52 'resources/layer_quad_unittest.cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'variables': { 324 'variables': {
324 'test_suite_name': 'cc_perftests', 325 'test_suite_name': 'cc_perftests',
325 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 326 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
326 }, 327 },
327 'includes': [ '../build/apk_test.gypi' ], 328 'includes': [ '../build/apk_test.gypi' ],
328 }, 329 },
329 ], 330 ],
330 }] 331 }]
331 ], 332 ],
332 } 333 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/delegated_renderer_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698