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

Side by Side Diff: cc/cc.gyp

Issue 996453002: Allow ui::Compositor to disable commits during tab-switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 5 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/trees/proxy.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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'trees/draw_property_utils.h', 533 'trees/draw_property_utils.h',
534 'trees/layer_sorter.cc', 534 'trees/layer_sorter.cc',
535 'trees/layer_sorter.h', 535 'trees/layer_sorter.h',
536 'trees/layer_tree_host.cc', 536 'trees/layer_tree_host.cc',
537 'trees/layer_tree_host.h', 537 'trees/layer_tree_host.h',
538 'trees/layer_tree_host_client.h', 538 'trees/layer_tree_host_client.h',
539 'trees/layer_tree_host_common.cc', 539 'trees/layer_tree_host_common.cc',
540 'trees/layer_tree_host_common.h', 540 'trees/layer_tree_host_common.h',
541 'trees/layer_tree_host_impl.cc', 541 'trees/layer_tree_host_impl.cc',
542 'trees/layer_tree_host_impl.h', 542 'trees/layer_tree_host_impl.h',
543 'trees/layer_tree_host_single_thread_client.h',
543 'trees/layer_tree_impl.cc', 544 'trees/layer_tree_impl.cc',
544 'trees/layer_tree_impl.h', 545 'trees/layer_tree_impl.h',
545 'trees/layer_tree_settings.cc', 546 'trees/layer_tree_settings.cc',
546 'trees/layer_tree_settings.h', 547 'trees/layer_tree_settings.h',
547 'trees/occlusion.cc', 548 'trees/occlusion.cc',
548 'trees/occlusion.h', 549 'trees/occlusion.h',
549 'trees/occlusion_tracker.cc', 550 'trees/occlusion_tracker.cc',
550 'trees/occlusion_tracker.h', 551 'trees/occlusion_tracker.h',
551 'trees/property_tree.cc', 552 'trees/property_tree.cc',
552 'trees/property_tree.h', 553 'trees/property_tree.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'surfaces/surface_resource_holder.cc', 611 'surfaces/surface_resource_holder.cc',
611 'surfaces/surface_resource_holder.h', 612 'surfaces/surface_resource_holder.h',
612 'surfaces/surfaces_export.h', 613 'surfaces/surfaces_export.h',
613 ], 614 ],
614 'includes': [ 615 'includes': [
615 '../build/android/increase_size_for_speed.gypi', 616 '../build/android/increase_size_for_speed.gypi',
616 ], 617 ],
617 }, 618 },
618 ], 619 ],
619 } 620 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/trees/proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698