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

Side by Side Diff: cc/cc.gyp

Issue 300323005: Route selection bounds updates through the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Defer selection updates until after compositor scheduling Created 6 years, 6 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 | « no previous file | cc/input/layer_selection_bound.h » ('j') | cc/input/layer_selection_bound.h » ('J')
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'debug/traced_picture.h', 133 'debug/traced_picture.h',
134 'debug/traced_value.cc', 134 'debug/traced_value.cc',
135 'debug/traced_value.h', 135 'debug/traced_value.h',
136 'debug/unittest_only_benchmark.cc', 136 'debug/unittest_only_benchmark.cc',
137 'debug/unittest_only_benchmark.h', 137 'debug/unittest_only_benchmark.h',
138 'debug/unittest_only_benchmark_impl.cc', 138 'debug/unittest_only_benchmark_impl.cc',
139 'debug/unittest_only_benchmark_impl.h', 139 'debug/unittest_only_benchmark_impl.h',
140 'input/input_handler.h', 140 'input/input_handler.h',
141 'input/page_scale_animation.cc', 141 'input/page_scale_animation.cc',
142 'input/page_scale_animation.h', 142 'input/page_scale_animation.h',
143 'input/layer_selection_bound.cc',
144 'input/layer_selection_bound.h',
145 'input/selection_bound_type.h',
143 'input/top_controls_manager.cc', 146 'input/top_controls_manager.cc',
144 'input/top_controls_manager.h', 147 'input/top_controls_manager.h',
145 'input/top_controls_manager_client.h', 148 'input/top_controls_manager_client.h',
146 'layers/append_quads_data.h', 149 'layers/append_quads_data.h',
147 'layers/content_layer.cc', 150 'layers/content_layer.cc',
148 'layers/content_layer.h', 151 'layers/content_layer.h',
149 'layers/content_layer_client.h', 152 'layers/content_layer_client.h',
150 'layers/contents_scaling_layer.cc', 153 'layers/contents_scaling_layer.cc',
151 'layers/contents_scaling_layer.h', 154 'layers/contents_scaling_layer.h',
152 'layers/delegated_frame_provider.cc', 155 'layers/delegated_frame_provider.cc',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'output/overlay_strategy_single_on_top.cc', 286 'output/overlay_strategy_single_on_top.cc',
284 'output/overlay_strategy_single_on_top.h', 287 'output/overlay_strategy_single_on_top.h',
285 'output/program_binding.cc', 288 'output/program_binding.cc',
286 'output/program_binding.h', 289 'output/program_binding.h',
287 'output/render_surface_filters.cc', 290 'output/render_surface_filters.cc',
288 'output/render_surface_filters.h', 291 'output/render_surface_filters.h',
289 'output/renderer.cc', 292 'output/renderer.cc',
290 'output/renderer.h', 293 'output/renderer.h',
291 'output/shader.cc', 294 'output/shader.cc',
292 'output/shader.h', 295 'output/shader.h',
296 'output/selection_bound.cc',
297 'output/selection_bound.h',
293 'output/software_frame_data.cc', 298 'output/software_frame_data.cc',
294 'output/software_frame_data.h', 299 'output/software_frame_data.h',
295 'output/software_output_device.cc', 300 'output/software_output_device.cc',
296 'output/software_output_device.h', 301 'output/software_output_device.h',
297 'output/software_renderer.cc', 302 'output/software_renderer.cc',
298 'output/software_renderer.h', 303 'output/software_renderer.h',
299 'quads/checkerboard_draw_quad.cc', 304 'quads/checkerboard_draw_quad.cc',
300 'quads/checkerboard_draw_quad.h', 305 'quads/checkerboard_draw_quad.h',
301 'quads/content_draw_quad_base.cc', 306 'quads/content_draw_quad_base.cc',
302 'quads/content_draw_quad_base.h', 307 'quads/content_draw_quad_base.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'surfaces/surface_aggregator.cc', 503 'surfaces/surface_aggregator.cc',
499 'surfaces/surface_aggregator.h', 504 'surfaces/surface_aggregator.h',
500 'surfaces/surface_client.h', 505 'surfaces/surface_client.h',
501 'surfaces/surface_manager.cc', 506 'surfaces/surface_manager.cc',
502 'surfaces/surface_manager.h', 507 'surfaces/surface_manager.h',
503 'surfaces/surfaces_export.h', 508 'surfaces/surfaces_export.h',
504 ], 509 ],
505 }, 510 },
506 ], 511 ],
507 } 512 }
OLDNEW
« no previous file with comments | « no previous file | cc/input/layer_selection_bound.h » ('j') | cc/input/layer_selection_bound.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698