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

Side by Side Diff: cc/cc.gyp

Issue 666163006: Allow layers to signal that additional sequences are needed before surface destruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'layers/scrollbar_layer_impl_base.h', 212 'layers/scrollbar_layer_impl_base.h',
213 'layers/scrollbar_layer_interface.h', 213 'layers/scrollbar_layer_interface.h',
214 'layers/solid_color_layer.cc', 214 'layers/solid_color_layer.cc',
215 'layers/solid_color_layer.h', 215 'layers/solid_color_layer.h',
216 'layers/solid_color_layer_impl.cc', 216 'layers/solid_color_layer_impl.cc',
217 'layers/solid_color_layer_impl.h', 217 'layers/solid_color_layer_impl.h',
218 'layers/solid_color_scrollbar_layer.cc', 218 'layers/solid_color_scrollbar_layer.cc',
219 'layers/solid_color_scrollbar_layer.h', 219 'layers/solid_color_scrollbar_layer.h',
220 'layers/solid_color_scrollbar_layer_impl.cc', 220 'layers/solid_color_scrollbar_layer_impl.cc',
221 'layers/solid_color_scrollbar_layer_impl.h', 221 'layers/solid_color_scrollbar_layer_impl.h',
222 'layers/surface_holder.cc',
223 'layers/surface_holder.h',
222 'layers/surface_layer.cc', 224 'layers/surface_layer.cc',
223 'layers/surface_layer.h', 225 'layers/surface_layer.h',
224 'layers/surface_layer_impl.cc', 226 'layers/surface_layer_impl.cc',
225 'layers/surface_layer_impl.h', 227 'layers/surface_layer_impl.h',
226 'layers/texture_layer.cc', 228 'layers/texture_layer.cc',
227 'layers/texture_layer.h', 229 'layers/texture_layer.h',
228 'layers/texture_layer_client.h', 230 'layers/texture_layer_client.h',
229 'layers/texture_layer_impl.cc', 231 'layers/texture_layer_impl.cc',
230 'layers/texture_layer_impl.h', 232 'layers/texture_layer_impl.h',
231 'layers/tiled_layer.cc', 233 'layers/tiled_layer.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'surfaces/surface_resource_holder.cc', 545 'surfaces/surface_resource_holder.cc',
544 'surfaces/surface_resource_holder.h', 546 'surfaces/surface_resource_holder.h',
545 'surfaces/surfaces_export.h', 547 'surfaces/surfaces_export.h',
546 ], 548 ],
547 'includes': [ 549 'includes': [
548 '../build/android/increase_size_for_speed.gypi', 550 '../build/android/increase_size_for_speed.gypi',
549 ], 551 ],
550 }, 552 },
551 ], 553 ],
552 } 554 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/surface_holder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698