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

Side by Side Diff: cc/cc.gyp

Issue 986443003: Move viewport scrolling logic into separate class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: aelias 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/layers/viewport.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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'layers/ui_resource_layer.h', 241 'layers/ui_resource_layer.h',
242 'layers/ui_resource_layer_impl.cc', 242 'layers/ui_resource_layer_impl.cc',
243 'layers/ui_resource_layer_impl.h', 243 'layers/ui_resource_layer_impl.h',
244 'layers/video_frame_provider.h', 244 'layers/video_frame_provider.h',
245 'layers/video_frame_provider_client_impl.cc', 245 'layers/video_frame_provider_client_impl.cc',
246 'layers/video_frame_provider_client_impl.h', 246 'layers/video_frame_provider_client_impl.h',
247 'layers/video_layer.cc', 247 'layers/video_layer.cc',
248 'layers/video_layer.h', 248 'layers/video_layer.h',
249 'layers/video_layer_impl.cc', 249 'layers/video_layer_impl.cc',
250 'layers/video_layer_impl.h', 250 'layers/video_layer_impl.h',
251 'layers/viewport.cc',
252 'layers/viewport.h',
251 'output/begin_frame_args.cc', 253 'output/begin_frame_args.cc',
252 'output/begin_frame_args.h', 254 'output/begin_frame_args.h',
253 'output/bsp_tree.cc', 255 'output/bsp_tree.cc',
254 'output/bsp_tree.h', 256 'output/bsp_tree.h',
255 'output/bsp_walk_action.cc', 257 'output/bsp_walk_action.cc',
256 'output/bsp_walk_action.h', 258 'output/bsp_walk_action.h',
257 'output/compositor_frame.cc', 259 'output/compositor_frame.cc',
258 'output/compositor_frame.h', 260 'output/compositor_frame.h',
259 'output/compositor_frame_ack.cc', 261 'output/compositor_frame_ack.cc',
260 'output/compositor_frame_ack.h', 262 'output/compositor_frame_ack.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'surfaces/surface_resource_holder.cc', 621 'surfaces/surface_resource_holder.cc',
620 'surfaces/surface_resource_holder.h', 622 'surfaces/surface_resource_holder.h',
621 'surfaces/surfaces_export.h', 623 'surfaces/surfaces_export.h',
622 ], 624 ],
623 'includes': [ 625 'includes': [
624 '../build/android/increase_size_for_speed.gypi', 626 '../build/android/increase_size_for_speed.gypi',
625 ], 627 ],
626 }, 628 },
627 ], 629 ],
628 } 630 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/viewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698