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

Side by Side Diff: ui/compositor/BUILD.gn

Issue 548153004: Unified BeginFrame scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 6 years, 3 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 | « ui/base/ui_base.gyp ('k') | ui/compositor/DEPS » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 component("compositor") { 7 component("compositor") {
8 sources = [ 8 sources = [
9 "closure_animation_observer.cc", 9 "closure_animation_observer.cc",
10 "closure_animation_observer.h", 10 "closure_animation_observer.h",
11 "compositor.cc", 11 "compositor.cc",
12 "compositor.h", 12 "compositor.h",
13 "compositor_animation_observer.h", 13 "compositor_animation_observer.h",
14 "compositor_export.h", 14 "compositor_export.h",
15 "compositor_observer.cc", 15 "compositor_observer.cc",
16 "compositor_observer.h", 16 "compositor_observer.h",
17 "compositor_vsync_manager.cc",
18 "compositor_vsync_manager.h",
19 "compositor_switches.cc", 17 "compositor_switches.cc",
20 "compositor_switches.h", 18 "compositor_switches.h",
21 "debug_utils.cc", 19 "debug_utils.cc",
22 "debug_utils.h", 20 "debug_utils.h",
23 "dip_util.cc", 21 "dip_util.cc",
24 "dip_util.h", 22 "dip_util.h",
25 "float_animation_curve_adapter.cc", 23 "float_animation_curve_adapter.cc",
26 "float_animation_curve_adapter.h", 24 "float_animation_curve_adapter.h",
27 "layer.cc", 25 "layer.cc",
28 "layer.h", 26 "layer.h",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 # "//ui/gfx", 153 # "//ui/gfx",
156 # "//ui/gfx/geometry", 154 # "//ui/gfx/geometry",
157 # "//ui/gl", 155 # "//ui/gl",
158 # "//ui/resources", 156 # "//ui/resources",
159 # ] 157 # ]
160 # 158 #
161 # if (is_linux) { 159 # if (is_linux) {
162 # deps += [ "//third_party/mesa:osmesa" ] 160 # deps += [ "//third_party/mesa:osmesa" ]
163 # } 161 # }
164 #} 162 #}
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698