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

Side by Side Diff: cc/cc.gyp

Issue 1310283002: cc: Avoid duplicate work when computing draw properties using property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move RenderSurfaceDrawProperties to its own file Created 5 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/render_surface_draw_properties.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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'layers/painted_scrollbar_layer_impl.h', 214 'layers/painted_scrollbar_layer_impl.h',
215 'layers/picture_image_layer.cc', 215 'layers/picture_image_layer.cc',
216 'layers/picture_image_layer.h', 216 'layers/picture_image_layer.h',
217 'layers/picture_image_layer_impl.cc', 217 'layers/picture_image_layer_impl.cc',
218 'layers/picture_image_layer_impl.h', 218 'layers/picture_image_layer_impl.h',
219 'layers/picture_layer.cc', 219 'layers/picture_layer.cc',
220 'layers/picture_layer.h', 220 'layers/picture_layer.h',
221 'layers/picture_layer_impl.cc', 221 'layers/picture_layer_impl.cc',
222 'layers/picture_layer_impl.h', 222 'layers/picture_layer_impl.h',
223 'layers/render_pass_sink.h', 223 'layers/render_pass_sink.h',
224 'layers/render_surface_draw_properties.cc',
225 'layers/render_surface_draw_properties.h',
224 'layers/render_surface_impl.cc', 226 'layers/render_surface_impl.cc',
225 'layers/render_surface_impl.h', 227 'layers/render_surface_impl.h',
226 'layers/scrollbar_layer_impl_base.cc', 228 'layers/scrollbar_layer_impl_base.cc',
227 'layers/scrollbar_layer_impl_base.h', 229 'layers/scrollbar_layer_impl_base.h',
228 'layers/scrollbar_layer_interface.h', 230 'layers/scrollbar_layer_interface.h',
229 'layers/solid_color_layer.cc', 231 'layers/solid_color_layer.cc',
230 'layers/solid_color_layer.h', 232 'layers/solid_color_layer.h',
231 'layers/solid_color_layer_impl.cc', 233 'layers/solid_color_layer_impl.cc',
232 'layers/solid_color_layer_impl.h', 234 'layers/solid_color_layer_impl.h',
233 'layers/solid_color_scrollbar_layer.cc', 235 'layers/solid_color_scrollbar_layer.cc',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'surfaces/surface_resource_holder.cc', 617 'surfaces/surface_resource_holder.cc',
616 'surfaces/surface_resource_holder.h', 618 'surfaces/surface_resource_holder.h',
617 'surfaces/surfaces_export.h', 619 'surfaces/surfaces_export.h',
618 ], 620 ],
619 'includes': [ 621 'includes': [
620 '../build/android/increase_size_for_speed.gypi', 622 '../build/android/increase_size_for_speed.gypi',
621 ], 623 ],
622 }, 624 },
623 ], 625 ],
624 } 626 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/render_surface_draw_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698