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

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

Issue 11896017: Thread ui opacity animations (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix ash_unittests Created 7 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 | « cc/cc.gyp ('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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '<(DEPTH)/ui/ui.gyp:ui_resources', 111 '<(DEPTH)/ui/ui.gyp:ui_resources',
112 'compositor', 112 'compositor',
113 'compositor_test_support', 113 'compositor_test_support',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 'layer_animation_element_unittest.cc', 116 'layer_animation_element_unittest.cc',
117 'layer_animation_sequence_unittest.cc', 117 'layer_animation_sequence_unittest.cc',
118 'layer_animator_unittest.cc', 118 'layer_animator_unittest.cc',
119 'layer_unittest.cc', 119 'layer_unittest.cc',
120 'run_all_unittests.cc', 120 'run_all_unittests.cc',
121 'test/layer_animator_test_controller.cc',
122 'test/layer_animator_test_controller.h',
121 'test/test_compositor_host.h', 123 'test/test_compositor_host.h',
122 'test/test_compositor_host_linux.cc', 124 'test/test_compositor_host_linux.cc',
123 'test/test_compositor_host_mac.mm', 125 'test/test_compositor_host_mac.mm',
124 'test/test_compositor_host_win.cc', 126 'test/test_compositor_host_win.cc',
125 'test/test_layer_animation_delegate.cc', 127 'test/test_layer_animation_delegate.cc',
126 'test/test_layer_animation_delegate.h', 128 'test/test_layer_animation_delegate.h',
127 'test/test_layer_animation_observer.cc', 129 'test/test_layer_animation_observer.cc',
128 'test/test_layer_animation_observer.h', 130 'test/test_layer_animation_observer.h',
129 'test/test_suite.cc', 131 'test/test_suite.cc',
130 'test/test_suite.h', 132 'test/test_suite.h',
131 'test/test_utils.cc', 133 'test/test_utils.cc',
132 'test/test_utils.h', 134 'test/test_utils.h',
133 ], 135 ],
134 'conditions': [ 136 'conditions': [
135 # osmesa GL implementation is used on linux. 137 # osmesa GL implementation is used on linux.
136 ['OS=="linux"', { 138 ['OS=="linux"', {
137 'dependencies': [ 139 'dependencies': [
138 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 140 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
139 ], 141 ],
140 }], 142 }],
141 ], 143 ],
142 }, 144 },
143 ], 145 ],
144 } 146 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698