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

Side by Side Diff: cc/cc.gyp

Issue 1127313003: Revert of cc: Adding BeginFrameTracker object and removing Now() from LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « cc/BUILD.gn ('k') | cc/scheduler/begin_frame_tracker.h » ('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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'resources/ui_resource_bitmap.h', 521 'resources/ui_resource_bitmap.h',
522 'resources/ui_resource_client.h', 522 'resources/ui_resource_client.h',
523 'resources/ui_resource_request.cc', 523 'resources/ui_resource_request.cc',
524 'resources/ui_resource_request.h', 524 'resources/ui_resource_request.h',
525 'resources/video_resource_updater.cc', 525 'resources/video_resource_updater.cc',
526 'resources/video_resource_updater.h', 526 'resources/video_resource_updater.h',
527 'resources/zero_copy_tile_task_worker_pool.cc', 527 'resources/zero_copy_tile_task_worker_pool.cc',
528 'resources/zero_copy_tile_task_worker_pool.h', 528 'resources/zero_copy_tile_task_worker_pool.h',
529 'scheduler/begin_frame_source.cc', 529 'scheduler/begin_frame_source.cc',
530 'scheduler/begin_frame_source.h', 530 'scheduler/begin_frame_source.h',
531 'scheduler/begin_frame_tracker.cc',
532 'scheduler/begin_frame_tracker.h',
533 'scheduler/commit_earlyout_reason.h', 531 'scheduler/commit_earlyout_reason.h',
534 'scheduler/delay_based_time_source.cc', 532 'scheduler/delay_based_time_source.cc',
535 'scheduler/delay_based_time_source.h', 533 'scheduler/delay_based_time_source.h',
536 'scheduler/draw_result.h', 534 'scheduler/draw_result.h',
537 'scheduler/scheduler.cc', 535 'scheduler/scheduler.cc',
538 'scheduler/scheduler.h', 536 'scheduler/scheduler.h',
539 'scheduler/scheduler_settings.cc', 537 'scheduler/scheduler_settings.cc',
540 'scheduler/scheduler_settings.h', 538 'scheduler/scheduler_settings.h',
541 'scheduler/scheduler_state_machine.cc', 539 'scheduler/scheduler_state_machine.cc',
542 'scheduler/scheduler_state_machine.h', 540 'scheduler/scheduler_state_machine.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'surfaces/surface_resource_holder.cc', 627 'surfaces/surface_resource_holder.cc',
630 'surfaces/surface_resource_holder.h', 628 'surfaces/surface_resource_holder.h',
631 'surfaces/surfaces_export.h', 629 'surfaces/surfaces_export.h',
632 ], 630 ],
633 'includes': [ 631 'includes': [
634 '../build/android/increase_size_for_speed.gypi', 632 '../build/android/increase_size_for_speed.gypi',
635 ], 633 ],
636 }, 634 },
637 ], 635 ],
638 } 636 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/scheduler/begin_frame_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698