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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no mask for xsendevent 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/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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ], 114 ],
115 }, 115 },
116 }, 116 },
117 'link_settings': { 117 'link_settings': {
118 'libraries': [ 118 'libraries': [
119 '-limm32.lib', 119 '-limm32.lib',
120 '-loleacc.lib', 120 '-loleacc.lib',
121 ], 121 ],
122 }, 122 },
123 }], 123 }],
124 ['OS == "linux"', { 124 ['OS == "linux" and toolkit_views==1', {
125 'sources': [ 125 'sources': [
126 'base/x/events_x_unittest.cc', 126 'base/x/events_x_unittest.cc',
127 ], 127 ],
128 }], 128 }],
129 ['OS != "mac"', { 129 ['OS != "mac"', {
130 'sources': [ 130 'sources': [
131 'gfx/transform_unittest.cc', 131 'gfx/transform_unittest.cc',
132 'gfx/interpolated_transform_unittest.cc', 132 'gfx/interpolated_transform_unittest.cc',
133 ], 133 ],
134 }], 134 }],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 }], 172 }],
173 ['use_ibus != 1', { 173 ['use_ibus != 1', {
174 'sources/': [ 174 'sources/': [
175 ['exclude', 'base/ime/character_composer_unittest.cc'], 175 ['exclude', 'base/ime/character_composer_unittest.cc'],
176 ], 176 ],
177 }], 177 }],
178 ], 178 ],
179 }, 179 },
180 ], 180 ],
181 } 181 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698