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

Side by Side Diff: cc/cc.gyp

Issue 787763006: cc: Adding BeginFrameTracker object and removing Now() from LTHI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing for Brian's comments. Created 6 years 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
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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'resources/ui_resource_bitmap.h', 485 'resources/ui_resource_bitmap.h',
486 'resources/ui_resource_client.h', 486 'resources/ui_resource_client.h',
487 'resources/ui_resource_request.cc', 487 'resources/ui_resource_request.cc',
488 'resources/ui_resource_request.h', 488 'resources/ui_resource_request.h',
489 'resources/video_resource_updater.cc', 489 'resources/video_resource_updater.cc',
490 'resources/video_resource_updater.h', 490 'resources/video_resource_updater.h',
491 'resources/zero_copy_tile_task_worker_pool.cc', 491 'resources/zero_copy_tile_task_worker_pool.cc',
492 'resources/zero_copy_tile_task_worker_pool.h', 492 'resources/zero_copy_tile_task_worker_pool.h',
493 'scheduler/begin_frame_source.cc', 493 'scheduler/begin_frame_source.cc',
494 'scheduler/begin_frame_source.h', 494 'scheduler/begin_frame_source.h',
495 'scheduler/begin_frame_tracker.cc',
496 'scheduler/begin_frame_tracker.h',
495 'scheduler/commit_earlyout_reason.h', 497 'scheduler/commit_earlyout_reason.h',
496 'scheduler/delay_based_time_source.cc', 498 'scheduler/delay_based_time_source.cc',
497 'scheduler/delay_based_time_source.h', 499 'scheduler/delay_based_time_source.h',
498 'scheduler/draw_result.h', 500 'scheduler/draw_result.h',
499 'scheduler/scheduler.cc', 501 'scheduler/scheduler.cc',
500 'scheduler/scheduler.h', 502 'scheduler/scheduler.h',
501 'scheduler/scheduler_settings.cc', 503 'scheduler/scheduler_settings.cc',
502 'scheduler/scheduler_settings.h', 504 'scheduler/scheduler_settings.h',
503 'scheduler/scheduler_state_machine.cc', 505 'scheduler/scheduler_state_machine.cc',
504 'scheduler/scheduler_state_machine.h', 506 'scheduler/scheduler_state_machine.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'surfaces/surface_resource_holder.cc', 585 'surfaces/surface_resource_holder.cc',
584 'surfaces/surface_resource_holder.h', 586 'surfaces/surface_resource_holder.h',
585 'surfaces/surfaces_export.h', 587 'surfaces/surfaces_export.h',
586 ], 588 ],
587 'includes': [ 589 'includes': [
588 '../build/android/increase_size_for_speed.gypi', 590 '../build/android/increase_size_for_speed.gypi',
589 ], 591 ],
590 }, 592 },
591 ], 593 ],
592 } 594 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/tile_manager_perftest.cc » ('j') | cc/scheduler/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698