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

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

Issue 22861008: Add support for inverse transform animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duration parameters from the child and have the factory method pass it in. Created 7 years, 4 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'test/test_compositor_host_mac.mm', 119 'test/test_compositor_host_mac.mm',
120 'test/test_compositor_host_ozone.cc', 120 'test/test_compositor_host_ozone.cc',
121 'test/test_compositor_host_win.cc', 121 'test/test_compositor_host_win.cc',
122 'test/test_compositor_host_x11.cc', 122 'test/test_compositor_host_x11.cc',
123 'test/test_layer_animation_delegate.cc', 123 'test/test_layer_animation_delegate.cc',
124 'test/test_layer_animation_delegate.h', 124 'test/test_layer_animation_delegate.h',
125 'test/test_layer_animation_observer.cc', 125 'test/test_layer_animation_observer.cc',
126 'test/test_layer_animation_observer.h', 126 'test/test_layer_animation_observer.h',
127 'test/test_utils.cc', 127 'test/test_utils.cc',
128 'test/test_utils.h', 128 'test/test_utils.h',
129 'transform_animation_curve_adapter_unittest.cc',
129 ], 130 ],
130 'conditions': [ 131 'conditions': [
131 # osmesa GL implementation is used on linux. 132 # osmesa GL implementation is used on linux.
132 ['OS=="linux"', { 133 ['OS=="linux"', {
133 'dependencies': [ 134 'dependencies': [
134 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 135 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
135 ], 136 ],
136 }], 137 }],
137 ['os_posix == 1 and OS != "mac"', { 138 ['os_posix == 1 and OS != "mac"', {
138 'conditions': [ 139 'conditions': [
139 ['linux_use_tcmalloc==1', { 140 ['linux_use_tcmalloc==1', {
140 'dependencies': [ 141 'dependencies': [
141 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 142 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
142 ], 143 ],
143 }], 144 }],
144 ], 145 ],
145 }], 146 }],
146 ], 147 ],
147 }, 148 },
148 ], 149 ],
149 } 150 }
OLDNEW
« no previous file with comments | « no previous file | ui/compositor/layer_animation_element.h » ('j') | ui/compositor/layer_animation_element.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698