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

Side by Side Diff: cc/cc.gyp

Issue 1126963006: Move VISUAL_STATE promise to activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Current state (presubmit warnings, cc_unittests tests failing) Created 5 years, 7 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/layers/surface_layer.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'layers/ui_resource_layer_impl.h', 246 'layers/ui_resource_layer_impl.h',
247 'layers/video_frame_provider.h', 247 'layers/video_frame_provider.h',
248 'layers/video_frame_provider_client_impl.cc', 248 'layers/video_frame_provider_client_impl.cc',
249 'layers/video_frame_provider_client_impl.h', 249 'layers/video_frame_provider_client_impl.h',
250 'layers/video_layer.cc', 250 'layers/video_layer.cc',
251 'layers/video_layer.h', 251 'layers/video_layer.h',
252 'layers/video_layer_impl.cc', 252 'layers/video_layer_impl.cc',
253 'layers/video_layer_impl.h', 253 'layers/video_layer_impl.h',
254 'layers/viewport.cc', 254 'layers/viewport.cc',
255 'layers/viewport.h', 255 'layers/viewport.h',
256 'output/activation_promise.cc',
257 'output/activation_promise.h',
256 'output/begin_frame_args.cc', 258 'output/begin_frame_args.cc',
257 'output/begin_frame_args.h', 259 'output/begin_frame_args.h',
258 'output/bsp_tree.cc', 260 'output/bsp_tree.cc',
259 'output/bsp_tree.h', 261 'output/bsp_tree.h',
260 'output/bsp_walk_action.cc', 262 'output/bsp_walk_action.cc',
261 'output/bsp_walk_action.h', 263 'output/bsp_walk_action.h',
262 'output/compositor_frame.cc', 264 'output/compositor_frame.cc',
263 'output/compositor_frame.h', 265 'output/compositor_frame.h',
264 'output/compositor_frame_ack.cc', 266 'output/compositor_frame_ack.cc',
265 'output/compositor_frame_ack.h', 267 'output/compositor_frame_ack.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'output/overlay_processor.cc', 306 'output/overlay_processor.cc',
305 'output/overlay_processor.h', 307 'output/overlay_processor.h',
306 'output/overlay_strategy_common.cc', 308 'output/overlay_strategy_common.cc',
307 'output/overlay_strategy_common.h', 309 'output/overlay_strategy_common.h',
308 'output/overlay_strategy_single_on_top.cc', 310 'output/overlay_strategy_single_on_top.cc',
309 'output/overlay_strategy_single_on_top.h', 311 'output/overlay_strategy_single_on_top.h',
310 'output/overlay_strategy_underlay.cc', 312 'output/overlay_strategy_underlay.cc',
311 'output/overlay_strategy_underlay.h', 313 'output/overlay_strategy_underlay.h',
312 'output/program_binding.cc', 314 'output/program_binding.cc',
313 'output/program_binding.h', 315 'output/program_binding.h',
316 'output/promise.cc',
317 'output/promise.h',
318 'output/promise_list.cc',
319 'output/promise_list.h',
314 'output/render_surface_filters.cc', 320 'output/render_surface_filters.cc',
315 'output/render_surface_filters.h', 321 'output/render_surface_filters.h',
316 'output/renderer.cc', 322 'output/renderer.cc',
317 'output/renderer.h', 323 'output/renderer.h',
318 'output/renderer_capabilities.cc', 324 'output/renderer_capabilities.cc',
319 'output/renderer_capabilities.h', 325 'output/renderer_capabilities.h',
320 'output/renderer_settings.cc', 326 'output/renderer_settings.cc',
321 'output/renderer_settings.h', 327 'output/renderer_settings.h',
322 'output/shader.cc', 328 'output/shader.cc',
323 'output/shader.h', 329 'output/shader.h',
324 'output/software_frame_data.cc', 330 'output/software_frame_data.cc',
325 'output/software_frame_data.h', 331 'output/software_frame_data.h',
326 'output/software_output_device.cc', 332 'output/software_output_device.cc',
327 'output/software_output_device.h', 333 'output/software_output_device.h',
328 'output/software_renderer.cc', 334 'output/software_renderer.cc',
329 'output/software_renderer.h', 335 'output/software_renderer.h',
330 'output/static_geometry_binding.cc', 336 'output/static_geometry_binding.cc',
331 'output/static_geometry_binding.h', 337 'output/static_geometry_binding.h',
338 'output/swap_promise.cc',
332 'output/swap_promise.h', 339 'output/swap_promise.h',
333 'output/viewport_selection_bound.cc', 340 'output/viewport_selection_bound.cc',
334 'output/viewport_selection_bound.h', 341 'output/viewport_selection_bound.h',
335 'output/vsync_parameter_observer.h', 342 'output/vsync_parameter_observer.h',
336 'quads/checkerboard_draw_quad.cc', 343 'quads/checkerboard_draw_quad.cc',
337 'quads/checkerboard_draw_quad.h', 344 'quads/checkerboard_draw_quad.h',
338 'quads/content_draw_quad_base.cc', 345 'quads/content_draw_quad_base.cc',
339 'quads/content_draw_quad_base.h', 346 'quads/content_draw_quad_base.h',
340 'quads/debug_border_draw_quad.cc', 347 'quads/debug_border_draw_quad.cc',
341 'quads/debug_border_draw_quad.h', 348 'quads/debug_border_draw_quad.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'surfaces/surface_resource_holder.cc', 633 'surfaces/surface_resource_holder.cc',
627 'surfaces/surface_resource_holder.h', 634 'surfaces/surface_resource_holder.h',
628 'surfaces/surfaces_export.h', 635 'surfaces/surfaces_export.h',
629 ], 636 ],
630 'includes': [ 637 'includes': [
631 '../build/android/increase_size_for_speed.gypi', 638 '../build/android/increase_size_for_speed.gypi',
632 ], 639 ],
633 }, 640 },
634 ], 641 ],
635 } 642 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/surface_layer.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698