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

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

Issue 859423002: Explicitly specify the ui::Compositor to DelegatedFrameHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use compositor Created 5 years, 11 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/aura/bench/bench_main.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 "closure_animation_observer.cc", 10 "closure_animation_observer.cc",
11 "closure_animation_observer.h", 11 "closure_animation_observer.h",
12 "compositor.cc", 12 "compositor.cc",
13 "compositor.h", 13 "compositor.h",
14 "compositor_animation_observer.h", 14 "compositor_animation_observer.h",
15 "compositor_export.h", 15 "compositor_export.h",
16 "compositor_observer.cc",
17 "compositor_observer.h", 16 "compositor_observer.h",
18 "compositor_vsync_manager.cc", 17 "compositor_vsync_manager.cc",
19 "compositor_vsync_manager.h", 18 "compositor_vsync_manager.h",
20 "compositor_switches.cc", 19 "compositor_switches.cc",
21 "compositor_switches.h", 20 "compositor_switches.h",
22 "debug_utils.cc", 21 "debug_utils.cc",
23 "debug_utils.h", 22 "debug_utils.h",
24 "dip_util.cc", 23 "dip_util.cc",
25 "dip_util.h", 24 "dip_util.h",
26 "float_animation_curve_adapter.cc", 25 "float_animation_curve_adapter.cc",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 # "//ui/gfx", 160 # "//ui/gfx",
162 # "//ui/gfx/geometry", 161 # "//ui/gfx/geometry",
163 # "//ui/gl", 162 # "//ui/gl",
164 # "//ui/resources", 163 # "//ui/resources",
165 # ] 164 # ]
166 # 165 #
167 # if (is_linux) { 166 # if (is_linux) {
168 # deps += [ "//third_party/mesa:osmesa" ] 167 # deps += [ "//third_party/mesa:osmesa" ]
169 # } 168 # }
170 #} 169 #}
OLDNEW
« no previous file with comments | « ui/aura/bench/bench_main.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698