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

Side by Side Diff: cc/cc.gyp

Issue 2036563002: Delete OnscreenDisplayClient and TopLevelDisplayClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: onscreendisplayclient: webview-scoped-allow-gl-for-hardwarerenderer-constructor Created 4 years, 6 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 | « android_webview/browser/render_thread_manager.cc ('k') | cc/surfaces/BUILD.gn » ('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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'defines': [ 674 'defines': [
675 'CC_SURFACES_IMPLEMENTATION=1', 675 'CC_SURFACES_IMPLEMENTATION=1',
676 ], 676 ],
677 'sources': [ 677 'sources': [
678 # Note: file list duplicated in GN build. 678 # Note: file list duplicated in GN build.
679 'surfaces/display.cc', 679 'surfaces/display.cc',
680 'surfaces/display.h', 680 'surfaces/display.h',
681 'surfaces/display_client.h', 681 'surfaces/display_client.h',
682 'surfaces/display_scheduler.cc', 682 'surfaces/display_scheduler.cc',
683 'surfaces/display_scheduler.h', 683 'surfaces/display_scheduler.h',
684 'surfaces/onscreen_display_client.cc',
685 'surfaces/onscreen_display_client.h',
686 'surfaces/surface.cc', 684 'surfaces/surface.cc',
687 'surfaces/surface.h', 685 'surfaces/surface.h',
688 'surfaces/surface_aggregator.cc', 686 'surfaces/surface_aggregator.cc',
689 'surfaces/surface_aggregator.h', 687 'surfaces/surface_aggregator.h',
690 'surfaces/surface_display_output_surface.cc', 688 'surfaces/surface_display_output_surface.cc',
691 'surfaces/surface_display_output_surface.h', 689 'surfaces/surface_display_output_surface.h',
692 'surfaces/surface_factory.cc', 690 'surfaces/surface_factory.cc',
693 'surfaces/surface_factory.h', 691 'surfaces/surface_factory.h',
694 'surfaces/surface_factory_client.h', 692 'surfaces/surface_factory_client.h',
695 'surfaces/surface_hittest.cc', 693 'surfaces/surface_hittest.cc',
696 'surfaces/surface_hittest.h', 694 'surfaces/surface_hittest.h',
697 'surfaces/surface_id.h', 695 'surfaces/surface_id.h',
698 'surfaces/surface_id_allocator.cc', 696 'surfaces/surface_id_allocator.cc',
699 'surfaces/surface_id_allocator.h', 697 'surfaces/surface_id_allocator.h',
700 'surfaces/surface_manager.cc', 698 'surfaces/surface_manager.cc',
701 'surfaces/surface_manager.h', 699 'surfaces/surface_manager.h',
702 'surfaces/surface_resource_holder.cc', 700 'surfaces/surface_resource_holder.cc',
703 'surfaces/surface_resource_holder.h', 701 'surfaces/surface_resource_holder.h',
704 'surfaces/surface_sequence.h', 702 'surfaces/surface_sequence.h',
705 'surfaces/surfaces_export.h', 703 'surfaces/surfaces_export.h',
706 ], 704 ],
707 'includes': [ 705 'includes': [
708 '../build/android/increase_size_for_speed.gypi', 706 '../build/android/increase_size_for_speed.gypi',
709 ], 707 ],
710 }, 708 },
711 ], 709 ],
712 } 710 }
OLDNEW
« no previous file with comments | « android_webview/browser/render_thread_manager.cc ('k') | cc/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698