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

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: Rebase onto master. 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'resources/transferable_resource.h', 493 'resources/transferable_resource.h',
494 'resources/ui_resource_bitmap.cc', 494 'resources/ui_resource_bitmap.cc',
495 'resources/ui_resource_bitmap.h', 495 'resources/ui_resource_bitmap.h',
496 'resources/ui_resource_client.h', 496 'resources/ui_resource_client.h',
497 'resources/ui_resource_request.cc', 497 'resources/ui_resource_request.cc',
498 'resources/ui_resource_request.h', 498 'resources/ui_resource_request.h',
499 'resources/video_resource_updater.cc', 499 'resources/video_resource_updater.cc',
500 'resources/video_resource_updater.h', 500 'resources/video_resource_updater.h',
501 'scheduler/begin_frame_source.cc', 501 'scheduler/begin_frame_source.cc',
502 'scheduler/begin_frame_source.h', 502 'scheduler/begin_frame_source.h',
503 'scheduler/begin_frame_tracker.cc',
504 'scheduler/begin_frame_tracker.h',
503 'scheduler/commit_earlyout_reason.h', 505 'scheduler/commit_earlyout_reason.h',
504 'scheduler/delay_based_time_source.cc', 506 'scheduler/delay_based_time_source.cc',
505 'scheduler/delay_based_time_source.h', 507 'scheduler/delay_based_time_source.h',
506 'scheduler/draw_result.h', 508 'scheduler/draw_result.h',
507 'scheduler/scheduler.cc', 509 'scheduler/scheduler.cc',
508 'scheduler/scheduler.h', 510 'scheduler/scheduler.h',
509 'scheduler/scheduler_settings.cc', 511 'scheduler/scheduler_settings.cc',
510 'scheduler/scheduler_settings.h', 512 'scheduler/scheduler_settings.h',
511 'scheduler/scheduler_state_machine.cc', 513 'scheduler/scheduler_state_machine.cc',
512 'scheduler/scheduler_state_machine.h', 514 'scheduler/scheduler_state_machine.h',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'raster/texture_compressor_etc1_sse.h', 669 'raster/texture_compressor_etc1_sse.h',
668 ], 670 ],
669 'cflags': [ 671 'cflags': [
670 '-msse2', 672 '-msse2',
671 ], 673 ],
672 }], 674 }],
673 ], 675 ],
674 }, 676 },
675 ], 677 ],
676 } 678 }
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