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

Side by Side Diff: cc/cc.gyp

Issue 551463005: Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/layer_impl.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'trees/layer_tree_host.h', 474 'trees/layer_tree_host.h',
475 'trees/layer_tree_host_client.h', 475 'trees/layer_tree_host_client.h',
476 'trees/layer_tree_host_common.cc', 476 'trees/layer_tree_host_common.cc',
477 'trees/layer_tree_host_common.h', 477 'trees/layer_tree_host_common.h',
478 'trees/layer_tree_host_impl.cc', 478 'trees/layer_tree_host_impl.cc',
479 'trees/layer_tree_host_impl.h', 479 'trees/layer_tree_host_impl.h',
480 'trees/layer_tree_impl.cc', 480 'trees/layer_tree_impl.cc',
481 'trees/layer_tree_impl.h', 481 'trees/layer_tree_impl.h',
482 'trees/layer_tree_settings.cc', 482 'trees/layer_tree_settings.cc',
483 'trees/layer_tree_settings.h', 483 'trees/layer_tree_settings.h',
484 'trees/occlusion.cc',
485 'trees/occlusion.h',
486 'trees/occlusion_tracker.cc', 484 'trees/occlusion_tracker.cc',
487 'trees/occlusion_tracker.h', 485 'trees/occlusion_tracker.h',
488 'trees/proxy.cc', 486 'trees/proxy.cc',
489 'trees/proxy.h', 487 'trees/proxy.h',
490 'trees/proxy_timing_history.cc', 488 'trees/proxy_timing_history.cc',
491 'trees/proxy_timing_history.h', 489 'trees/proxy_timing_history.h',
492 'trees/scoped_abort_remaining_swap_promises.h', 490 'trees/scoped_abort_remaining_swap_promises.h',
493 'trees/single_thread_proxy.cc', 491 'trees/single_thread_proxy.cc',
494 'trees/single_thread_proxy.h', 492 'trees/single_thread_proxy.h',
495 'trees/thread_proxy.cc', 493 'trees/thread_proxy.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'surfaces/surface_id_allocator.h', 531 'surfaces/surface_id_allocator.h',
534 'surfaces/surface_manager.cc', 532 'surfaces/surface_manager.cc',
535 'surfaces/surface_manager.h', 533 'surfaces/surface_manager.h',
536 'surfaces/surface_resource_holder.cc', 534 'surfaces/surface_resource_holder.cc',
537 'surfaces/surface_resource_holder.h', 535 'surfaces/surface_resource_holder.h',
538 'surfaces/surfaces_export.h', 536 'surfaces/surfaces_export.h',
539 ], 537 ],
540 }, 538 },
541 ], 539 ],
542 } 540 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698