OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |