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

Side by Side Diff: cc/cc.gyp

Issue 221833009: cc: Move scheduling logic out of OutputSurface (Closed) Base URL: http://git.chromium.org/chromium/src.git@swapAck2Sched11
Patch Set: Remove invalid DCHECK causing flake Created 6 years, 8 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/cc_tests.gyp » ('j') | cc/output/begin_frame_args.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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'resources/ui_resource_bitmap.cc', 417 'resources/ui_resource_bitmap.cc',
418 'resources/ui_resource_bitmap.h', 418 'resources/ui_resource_bitmap.h',
419 'resources/ui_resource_client.h', 419 'resources/ui_resource_client.h',
420 'resources/ui_resource_request.cc', 420 'resources/ui_resource_request.cc',
421 'resources/ui_resource_request.h', 421 'resources/ui_resource_request.h',
422 'resources/video_resource_updater.cc', 422 'resources/video_resource_updater.cc',
423 'resources/video_resource_updater.h', 423 'resources/video_resource_updater.h',
424 'scheduler/delay_based_time_source.cc', 424 'scheduler/delay_based_time_source.cc',
425 'scheduler/delay_based_time_source.h', 425 'scheduler/delay_based_time_source.h',
426 'scheduler/draw_swap_readback_result.h', 426 'scheduler/draw_swap_readback_result.h',
427 'scheduler/frame_rate_controller.cc',
428 'scheduler/frame_rate_controller.h',
429 'scheduler/scheduler.cc', 427 'scheduler/scheduler.cc',
430 'scheduler/scheduler.h', 428 'scheduler/scheduler.h',
431 'scheduler/scheduler_settings.cc', 429 'scheduler/scheduler_settings.cc',
432 'scheduler/scheduler_settings.h', 430 'scheduler/scheduler_settings.h',
433 'scheduler/scheduler_state_machine.cc', 431 'scheduler/scheduler_state_machine.cc',
434 'scheduler/scheduler_state_machine.h', 432 'scheduler/scheduler_state_machine.h',
435 'scheduler/time_source.h', 433 'scheduler/time_source.h',
436 'trees/blocking_task_runner.cc', 434 'trees/blocking_task_runner.cc',
437 'trees/blocking_task_runner.h', 435 'trees/blocking_task_runner.h',
438 'trees/damage_tracker.cc', 436 'trees/damage_tracker.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'surfaces/surface.h', 485 'surfaces/surface.h',
488 'surfaces/surface_aggregator.cc', 486 'surfaces/surface_aggregator.cc',
489 'surfaces/surface_aggregator.h', 487 'surfaces/surface_aggregator.h',
490 'surfaces/surface_manager.cc', 488 'surfaces/surface_manager.cc',
491 'surfaces/surface_manager.h', 489 'surfaces/surface_manager.h',
492 'surfaces/surfaces_export.h', 490 'surfaces/surfaces_export.h',
493 ], 491 ],
494 }, 492 },
495 ], 493 ],
496 } 494 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/output/begin_frame_args.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698