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 1783613004: CC Animation: Erase cc::LayerSettings everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eraseandroid
Patch Set: Rebase. Created 4 years, 9 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
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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'test/layer_test_common.cc', 237 'test/layer_test_common.cc',
238 'test/layer_test_common.h', 238 'test/layer_test_common.h',
239 'test/layer_tree_host_common_test.cc', 239 'test/layer_tree_host_common_test.cc',
240 'test/layer_tree_host_common_test.h', 240 'test/layer_tree_host_common_test.h',
241 'test/layer_tree_json_parser.cc', 241 'test/layer_tree_json_parser.cc',
242 'test/layer_tree_json_parser.h', 242 'test/layer_tree_json_parser.h',
243 'test/layer_tree_pixel_resource_test.cc', 243 'test/layer_tree_pixel_resource_test.cc',
244 'test/layer_tree_pixel_resource_test.h', 244 'test/layer_tree_pixel_resource_test.h',
245 'test/layer_tree_pixel_test.cc', 245 'test/layer_tree_pixel_test.cc',
246 'test/layer_tree_pixel_test.h', 246 'test/layer_tree_pixel_test.h',
247 'test/layer_tree_settings_for_testing.cc',
248 'test/layer_tree_settings_for_testing.h',
249 'test/layer_tree_test.cc', 247 'test/layer_tree_test.cc',
250 'test/layer_tree_test.h', 248 'test/layer_tree_test.h',
251 'test/mock_helper.h', 249 'test/mock_helper.h',
252 'test/mock_occlusion_tracker.h', 250 'test/mock_occlusion_tracker.h',
253 'test/ordered_simple_task_runner.cc', 251 'test/ordered_simple_task_runner.cc',
254 'test/ordered_simple_task_runner.h', 252 'test/ordered_simple_task_runner.h',
255 'test/ordered_texture_map.cc', 253 'test/ordered_texture_map.cc',
256 'test/ordered_texture_map.h', 254 'test/ordered_texture_map.h',
257 'test/paths.cc', 255 'test/paths.cc',
258 'test/paths.h', 256 'test/paths.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
505 ], 503 ],
506 } 504 }
507 ], 505 ],
508 ], 506 ],
509 }, 507 },
510 ], 508 ],
511 }], 509 }],
512 ], 510 ],
513 } 511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698