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

Side by Side Diff: ui/compositor/compositor.gyp

Issue 888653002: Revert of Revert "compositor: Fix texture flipping for SW mirroring with surfaceless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/compositor/BUILD.gn ('k') | ui/compositor/layer.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'layer_animator.cc', 54 'layer_animator.cc',
55 'layer_animator.h', 55 'layer_animator.h',
56 'layer_animator_collection.cc', 56 'layer_animator_collection.cc',
57 'layer_animator_collection.h', 57 'layer_animator_collection.h',
58 'layer_delegate.h', 58 'layer_delegate.h',
59 'layer_owner.cc', 59 'layer_owner.cc',
60 'layer_owner.h', 60 'layer_owner.h',
61 'layer_tree_owner.cc', 61 'layer_tree_owner.cc',
62 'layer_tree_owner.h', 62 'layer_tree_owner.h',
63 'layer_type.h', 63 'layer_type.h',
64 'reflector.cc',
64 'reflector.h', 65 'reflector.h',
65 'scoped_animation_duration_scale_mode.cc', 66 'scoped_animation_duration_scale_mode.cc',
66 'scoped_animation_duration_scale_mode.h', 67 'scoped_animation_duration_scale_mode.h',
67 'scoped_layer_animation_settings.cc', 68 'scoped_layer_animation_settings.cc',
68 'scoped_layer_animation_settings.h', 69 'scoped_layer_animation_settings.h',
69 'transform_animation_curve_adapter.cc', 70 'transform_animation_curve_adapter.cc',
70 'transform_animation_curve_adapter.h', 71 'transform_animation_curve_adapter.h',
71 ], 72 ],
72 'conditions': [ 73 'conditions': [
73 ['OS == "win" and use_aura == 1', { 74 ['OS == "win" and use_aura == 1', {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'dependencies': [ 175 'dependencies': [
175 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 176 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
176 ], 177 ],
177 }], 178 }],
178 ], 179 ],
179 }], 180 }],
180 ], 181 ],
181 }, 182 },
182 ], 183 ],
183 } 184 }
OLDNEW
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698