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

Side by Side Diff: cc/cc_tests.gyp

Issue 2128633002: cc: Set up the framework to restrict access to Layer internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move out the inner struct. Created 4 years, 5 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 | « cc/BUILD.gn ('k') | cc/layers/heads_up_display_layer.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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'test/fake_tile_manager_client.cc', 236 'test/fake_tile_manager_client.cc',
237 'test/fake_tile_manager_client.h', 237 'test/fake_tile_manager_client.h',
238 'test/fake_tile_task_manager.cc', 238 'test/fake_tile_task_manager.cc',
239 'test/fake_tile_task_manager.h', 239 'test/fake_tile_task_manager.h',
240 'test/fake_ui_resource_layer_tree_host_impl.cc', 240 'test/fake_ui_resource_layer_tree_host_impl.cc',
241 'test/fake_ui_resource_layer_tree_host_impl.h', 241 'test/fake_ui_resource_layer_tree_host_impl.h',
242 'test/fake_video_frame_provider.cc', 242 'test/fake_video_frame_provider.cc',
243 'test/fake_video_frame_provider.h', 243 'test/fake_video_frame_provider.h',
244 'test/geometry_test_utils.cc', 244 'test/geometry_test_utils.cc',
245 'test/geometry_test_utils.h', 245 'test/geometry_test_utils.h',
246 'test/layer_internals_for_test.cc',
247 'test/layer_internals_for_test.h',
246 'test/layer_test_common.cc', 248 'test/layer_test_common.cc',
247 'test/layer_test_common.h', 249 'test/layer_test_common.h',
248 'test/layer_tree_host_common_test.cc', 250 'test/layer_tree_host_common_test.cc',
249 'test/layer_tree_host_common_test.h', 251 'test/layer_tree_host_common_test.h',
250 'test/layer_tree_json_parser.cc', 252 'test/layer_tree_json_parser.cc',
251 'test/layer_tree_json_parser.h', 253 'test/layer_tree_json_parser.h',
252 'test/layer_tree_pixel_resource_test.cc', 254 'test/layer_tree_pixel_resource_test.cc',
253 'test/layer_tree_pixel_resource_test.h', 255 'test/layer_tree_pixel_resource_test.h',
254 'test/layer_tree_pixel_test.cc', 256 'test/layer_tree_pixel_test.cc',
255 'test/layer_tree_pixel_test.h', 257 'test/layer_tree_pixel_test.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 531 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
530 ], 532 ],
531 } 533 }
532 ], 534 ],
533 ], 535 ],
534 }, 536 },
535 ], 537 ],
536 }], 538 }],
537 ], 539 ],
538 } 540 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/heads_up_display_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698