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

Side by Side Diff: cc/cc_tests.gyp

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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/blink/web_image_layer_impl.cc ('k') | cc/debug/rasterize_and_record_benchmark_impl.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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'test/fake_scrollbar.cc', 185 'test/fake_scrollbar.cc',
186 'test/fake_scrollbar.h', 186 'test/fake_scrollbar.h',
187 'test/fake_tile_manager.cc', 187 'test/fake_tile_manager.cc',
188 'test/fake_tile_manager.h', 188 'test/fake_tile_manager.h',
189 'test/fake_tile_manager_client.cc', 189 'test/fake_tile_manager_client.cc',
190 'test/fake_tile_manager_client.h', 190 'test/fake_tile_manager_client.h',
191 'test/fake_ui_resource_layer_tree_host_impl.cc', 191 'test/fake_ui_resource_layer_tree_host_impl.cc',
192 'test/fake_ui_resource_layer_tree_host_impl.h', 192 'test/fake_ui_resource_layer_tree_host_impl.h',
193 'test/fake_video_frame_provider.cc', 193 'test/fake_video_frame_provider.cc',
194 'test/fake_video_frame_provider.h', 194 'test/fake_video_frame_provider.h',
195 'test/failure_output_surface.cc',
196 'test/failure_output_surface.h',
195 'test/geometry_test_utils.cc', 197 'test/geometry_test_utils.cc',
196 'test/geometry_test_utils.h', 198 'test/geometry_test_utils.h',
197 'test/test_in_process_context_provider.cc', 199 'test/test_in_process_context_provider.cc',
198 'test/test_in_process_context_provider.h', 200 'test/test_in_process_context_provider.h',
199 'test/impl_side_painting_settings.h', 201 'test/impl_side_painting_settings.h',
200 'test/layer_test_common.cc', 202 'test/layer_test_common.cc',
201 'test/layer_test_common.h', 203 'test/layer_test_common.h',
202 'test/layer_tree_host_common_test.cc', 204 'test/layer_tree_host_common_test.cc',
203 'test/layer_tree_host_common_test.h', 205 'test/layer_tree_host_common_test.h',
204 'test/layer_tree_json_parser.cc', 206 'test/layer_tree_json_parser.cc',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'variables': { 434 'variables': {
433 'test_suite_name': 'cc_perftests', 435 'test_suite_name': 'cc_perftests',
434 }, 436 },
435 'includes': [ '../build/apk_test.gypi' ], 437 'includes': [ '../build/apk_test.gypi' ],
436 }, 438 },
437 ], 439 ],
438 } 440 }
439 ] 441 ]
440 ], 442 ],
441 } 443 }
OLDNEW
« no previous file with comments | « cc/blink/web_image_layer_impl.cc ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698