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

Side by Side Diff: cc/cc_tests.gyp

Issue 13884018: cc: Add base64 encoding to picture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittests Created 7 years, 8 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 | « no previous file | cc/resources/picture.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 'layers/content_layer_unittest.cc', 10 'layers/content_layer_unittest.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'layers/layer_unittest.cc', 44 'layers/layer_unittest.cc',
45 'base/math_util_unittest.cc', 45 'base/math_util_unittest.cc',
46 'layers/nine_patch_layer_impl_unittest.cc', 46 'layers/nine_patch_layer_impl_unittest.cc',
47 'layers/nine_patch_layer_unittest.cc', 47 'layers/nine_patch_layer_unittest.cc',
48 'trees/occlusion_tracker_unittest.cc', 48 'trees/occlusion_tracker_unittest.cc',
49 'layers/picture_image_layer_impl_unittest.cc', 49 'layers/picture_image_layer_impl_unittest.cc',
50 'layers/picture_layer_impl_unittest.cc', 50 'layers/picture_layer_impl_unittest.cc',
51 'resources/picture_layer_tiling_set_unittest.cc', 51 'resources/picture_layer_tiling_set_unittest.cc',
52 'resources/picture_layer_tiling_unittest.cc', 52 'resources/picture_layer_tiling_unittest.cc',
53 'resources/picture_pile_impl_unittest.cc', 53 'resources/picture_pile_impl_unittest.cc',
54 'resources/picture_unittest.cc',
54 'resources/prioritized_resource_unittest.cc', 55 'resources/prioritized_resource_unittest.cc',
55 'trees/quad_culler_unittest.cc', 56 'trees/quad_culler_unittest.cc',
56 'base/region_unittest.cc', 57 'base/region_unittest.cc',
57 'quads/render_pass_unittest.cc', 58 'quads/render_pass_unittest.cc',
58 'output/render_surface_filters_unittest.cc', 59 'output/render_surface_filters_unittest.cc',
59 'layers/render_surface_unittest.cc', 60 'layers/render_surface_unittest.cc',
60 'resources/resource_provider_unittest.cc', 61 'resources/resource_provider_unittest.cc',
61 'resources/resource_update_controller_unittest.cc', 62 'resources/resource_update_controller_unittest.cc',
62 'scheduler/scheduler_state_machine_unittest.cc', 63 'scheduler/scheduler_state_machine_unittest.cc',
63 'scheduler/scheduler_unittest.cc', 64 'scheduler/scheduler_unittest.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'variables': { 301 'variables': {
301 'test_suite_name': 'cc_perftests', 302 'test_suite_name': 'cc_perftests',
302 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 303 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
303 }, 304 },
304 'includes': [ '../build/apk_test.gypi' ], 305 'includes': [ '../build/apk_test.gypi' ],
305 }, 306 },
306 ], 307 ],
307 }] 308 }]
308 ], 309 ],
309 } 310 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/picture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698