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

Side by Side Diff: cc/cc_tests.gyp

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use LayerTreeSettings::ToProtobuf, update comments. Created 5 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
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'trees/layer_tree_host_unittest_picture.cc', 142 'trees/layer_tree_host_unittest_picture.cc',
143 'trees/layer_tree_host_unittest_proxy.cc', 143 'trees/layer_tree_host_unittest_proxy.cc',
144 'trees/layer_tree_host_unittest_record_gpu_histogram.cc', 144 'trees/layer_tree_host_unittest_record_gpu_histogram.cc',
145 'trees/layer_tree_host_unittest_scroll.cc', 145 'trees/layer_tree_host_unittest_scroll.cc',
146 'trees/layer_tree_host_unittest_video.cc', 146 'trees/layer_tree_host_unittest_video.cc',
147 'trees/layer_tree_impl_unittest.cc', 147 'trees/layer_tree_impl_unittest.cc',
148 'trees/layer_tree_settings_unittest.cc', 148 'trees/layer_tree_settings_unittest.cc',
149 'trees/occlusion_tracker_unittest.cc', 149 'trees/occlusion_tracker_unittest.cc',
150 'trees/occlusion_unittest.cc', 150 'trees/occlusion_unittest.cc',
151 'trees/property_tree_unittest.cc', 151 'trees/property_tree_unittest.cc',
152 'trees/remote_channel_unittest.cc',
152 'trees/threaded_channel_unittest.cc', 153 'trees/threaded_channel_unittest.cc',
153 'trees/tree_synchronizer_unittest.cc', 154 'trees/tree_synchronizer_unittest.cc',
154 ], 155 ],
155 'cc_surfaces_unit_tests_source_files': [ 156 'cc_surfaces_unit_tests_source_files': [
156 'surfaces/display_unittest.cc', 157 'surfaces/display_unittest.cc',
157 'surfaces/display_scheduler_unittest.cc', 158 'surfaces/display_scheduler_unittest.cc',
158 'surfaces/surface_aggregator_unittest.cc', 159 'surfaces/surface_aggregator_unittest.cc',
159 'surfaces/surface_display_output_surface_unittest.cc', 160 'surfaces/surface_display_output_surface_unittest.cc',
160 'surfaces/surface_factory_unittest.cc', 161 'surfaces/surface_factory_unittest.cc',
161 'surfaces/surface_hittest_unittest.cc', 162 'surfaces/surface_hittest_unittest.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'test/pixel_test_output_surface.cc', 258 'test/pixel_test_output_surface.cc',
258 'test/pixel_test_output_surface.h', 259 'test/pixel_test_output_surface.h',
259 'test/pixel_test_software_output_device.cc', 260 'test/pixel_test_software_output_device.cc',
260 'test/pixel_test_software_output_device.h', 261 'test/pixel_test_software_output_device.h',
261 'test/pixel_test_utils.cc', 262 'test/pixel_test_utils.cc',
262 'test/pixel_test_utils.h', 263 'test/pixel_test_utils.h',
263 'test/proxy_impl_for_test.cc', 264 'test/proxy_impl_for_test.cc',
264 'test/proxy_impl_for_test.h', 265 'test/proxy_impl_for_test.h',
265 'test/proxy_main_for_test.cc', 266 'test/proxy_main_for_test.cc',
266 'test/proxy_main_for_test.h', 267 'test/proxy_main_for_test.h',
268 'test/remote_channel_impl_for_test.cc',
269 'test/remote_channel_impl_for_test.h',
270 'test/remote_proto_channel_bridge.cc',
271 'test/remote_proto_channel_bridge.h',
267 'test/render_pass_test_utils.cc', 272 'test/render_pass_test_utils.cc',
268 'test/render_pass_test_utils.h', 273 'test/render_pass_test_utils.h',
269 'test/scheduler_test_common.cc', 274 'test/scheduler_test_common.cc',
270 'test/scheduler_test_common.h', 275 'test/scheduler_test_common.h',
271 'test/skia_common.cc', 276 'test/skia_common.cc',
272 'test/skia_common.h', 277 'test/skia_common.h',
273 'test/solid_color_content_layer_client.cc', 278 'test/solid_color_content_layer_client.cc',
274 'test/solid_color_content_layer_client.h', 279 'test/solid_color_content_layer_client.h',
275 'test/surface_aggregator_test_helpers.cc', 280 'test/surface_aggregator_test_helpers.cc',
276 'test/surface_aggregator_test_helpers.h', 281 'test/surface_aggregator_test_helpers.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 433 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
429 '../skia/skia.gyp:skia', 434 '../skia/skia.gyp:skia',
430 '../testing/gmock.gyp:gmock', 435 '../testing/gmock.gyp:gmock',
431 '../testing/gtest.gyp:gtest', 436 '../testing/gtest.gyp:gtest',
432 '../third_party/mesa/mesa.gyp:osmesa', 437 '../third_party/mesa/mesa.gyp:osmesa',
433 '../ui/gfx/gfx.gyp:gfx', 438 '../ui/gfx/gfx.gyp:gfx',
434 '../ui/gfx/gfx.gyp:gfx_geometry', 439 '../ui/gfx/gfx.gyp:gfx_geometry',
435 '../ui/gfx/gfx.gyp:gfx_test_support', 440 '../ui/gfx/gfx.gyp:gfx_test_support',
436 '../ui/gl/gl.gyp:gl', 441 '../ui/gl/gl.gyp:gl',
437 '../ui/gl/gl.gyp:gl_test_support', 442 '../ui/gl/gl.gyp:gl_test_support',
443 'cc.gyp:cc_proto',
438 ], 444 ],
439 'sources': [ 445 'sources': [
440 '<@(cc_tests_support_files)', 446 '<@(cc_tests_support_files)',
441 ], 447 ],
442 }, 448 },
443 ], 449 ],
444 'conditions': [ 450 'conditions': [
445 ['OS == "android"', 451 ['OS == "android"',
446 { 452 {
447 'targets': [ 453 'targets': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 499 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
494 ], 500 ],
495 } 501 }
496 ], 502 ],
497 ], 503 ],
498 }, 504 },
499 ], 505 ],
500 }], 506 }],
501 ], 507 ],
502 } 508 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/proto/BUILD.gn » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698