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

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 gn bots. 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'resources/ui_resource_bitmap.h', 484 'resources/ui_resource_bitmap.h',
485 'resources/ui_resource_client.h', 485 'resources/ui_resource_client.h',
486 'resources/ui_resource_request.cc', 486 'resources/ui_resource_request.cc',
487 'resources/ui_resource_request.h', 487 'resources/ui_resource_request.h',
488 'resources/video_resource_updater.cc', 488 'resources/video_resource_updater.cc',
489 'resources/video_resource_updater.h', 489 'resources/video_resource_updater.h',
490 'resources/zero_copy_tile_task_worker_pool.cc', 490 'resources/zero_copy_tile_task_worker_pool.cc',
491 'resources/zero_copy_tile_task_worker_pool.h', 491 'resources/zero_copy_tile_task_worker_pool.h',
492 'scheduler/begin_frame_source.cc', 492 'scheduler/begin_frame_source.cc',
493 'scheduler/begin_frame_source.h', 493 'scheduler/begin_frame_source.h',
494 'scheduler/begin_frame_tracker.cc',
495 'scheduler/begin_frame_tracker.h',
494 'scheduler/delay_based_time_source.cc', 496 'scheduler/delay_based_time_source.cc',
495 'scheduler/delay_based_time_source.h', 497 'scheduler/delay_based_time_source.h',
496 'scheduler/draw_result.h', 498 'scheduler/draw_result.h',
497 'scheduler/scheduler.cc', 499 'scheduler/scheduler.cc',
498 'scheduler/scheduler.h', 500 'scheduler/scheduler.h',
499 'scheduler/scheduler_settings.cc', 501 'scheduler/scheduler_settings.cc',
500 'scheduler/scheduler_settings.h', 502 'scheduler/scheduler_settings.h',
501 'scheduler/scheduler_state_machine.cc', 503 'scheduler/scheduler_state_machine.cc',
502 'scheduler/scheduler_state_machine.h', 504 'scheduler/scheduler_state_machine.h',
503 'trees/blocking_task_runner.cc', 505 'trees/blocking_task_runner.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'surfaces/surface_resource_holder.cc', 577 'surfaces/surface_resource_holder.cc',
576 'surfaces/surface_resource_holder.h', 578 'surfaces/surface_resource_holder.h',
577 'surfaces/surfaces_export.h', 579 'surfaces/surfaces_export.h',
578 ], 580 ],
579 'includes': [ 581 'includes': [
580 '../build/android/increase_size_for_speed.gypi', 582 '../build/android/increase_size_for_speed.gypi',
581 ], 583 ],
582 }, 584 },
583 ], 585 ],
584 } 586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698