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

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, 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 | Annotate | Revision Log
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '<(DEPTH)/ui/gl/gl.gyp:gl', 84 '<(DEPTH)/ui/gl/gl.gyp:gl',
85 '<(DEPTH)/ui/ui.gyp:ui', 85 '<(DEPTH)/ui/ui.gyp:ui',
86 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 86 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
87 'compositor', 87 'compositor',
88 ], 88 ],
89 'sources': [ 89 'sources': [
90 'test/draw_waiter_for_test.cc', 90 'test/draw_waiter_for_test.cc',
91 'test/draw_waiter_for_test.h', 91 'test/draw_waiter_for_test.h',
92 'test/test_layers.cc', 92 'test/test_layers.cc',
93 'test/test_layers.h', 93 'test/test_layers.h',
94 'test/test_context_factory.cc', 94 'test/in_process_context_factory.cc',
95 'test/test_context_factory.h', 95 'test/in_process_context_factory.h',
96 'test/default_context_factory.cc',
97 'test/default_context_factory.h',
98 'test/context_factories_for_test.cc', 96 'test/context_factories_for_test.cc',
99 'test/context_factories_for_test.h', 97 'test/context_factories_for_test.h',
100 'test/test_suite.cc', 98 'test/test_suite.cc',
101 'test/test_suite.h', 99 'test/test_suite.h',
102 ], 100 ],
103 }, 101 },
104 { 102 {
105 'target_name': 'compositor_unittests', 103 'target_name': 'compositor_unittests',
106 'type': 'executable', 104 'type': 'executable',
107 'dependencies': [ 105 'dependencies': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'dependencies': [ 151 'dependencies': [
154 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 152 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
155 ], 153 ],
156 }], 154 }],
157 ], 155 ],
158 }], 156 }],
159 ], 157 ],
160 }, 158 },
161 ], 159 ],
162 } 160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698