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

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: rebase; sami's comments 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/output_surface.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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'resources/ui_resource_bitmap.cc', 414 'resources/ui_resource_bitmap.cc',
415 'resources/ui_resource_bitmap.h', 415 'resources/ui_resource_bitmap.h',
416 'resources/ui_resource_client.h', 416 'resources/ui_resource_client.h',
417 'resources/ui_resource_request.cc', 417 'resources/ui_resource_request.cc',
418 'resources/ui_resource_request.h', 418 'resources/ui_resource_request.h',
419 'resources/video_resource_updater.cc', 419 'resources/video_resource_updater.cc',
420 'resources/video_resource_updater.h', 420 'resources/video_resource_updater.h',
421 'scheduler/delay_based_time_source.cc', 421 'scheduler/delay_based_time_source.cc',
422 'scheduler/delay_based_time_source.h', 422 'scheduler/delay_based_time_source.h',
423 'scheduler/draw_swap_readback_result.h', 423 'scheduler/draw_swap_readback_result.h',
424 'scheduler/frame_rate_controller.cc',
425 'scheduler/frame_rate_controller.h',
426 'scheduler/scheduler.cc', 424 'scheduler/scheduler.cc',
427 'scheduler/scheduler.h', 425 'scheduler/scheduler.h',
428 'scheduler/scheduler_settings.cc', 426 'scheduler/scheduler_settings.cc',
429 'scheduler/scheduler_settings.h', 427 'scheduler/scheduler_settings.h',
430 'scheduler/scheduler_state_machine.cc', 428 'scheduler/scheduler_state_machine.cc',
431 'scheduler/scheduler_state_machine.h', 429 'scheduler/scheduler_state_machine.h',
432 'scheduler/time_source.h', 430 'scheduler/time_source.h',
433 'trees/blocking_task_runner.cc', 431 'trees/blocking_task_runner.cc',
434 'trees/blocking_task_runner.h', 432 'trees/blocking_task_runner.h',
435 'trees/damage_tracker.cc', 433 'trees/damage_tracker.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'surfaces/surface.h', 482 'surfaces/surface.h',
485 'surfaces/surface_aggregator.cc', 483 'surfaces/surface_aggregator.cc',
486 'surfaces/surface_aggregator.h', 484 'surfaces/surface_aggregator.h',
487 'surfaces/surface_manager.cc', 485 'surfaces/surface_manager.cc',
488 'surfaces/surface_manager.h', 486 'surfaces/surface_manager.h',
489 'surfaces/surfaces_export.h', 487 'surfaces/surfaces_export.h',
490 ], 488 ],
491 }, 489 },
492 ], 490 ],
493 } 491 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/output/output_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698