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

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

Issue 311783002: Revert r274404 and r274409: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « ui/compositor/compositor.cc ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'layer.h', 42 'layer.h',
43 'layer_animation_delegate.h', 43 'layer_animation_delegate.h',
44 'layer_animation_element.cc', 44 'layer_animation_element.cc',
45 'layer_animation_element.h', 45 'layer_animation_element.h',
46 'layer_animation_observer.cc', 46 'layer_animation_observer.cc',
47 'layer_animation_observer.h', 47 'layer_animation_observer.h',
48 'layer_animation_sequence.cc', 48 'layer_animation_sequence.cc',
49 'layer_animation_sequence.h', 49 'layer_animation_sequence.h',
50 'layer_animator.cc', 50 'layer_animator.cc',
51 'layer_animator.h', 51 'layer_animator.h',
52 'layer_animator_collection.cc',
53 'layer_animator_collection.h',
54 'layer_delegate.h', 52 'layer_delegate.h',
55 'layer_owner.cc', 53 'layer_owner.cc',
56 'layer_owner.h', 54 'layer_owner.h',
57 'layer_tree_owner.cc', 55 'layer_tree_owner.cc',
58 'layer_tree_owner.h', 56 'layer_tree_owner.h',
59 'layer_type.h', 57 'layer_type.h',
60 'reflector.h', 58 'reflector.h',
61 'scoped_animation_duration_scale_mode.cc', 59 'scoped_animation_duration_scale_mode.cc',
62 'scoped_animation_duration_scale_mode.h', 60 'scoped_animation_duration_scale_mode.h',
63 'scoped_layer_animation_settings.cc', 61 'scoped_layer_animation_settings.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'dependencies': [ 166 'dependencies': [
169 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 167 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
170 ], 168 ],
171 }], 169 }],
172 ], 170 ],
173 }], 171 }],
174 ], 172 ],
175 }, 173 },
176 ], 174 ],
177 } 175 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698