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

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

Issue 846063002: compositor: Fix texture flipping for SW mirroring with surfaceless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace with custom task runner that does nothing. maybe this will work 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 | « content/content_tests.gypi ('k') | ui/compositor/compositor.gyp » ('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",
(...skipping 25 matching lines...) Expand all
36 "layer_animator.cc", 36 "layer_animator.cc",
37 "layer_animator.h", 37 "layer_animator.h",
38 "layer_animator_collection.cc", 38 "layer_animator_collection.cc",
39 "layer_animator_collection.h", 39 "layer_animator_collection.h",
40 "layer_delegate.h", 40 "layer_delegate.h",
41 "layer_owner.cc", 41 "layer_owner.cc",
42 "layer_owner.h", 42 "layer_owner.h",
43 "layer_tree_owner.cc", 43 "layer_tree_owner.cc",
44 "layer_tree_owner.h", 44 "layer_tree_owner.h",
45 "layer_type.h", 45 "layer_type.h",
46 "reflector.cc",
46 "reflector.h", 47 "reflector.h",
47 "scoped_animation_duration_scale_mode.cc", 48 "scoped_animation_duration_scale_mode.cc",
48 "scoped_animation_duration_scale_mode.h", 49 "scoped_animation_duration_scale_mode.h",
49 "scoped_layer_animation_settings.cc", 50 "scoped_layer_animation_settings.cc",
50 "scoped_layer_animation_settings.h", 51 "scoped_layer_animation_settings.h",
51 "transform_animation_curve_adapter.cc", 52 "transform_animation_curve_adapter.cc",
52 "transform_animation_curve_adapter.h", 53 "transform_animation_curve_adapter.h",
53 ] 54 ]
54 55
55 defines = [ "COMPOSITOR_IMPLEMENTATION" ] 56 defines = [ "COMPOSITOR_IMPLEMENTATION" ]
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 # "//ui/gfx", 161 # "//ui/gfx",
161 # "//ui/gfx/geometry", 162 # "//ui/gfx/geometry",
162 # "//ui/gl", 163 # "//ui/gl",
163 # "//ui/resources", 164 # "//ui/resources",
164 # ] 165 # ]
165 # 166 #
166 # if (is_linux) { 167 # if (is_linux) {
167 # deps += [ "//third_party/mesa:osmesa" ] 168 # deps += [ "//third_party/mesa:osmesa" ]
168 # } 169 # }
169 #} 170 #}
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698