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

Side by Side Diff: cc/cc.gyp

Issue 720333005: Add DisplayScheduler to enable BeginFrame-based scheduling of surfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | cc/surfaces/BUILD.gn » ('j') | cc/surfaces/display_scheduler.h » ('J')
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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 526 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
527 ], 527 ],
528 'defines': [ 528 'defines': [
529 'CC_SURFACES_IMPLEMENTATION=1', 529 'CC_SURFACES_IMPLEMENTATION=1',
530 ], 530 ],
531 'sources': [ 531 'sources': [
532 # Note: file list duplicated in GN build. 532 # Note: file list duplicated in GN build.
533 'surfaces/display.cc', 533 'surfaces/display.cc',
534 'surfaces/display.h', 534 'surfaces/display.h',
535 'surfaces/display_client.h', 535 'surfaces/display_client.h',
536 'surfaces/display_scheduler.cc',
537 'surfaces/display_scheduler.h',
536 'surfaces/surface.cc', 538 'surfaces/surface.cc',
537 'surfaces/surface.h', 539 'surfaces/surface.h',
538 'surfaces/surface_aggregator.cc', 540 'surfaces/surface_aggregator.cc',
539 'surfaces/surface_aggregator.h', 541 'surfaces/surface_aggregator.h',
540 'surfaces/surface_factory.cc', 542 'surfaces/surface_factory.cc',
541 'surfaces/surface_factory.h', 543 'surfaces/surface_factory.h',
542 'surfaces/surface_factory_client.h', 544 'surfaces/surface_factory_client.h',
543 'surfaces/surface_id.h', 545 'surfaces/surface_id.h',
544 'surfaces/surface_id_allocator.cc', 546 'surfaces/surface_id_allocator.cc',
545 'surfaces/surface_id_allocator.h', 547 'surfaces/surface_id_allocator.h',
546 'surfaces/surface_manager.cc', 548 'surfaces/surface_manager.cc',
547 'surfaces/surface_manager.h', 549 'surfaces/surface_manager.h',
548 'surfaces/surface_resource_holder.cc', 550 'surfaces/surface_resource_holder.cc',
549 'surfaces/surface_resource_holder.h', 551 'surfaces/surface_resource_holder.h',
550 'surfaces/surfaces_export.h', 552 'surfaces/surfaces_export.h',
551 ], 553 ],
552 'includes': [ 554 'includes': [
553 '../build/android/increase_size_for_speed.gypi', 555 '../build/android/increase_size_for_speed.gypi',
554 ], 556 ],
555 }, 557 },
556 ], 558 ],
557 } 559 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/BUILD.gn » ('j') | cc/surfaces/display_scheduler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698