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

Side by Side Diff: cc/surfaces/BUILD.gn

Issue 1068743003: Revert of Add DisplayScheduler for Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/scheduler/scheduler_state_machine.cc ('k') | cc/surfaces/display.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 source_set("surface_id") { 5 source_set("surface_id") {
6 sources = [ 6 sources = [
7 "surface_id.h", 7 "surface_id.h",
8 ] 8 ]
9 9
10 deps = [ 10 deps = [
11 "//base", 11 "//base",
12 ] 12 ]
13 } 13 }
14 14
15 component("surfaces") { 15 component("surfaces") {
16 output_name = "cc_surfaces" 16 output_name = "cc_surfaces"
17 sources = [ 17 sources = [
18 "display.cc", 18 "display.cc",
19 "display.h", 19 "display.h",
20 "display_client.h", 20 "display_client.h",
21 "display_scheduler.cc",
22 "display_scheduler.h",
23 "onscreen_display_client.cc", 21 "onscreen_display_client.cc",
24 "onscreen_display_client.h", 22 "onscreen_display_client.h",
25 "surface.cc", 23 "surface.cc",
26 "surface.h", 24 "surface.h",
27 "surface_aggregator.cc", 25 "surface_aggregator.cc",
28 "surface_aggregator.h", 26 "surface_aggregator.h",
29 "surface_display_output_surface.cc", 27 "surface_display_output_surface.cc",
30 "surface_display_output_surface.h", 28 "surface_display_output_surface.h",
31 "surface_factory.cc", 29 "surface_factory.cc",
32 "surface_factory.h", 30 "surface_factory.h",
(...skipping 18 matching lines...) Expand all
51 "//ui/events:events_base", 49 "//ui/events:events_base",
52 "//ui/gfx", 50 "//ui/gfx",
53 "//ui/gfx/geometry", 51 "//ui/gfx/geometry",
54 ] 52 ]
55 53
56 if (is_android && !is_debug) { 54 if (is_android && !is_debug) {
57 configs -= [ "//build/config/compiler:optimize" ] 55 configs -= [ "//build/config/compiler:optimize" ]
58 configs += [ "//build/config/compiler:optimize_max" ] 56 configs += [ "//build/config/compiler:optimize_max" ]
59 } 57 }
60 } 58 }
OLDNEW
« no previous file with comments | « cc/scheduler/scheduler_state_machine.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698