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

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

Issue 145293007: ui: No more TestCompositor. Use NullDraw contexts in unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testsnulldraw: Created 6 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 | « no previous file | ui/compositor/compositor_switches.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'test/draw_waiter_for_test.h', 97 'test/draw_waiter_for_test.h',
98 'test/in_process_context_factory.cc', 98 'test/in_process_context_factory.cc',
99 'test/in_process_context_factory.h', 99 'test/in_process_context_factory.h',
100 'test/layer_animator_test_controller.cc', 100 'test/layer_animator_test_controller.cc',
101 'test/layer_animator_test_controller.h', 101 'test/layer_animator_test_controller.h',
102 'test/test_compositor_host.h', 102 'test/test_compositor_host.h',
103 'test/test_compositor_host_mac.mm', 103 'test/test_compositor_host_mac.mm',
104 'test/test_compositor_host_ozone.cc', 104 'test/test_compositor_host_ozone.cc',
105 'test/test_compositor_host_win.cc', 105 'test/test_compositor_host_win.cc',
106 'test/test_compositor_host_x11.cc', 106 'test/test_compositor_host_x11.cc',
107 'test/test_context_factory.cc',
108 'test/test_context_factory.h',
109 'test/test_layer_animation_delegate.cc', 107 'test/test_layer_animation_delegate.cc',
110 'test/test_layer_animation_delegate.h', 108 'test/test_layer_animation_delegate.h',
111 'test/test_layer_animation_observer.cc', 109 'test/test_layer_animation_observer.cc',
112 'test/test_layer_animation_observer.h', 110 'test/test_layer_animation_observer.h',
113 'test/test_layers.cc', 111 'test/test_layers.cc',
114 'test/test_layers.h', 112 'test/test_layers.h',
115 'test/test_suite.cc', 113 'test/test_suite.cc',
116 'test/test_suite.h', 114 'test/test_suite.h',
117 'test/test_utils.cc', 115 'test/test_utils.cc',
118 'test/test_utils.h', 116 'test/test_utils.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'dependencies': [ 162 'dependencies': [
165 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 163 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
166 ], 164 ],
167 }], 165 }],
168 ], 166 ],
169 }], 167 }],
170 ], 168 ],
171 }, 169 },
172 ], 170 ],
173 } 171 }
OLDNEW
« no previous file with comments | « no previous file | ui/compositor/compositor_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698