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

Side by Side Diff: cc/cc.gyp

Issue 1039533002: cc: Add support for sending BeginFrames for video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@misc_video_refactoring
Patch Set: Fix comment. Created 5 years, 8 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/layers/video_frame_provider_client_impl.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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'scheduler/commit_earlyout_reason.h', 529 'scheduler/commit_earlyout_reason.h',
530 'scheduler/delay_based_time_source.cc', 530 'scheduler/delay_based_time_source.cc',
531 'scheduler/delay_based_time_source.h', 531 'scheduler/delay_based_time_source.h',
532 'scheduler/draw_result.h', 532 'scheduler/draw_result.h',
533 'scheduler/scheduler.cc', 533 'scheduler/scheduler.cc',
534 'scheduler/scheduler.h', 534 'scheduler/scheduler.h',
535 'scheduler/scheduler_settings.cc', 535 'scheduler/scheduler_settings.cc',
536 'scheduler/scheduler_settings.h', 536 'scheduler/scheduler_settings.h',
537 'scheduler/scheduler_state_machine.cc', 537 'scheduler/scheduler_state_machine.cc',
538 'scheduler/scheduler_state_machine.h', 538 'scheduler/scheduler_state_machine.h',
539 'scheduler/video_frame_controller.h',
539 'trees/blocking_task_runner.cc', 540 'trees/blocking_task_runner.cc',
540 'trees/blocking_task_runner.h', 541 'trees/blocking_task_runner.h',
541 'trees/damage_tracker.cc', 542 'trees/damage_tracker.cc',
542 'trees/damage_tracker.h', 543 'trees/damage_tracker.h',
543 'trees/draw_property_utils.cc', 544 'trees/draw_property_utils.cc',
544 'trees/draw_property_utils.h', 545 'trees/draw_property_utils.h',
545 'trees/latency_info_swap_promise_monitor.cc', 546 'trees/latency_info_swap_promise_monitor.cc',
546 'trees/latency_info_swap_promise_monitor.h', 547 'trees/latency_info_swap_promise_monitor.h',
547 'trees/layer_tree_host.cc', 548 'trees/layer_tree_host.cc',
548 'trees/layer_tree_host.h', 549 'trees/layer_tree_host.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'surfaces/surface_resource_holder.cc', 625 'surfaces/surface_resource_holder.cc',
625 'surfaces/surface_resource_holder.h', 626 'surfaces/surface_resource_holder.h',
626 'surfaces/surfaces_export.h', 627 'surfaces/surfaces_export.h',
627 ], 628 ],
628 'includes': [ 629 'includes': [
629 '../build/android/increase_size_for_speed.gypi', 630 '../build/android/increase_size_for_speed.gypi',
630 ], 631 ],
631 }, 632 },
632 ], 633 ],
633 } 634 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/video_frame_provider_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698