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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8364037: Implement clipboard for aura and re-enable clipboard_unittests. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: minor changes 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
« ui/base/clipboard/clipboard_unittest.cc ('K') | « ui/ui.gyp ('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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 ], 163 ],
164 'dependencies': [ 164 'dependencies': [
165 '../build/linux/system.gyp:gtk', 165 '../build/linux/system.gyp:gtk',
166 ], 166 ],
167 }], 167 }],
168 ['toolkit_views==1', { 168 ['toolkit_views==1', {
169 'sources': [ 169 'sources': [
170 'gfx/render_text_unittest.cc', 170 'gfx/render_text_unittest.cc',
171 ], 171 ],
172 }], 172 }],
173 ['use_aura==1 and OS!="win"', {
174 'sources!': [
175 # aura does not yet have clipboard support. http://crbug.com/97845
176 'base/clipboard/clipboard_unittest.cc',
177 ],
178 }],
179 ], 173 ],
180 }, 174 },
181 ], 175 ],
182 } 176 }
OLDNEW
« ui/base/clipboard/clipboard_unittest.cc ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698