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

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

Issue 1124523003: Revert of Enable BeginFrame scheduling on aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « content/renderer/gpu/render_widget_compositor.cc ('k') | ui/compositor/compositor.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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("compositor") { 8 component("compositor") {
9 sources = [ 9 sources = [
10 "clip_transform_recorder.cc", 10 "clip_transform_recorder.cc",
11 "clip_transform_recorder.h", 11 "clip_transform_recorder.h",
12 "closure_animation_observer.cc", 12 "closure_animation_observer.cc",
13 "closure_animation_observer.h", 13 "closure_animation_observer.h",
14 "compositing_recorder.cc", 14 "compositing_recorder.cc",
15 "compositing_recorder.h", 15 "compositing_recorder.h",
16 "compositor.cc", 16 "compositor.cc",
17 "compositor.h", 17 "compositor.h",
18 "compositor_animation_observer.h", 18 "compositor_animation_observer.h",
19 "compositor_export.h", 19 "compositor_export.h",
20 "compositor_observer.h", 20 "compositor_observer.h",
21 "compositor_switches.cc", 21 "compositor_switches.cc",
22 "compositor_switches.h", 22 "compositor_switches.h",
23 "compositor_vsync_manager.cc",
24 "compositor_vsync_manager.h",
23 "debug_utils.cc", 25 "debug_utils.cc",
24 "debug_utils.h", 26 "debug_utils.h",
25 "dip_util.cc", 27 "dip_util.cc",
26 "dip_util.h", 28 "dip_util.h",
27 "float_animation_curve_adapter.cc", 29 "float_animation_curve_adapter.cc",
28 "float_animation_curve_adapter.h", 30 "float_animation_curve_adapter.h",
29 "layer.cc", 31 "layer.cc",
30 "layer.h", 32 "layer.h",
31 "layer_animation_delegate.h", 33 "layer_animation_delegate.h",
32 "layer_animation_element.cc", 34 "layer_animation_element.cc",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "//ui/gfx/geometry", 180 "//ui/gfx/geometry",
179 "//ui/gl", 181 "//ui/gl",
180 "//ui/resources", 182 "//ui/resources",
181 ] 183 ]
182 184
183 if (is_linux) { 185 if (is_linux) {
184 deps += [ "//third_party/mesa:osmesa" ] 186 deps += [ "//third_party/mesa:osmesa" ]
185 } 187 }
186 } 188 }
187 } 189 }
OLDNEW
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698