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

Side by Side Diff: cc/cc.gyp

Issue 1215183004: Arrange compositor scrolling into scroll customization format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 5 years, 4 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/cc_tests.gyp » ('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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'debug/unittest_only_benchmark_impl.cc', 157 'debug/unittest_only_benchmark_impl.cc',
158 'debug/unittest_only_benchmark_impl.h', 158 'debug/unittest_only_benchmark_impl.h',
159 'input/input_handler.cc', 159 'input/input_handler.cc',
160 'input/input_handler.h', 160 'input/input_handler.h',
161 'input/layer_selection_bound.cc', 161 'input/layer_selection_bound.cc',
162 'input/layer_selection_bound.h', 162 'input/layer_selection_bound.h',
163 'input/page_scale_animation.cc', 163 'input/page_scale_animation.cc',
164 'input/page_scale_animation.h', 164 'input/page_scale_animation.h',
165 'input/scroll_elasticity_helper.cc', 165 'input/scroll_elasticity_helper.cc',
166 'input/scroll_elasticity_helper.h', 166 'input/scroll_elasticity_helper.h',
167 'input/scroll_state.cc',
168 'input/scroll_state.h',
167 'input/selection_bound_type.h', 169 'input/selection_bound_type.h',
168 'input/selection.h', 170 'input/selection.h',
169 'input/top_controls_manager.cc', 171 'input/top_controls_manager.cc',
170 'input/top_controls_manager.h', 172 'input/top_controls_manager.h',
171 'input/top_controls_manager_client.h', 173 'input/top_controls_manager_client.h',
172 'layers/append_quads_data.h', 174 'layers/append_quads_data.h',
173 'layers/content_layer_client.h', 175 'layers/content_layer_client.h',
174 'layers/delegated_frame_provider.cc', 176 'layers/delegated_frame_provider.cc',
175 'layers/delegated_frame_provider.h', 177 'layers/delegated_frame_provider.h',
176 'layers/delegated_frame_resource_collection.cc', 178 'layers/delegated_frame_resource_collection.cc',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'surfaces/surface_resource_holder.cc', 615 'surfaces/surface_resource_holder.cc',
614 'surfaces/surface_resource_holder.h', 616 'surfaces/surface_resource_holder.h',
615 'surfaces/surfaces_export.h', 617 'surfaces/surfaces_export.h',
616 ], 618 ],
617 'includes': [ 619 'includes': [
618 '../build/android/increase_size_for_speed.gypi', 620 '../build/android/increase_size_for_speed.gypi',
619 ], 621 ],
620 }, 622 },
621 ], 623 ],
622 } 624 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698