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

Side by Side Diff: cc/cc.gyp

Issue 267783004: Refactoring the way begin frame sources inside scheduler work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Scheduler tests now pass and the code is cleaner. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »
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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'resources/ui_resource_bitmap.cc', 420 'resources/ui_resource_bitmap.cc',
421 'resources/ui_resource_bitmap.h', 421 'resources/ui_resource_bitmap.h',
422 'resources/ui_resource_client.h', 422 'resources/ui_resource_client.h',
423 'resources/ui_resource_request.cc', 423 'resources/ui_resource_request.cc',
424 'resources/ui_resource_request.h', 424 'resources/ui_resource_request.h',
425 'resources/video_resource_updater.cc', 425 'resources/video_resource_updater.cc',
426 'resources/video_resource_updater.h', 426 'resources/video_resource_updater.h',
427 'scheduler/delay_based_time_source.cc', 427 'scheduler/delay_based_time_source.cc',
428 'scheduler/delay_based_time_source.h', 428 'scheduler/delay_based_time_source.h',
429 'scheduler/draw_result.h', 429 'scheduler/draw_result.h',
430 'scheduler/frame_source.cc',
431 'scheduler/frame_source.h',
430 'scheduler/scheduler.cc', 432 'scheduler/scheduler.cc',
431 'scheduler/scheduler.h', 433 'scheduler/scheduler.h',
432 'scheduler/scheduler_settings.cc', 434 'scheduler/scheduler_settings.cc',
433 'scheduler/scheduler_settings.h', 435 'scheduler/scheduler_settings.h',
434 'scheduler/scheduler_state_machine.cc', 436 'scheduler/scheduler_state_machine.cc',
435 'scheduler/scheduler_state_machine.h', 437 'scheduler/scheduler_state_machine.h',
436 'scheduler/time_source.h', 438 'scheduler/time_source.h',
437 'trees/blocking_task_runner.cc', 439 'trees/blocking_task_runner.cc',
438 'trees/blocking_task_runner.h', 440 'trees/blocking_task_runner.h',
439 'trees/damage_tracker.cc', 441 'trees/damage_tracker.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'surfaces/surface.h', 490 'surfaces/surface.h',
489 'surfaces/surface_aggregator.cc', 491 'surfaces/surface_aggregator.cc',
490 'surfaces/surface_aggregator.h', 492 'surfaces/surface_aggregator.h',
491 'surfaces/surface_manager.cc', 493 'surfaces/surface_manager.cc',
492 'surfaces/surface_manager.h', 494 'surfaces/surface_manager.h',
493 'surfaces/surfaces_export.h', 495 'surfaces/surfaces_export.h',
494 ], 496 ],
495 }, 497 },
496 ], 498 ],
497 } 499 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698