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

Side by Side Diff: cc/cc.gyp

Issue 2113483002: Make RootScroller set the outer viewport scroll layer in the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'trees/proxy_common.h', 576 'trees/proxy_common.h',
577 'trees/proxy_impl.cc', 577 'trees/proxy_impl.cc',
578 'trees/proxy_impl.h', 578 'trees/proxy_impl.h',
579 'trees/proxy_main.cc', 579 'trees/proxy_main.cc',
580 'trees/proxy_main.h', 580 'trees/proxy_main.h',
581 'trees/remote_channel_impl.cc', 581 'trees/remote_channel_impl.cc',
582 'trees/remote_channel_impl.h', 582 'trees/remote_channel_impl.h',
583 'trees/remote_channel_main.cc', 583 'trees/remote_channel_main.cc',
584 'trees/remote_channel_main.h', 584 'trees/remote_channel_main.h',
585 'trees/remote_proto_channel.h', 585 'trees/remote_proto_channel.h',
586 'trees/root_scroller_controller.cc',
587 'trees/root_scroller_controller.h',
586 'trees/scoped_abort_remaining_swap_promises.h', 588 'trees/scoped_abort_remaining_swap_promises.h',
587 'trees/single_thread_proxy.cc', 589 'trees/single_thread_proxy.cc',
588 'trees/single_thread_proxy.h', 590 'trees/single_thread_proxy.h',
589 'trees/swap_promise_monitor.cc', 591 'trees/swap_promise_monitor.cc',
590 'trees/swap_promise_monitor.h', 592 'trees/swap_promise_monitor.h',
591 'trees/task_runner_provider.cc', 593 'trees/task_runner_provider.cc',
592 'trees/task_runner_provider.h', 594 'trees/task_runner_provider.h',
593 'trees/threaded_channel.cc', 595 'trees/threaded_channel.cc',
594 'trees/threaded_channel.h', 596 'trees/threaded_channel.h',
595 'trees/tree_synchronizer.cc', 597 'trees/tree_synchronizer.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'surfaces/surface_resource_holder.h', 705 'surfaces/surface_resource_holder.h',
704 'surfaces/surface_sequence.h', 706 'surfaces/surface_sequence.h',
705 'surfaces/surfaces_export.h', 707 'surfaces/surfaces_export.h',
706 ], 708 ],
707 'includes': [ 709 'includes': [
708 '../build/android/increase_size_for_speed.gypi', 710 '../build/android/increase_size_for_speed.gypi',
709 ], 711 ],
710 }, 712 },
711 ], 713 ],
712 } 714 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/trees/layer_tree_host.h » ('j') | cc/trees/layer_tree_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698