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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8391006: aura: Set up the mock compositor to get gfx_unittests green on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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/gfx/screen_unittest.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'sources': [ 170 'sources': [
171 'gfx/render_text_unittest.cc', 171 'gfx/render_text_unittest.cc',
172 ], 172 ],
173 }], 173 }],
174 ['use_aura==1 and OS!="win"', { 174 ['use_aura==1 and OS!="win"', {
175 'sources!': [ 175 'sources!': [
176 # aura does not yet have clipboard support. http://crbug.com/97845 176 # aura does not yet have clipboard support. http://crbug.com/97845
177 'base/clipboard/clipboard_unittest.cc', 177 'base/clipboard/clipboard_unittest.cc',
178 ], 178 ],
179 }], 179 }],
180 ['use_aura==1', { 180 ['use_aura==1', {
Daniel Erat 2011/10/27 16:05:26 nit: delete this section
sadrul 2011/10/27 16:09:16 I think we still need to disable the test for aura
Daniel Erat 2011/10/27 16:10:23 Sorry, I'm not sure how I misread this so horrendo
181 'dependencies': [ 181 'sources!': [
182 'aura/aura.gyp:aura', 182 'gfx/screen_unittest.cc',
183 ], 183 ],
184 }], 184 }],
185 ], 185 ],
186 }, 186 },
187 ], 187 ],
188 } 188 }
OLDNEW
« no previous file with comments | « ui/gfx/screen_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698