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

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

Issue 23809002: Revert 220479 "Add support for inverse transform animations." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/ui/compositor/layer_animation_element.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'test/test_compositor_host_mac.mm', 116 'test/test_compositor_host_mac.mm',
117 'test/test_compositor_host_ozone.cc', 117 'test/test_compositor_host_ozone.cc',
118 'test/test_compositor_host_win.cc', 118 'test/test_compositor_host_win.cc',
119 'test/test_compositor_host_x11.cc', 119 'test/test_compositor_host_x11.cc',
120 'test/test_layer_animation_delegate.cc', 120 'test/test_layer_animation_delegate.cc',
121 'test/test_layer_animation_delegate.h', 121 'test/test_layer_animation_delegate.h',
122 'test/test_layer_animation_observer.cc', 122 'test/test_layer_animation_observer.cc',
123 'test/test_layer_animation_observer.h', 123 'test/test_layer_animation_observer.h',
124 'test/test_utils.cc', 124 'test/test_utils.cc',
125 'test/test_utils.h', 125 'test/test_utils.h',
126 'transform_animation_curve_adapter_unittest.cc',
127 ], 126 ],
128 'conditions': [ 127 'conditions': [
129 # osmesa GL implementation is used on linux. 128 # osmesa GL implementation is used on linux.
130 ['OS=="linux"', { 129 ['OS=="linux"', {
131 'dependencies': [ 130 'dependencies': [
132 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 131 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
133 ], 132 ],
134 }], 133 }],
135 ['os_posix == 1 and OS != "mac"', { 134 ['os_posix == 1 and OS != "mac"', {
136 'conditions': [ 135 'conditions': [
137 ['linux_use_tcmalloc==1', { 136 ['linux_use_tcmalloc==1', {
138 'dependencies': [ 137 'dependencies': [
139 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 138 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
140 ], 139 ],
141 }], 140 }],
142 ], 141 ],
143 }], 142 }],
144 ], 143 ],
145 }, 144 },
146 ], 145 ],
147 } 146 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/ui/compositor/layer_animation_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698