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

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

Issue 12603013: Part 10 of cc/ directory shuffles: layers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 19 matching lines...) Expand all
30 'compositor_observer.h', 30 'compositor_observer.h',
31 'compositor_setup.h', 31 'compositor_setup.h',
32 'compositor_switches.cc', 32 'compositor_switches.cc',
33 'compositor_switches.h', 33 'compositor_switches.h',
34 'debug_utils.cc', 34 'debug_utils.cc',
35 'debug_utils.h', 35 'debug_utils.h',
36 'dip_util.cc', 36 'dip_util.cc',
37 'dip_util.h', 37 'dip_util.h',
38 'float_animation_curve_adapter.cc', 38 'float_animation_curve_adapter.cc',
39 'float_animation_curve_adapter.h', 39 'float_animation_curve_adapter.h',
40 'layer.cc', 40 'layers/layer.cc',
41 'layer.h', 41 'layers/layer.h',
42 'layer_animation_delegate.h', 42 'layer_animation_delegate.h',
43 'layer_animation_element.cc', 43 'layer_animation_element.cc',
44 'layer_animation_element.h', 44 'layer_animation_element.h',
45 'layer_animation_observer.cc', 45 'layer_animation_observer.cc',
46 'layer_animation_observer.h', 46 'layer_animation_observer.h',
47 'layer_animation_sequence.cc', 47 'layer_animation_sequence.cc',
48 'layer_animation_sequence.h', 48 'layer_animation_sequence.h',
49 'layer_animator.cc', 49 'layer_animator.cc',
50 'layer_animator.h', 50 'layer_animator.h',
51 'layer_delegate.h', 51 'layer_delegate.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '<(DEPTH)/ui/gl/gl.gyp:gl', 111 '<(DEPTH)/ui/gl/gl.gyp:gl',
112 '<(DEPTH)/ui/ui.gyp:ui', 112 '<(DEPTH)/ui/ui.gyp:ui',
113 '<(DEPTH)/ui/ui.gyp:ui_resources', 113 '<(DEPTH)/ui/ui.gyp:ui_resources',
114 'compositor', 114 'compositor',
115 'compositor_test_support', 115 'compositor_test_support',
116 ], 116 ],
117 'sources': [ 117 'sources': [
118 'layer_animation_element_unittest.cc', 118 'layer_animation_element_unittest.cc',
119 'layer_animation_sequence_unittest.cc', 119 'layer_animation_sequence_unittest.cc',
120 'layer_animator_unittest.cc', 120 'layer_animator_unittest.cc',
121 'layer_unittest.cc', 121 'layers/layer_unittest.cc',
122 'run_all_unittests.cc', 122 'run_all_unittests.cc',
123 'test/layer_animator_test_controller.cc', 123 'test/layer_animator_test_controller.cc',
124 'test/layer_animator_test_controller.h', 124 'test/layer_animator_test_controller.h',
125 'test/test_compositor_host.h', 125 'test/test_compositor_host.h',
126 'test/test_compositor_host_linux.cc', 126 'test/test_compositor_host_linux.cc',
127 'test/test_compositor_host_mac.mm', 127 'test/test_compositor_host_mac.mm',
128 'test/test_compositor_host_win.cc', 128 'test/test_compositor_host_win.cc',
129 'test/test_layer_animation_delegate.cc', 129 'test/test_layer_animation_delegate.cc',
130 'test/test_layer_animation_delegate.h', 130 'test/test_layer_animation_delegate.h',
131 'test/test_layer_animation_observer.cc', 131 'test/test_layer_animation_observer.cc',
132 'test/test_layer_animation_observer.h', 132 'test/test_layer_animation_observer.h',
133 'test/test_suite.cc', 133 'test/test_suite.cc',
134 'test/test_suite.h', 134 'test/test_suite.h',
135 'test/test_utils.cc', 135 'test/test_utils.cc',
136 'test/test_utils.h', 136 'test/test_utils.h',
137 ], 137 ],
138 'conditions': [ 138 'conditions': [
139 # osmesa GL implementation is used on linux. 139 # osmesa GL implementation is used on linux.
140 ['OS=="linux"', { 140 ['OS=="linux"', {
141 'dependencies': [ 141 'dependencies': [
142 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 142 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
143 ], 143 ],
144 }], 144 }],
145 ], 145 ],
146 }, 146 },
147 ], 147 ],
148 } 148 }
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