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

Side by Side Diff: cc/cc.gyp

Issue 2185823005: Make RenderViewImpl::OnForceRedraw more robust (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments and add tests Created 4 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
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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'output/delegating_renderer.cc', 278 'output/delegating_renderer.cc',
279 'output/delegating_renderer.h', 279 'output/delegating_renderer.h',
280 'output/direct_renderer.cc', 280 'output/direct_renderer.cc',
281 'output/direct_renderer.h', 281 'output/direct_renderer.h',
282 'output/dynamic_geometry_binding.cc', 282 'output/dynamic_geometry_binding.cc',
283 'output/dynamic_geometry_binding.h', 283 'output/dynamic_geometry_binding.h',
284 'output/filter_operation.cc', 284 'output/filter_operation.cc',
285 'output/filter_operation.h', 285 'output/filter_operation.h',
286 'output/filter_operations.cc', 286 'output/filter_operations.cc',
287 'output/filter_operations.h', 287 'output/filter_operations.h',
288 'output/forced_redraw_swap_promise.cc',
289 'output/forced_redraw_swap_promise.h',
288 'output/geometry_binding.cc', 290 'output/geometry_binding.cc',
289 'output/geometry_binding.h', 291 'output/geometry_binding.h',
290 'output/gl_frame_data.cc', 292 'output/gl_frame_data.cc',
291 'output/gl_frame_data.h', 293 'output/gl_frame_data.h',
292 'output/gl_renderer.cc', 294 'output/gl_renderer.cc',
293 'output/gl_renderer.h', 295 'output/gl_renderer.h',
294 'output/gl_renderer_draw_cache.cc', 296 'output/gl_renderer_draw_cache.cc',
295 'output/gl_renderer_draw_cache.h', 297 'output/gl_renderer_draw_cache.h',
296 'output/latency_info_swap_promise.cc', 298 'output/latency_info_swap_promise.cc',
297 'output/latency_info_swap_promise.h', 299 'output/latency_info_swap_promise.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'surfaces/surface_resource_holder.h', 721 'surfaces/surface_resource_holder.h',
720 'surfaces/surface_sequence.h', 722 'surfaces/surface_sequence.h',
721 'surfaces/surfaces_export.h', 723 'surfaces/surfaces_export.h',
722 ], 724 ],
723 'includes': [ 725 'includes': [
724 '../build/android/increase_size_for_speed.gypi', 726 '../build/android/increase_size_for_speed.gypi',
725 ], 727 ],
726 }, 728 },
727 ], 729 ],
728 } 730 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/surface_layer.cc » ('j') | cc/output/forced_redraw_swap_promise.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698