OLD | NEW |
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 "compositor.cc", | 9 "compositor.cc", |
10 "compositor.h", | 10 "compositor.h", |
11 "compositor_animation_observer.h", | 11 "compositor_animation_observer.h", |
12 "compositor_export.h", | 12 "compositor_export.h", |
13 "compositor_observer.h", | 13 "compositor_observer.h", |
14 "compositor_vsync_manager.cc", | |
15 "compositor_vsync_manager.h", | |
16 "compositor_switches.cc", | 14 "compositor_switches.cc", |
17 "compositor_switches.h", | 15 "compositor_switches.h", |
18 "debug_utils.cc", | 16 "debug_utils.cc", |
19 "debug_utils.h", | 17 "debug_utils.h", |
20 "dip_util.cc", | 18 "dip_util.cc", |
21 "dip_util.h", | 19 "dip_util.h", |
22 "float_animation_curve_adapter.cc", | 20 "float_animation_curve_adapter.cc", |
23 "float_animation_curve_adapter.h", | 21 "float_animation_curve_adapter.h", |
24 "layer.cc", | 22 "layer.cc", |
25 "layer.h", | 23 "layer.h", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 # "//ui/gfx", | 149 # "//ui/gfx", |
152 # "//ui/gfx/geometry", | 150 # "//ui/gfx/geometry", |
153 # "//ui/gl", | 151 # "//ui/gl", |
154 # "//ui/resources", | 152 # "//ui/resources", |
155 # ] | 153 # ] |
156 # | 154 # |
157 # if (is_linux) { | 155 # if (is_linux) { |
158 # deps += [ "//third_party/mesa:osmesa" ] | 156 # deps += [ "//third_party/mesa:osmesa" ] |
159 # } | 157 # } |
160 #} | 158 #} |
OLD | NEW |