| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 '-loleacc.lib', | 131 '-loleacc.lib', |
| 132 ], | 132 ], |
| 133 }, | 133 }, |
| 134 }], | 134 }], |
| 135 ['OS != "mac"', { | 135 ['OS != "mac"', { |
| 136 'sources': [ | 136 'sources': [ |
| 137 'gfx/transform_unittest.cc', | 137 'gfx/transform_unittest.cc', |
| 138 'gfx/interpolated_transform_unittest.cc', | 138 'gfx/interpolated_transform_unittest.cc', |
| 139 ], | 139 ], |
| 140 }], | 140 }], |
| 141 ['toolkit_uses_gtk == 1', { | 141 ['use_glib == 1', { |
| 142 'sources': [ | |
| 143 'base/dragdrop/gtk_dnd_util_unittest.cc', | |
| 144 ], | |
| 145 'dependencies': [ | 142 'dependencies': [ |
| 146 '../build/linux/system.gyp:gtk', | 143 '../build/linux/system.gyp:pangocairo', |
| 147 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 148 'base/strings/ui_strings.gyp:ui_unittest_strings', | 145 'base/strings/ui_strings.gyp:ui_unittest_strings', |
| 149 ], | 146 ], |
| 150 'conditions': [ | 147 'conditions': [ |
| 151 ['linux_use_tcmalloc==1', { | 148 ['linux_use_tcmalloc==1', { |
| 152 'dependencies': [ | 149 'dependencies': [ |
| 153 '../base/allocator/allocator.gyp:allocator', | 150 '../base/allocator/allocator.gyp:allocator', |
| 154 ], | 151 ], |
| 155 }], | 152 }], |
| 156 ['toolkit_views==1', { | 153 ['toolkit_views==1', { |
| 157 'sources!': [ | 154 'sources!': [ |
| 158 'browser/ui/gtk/gtk_expanded_container_unittest.cc', | 155 'browser/ui/gtk/gtk_expanded_container_unittest.cc', |
| 159 ], | 156 ], |
| 160 }], | 157 }], |
| 161 ], | 158 ], |
| 162 }], | 159 }], |
| 160 ['toolkit_uses_gtk == 1', { |
| 161 'sources': [ |
| 162 'base/dragdrop/gtk_dnd_util_unittest.cc', |
| 163 ], |
| 164 'dependencies': [ |
| 165 '../build/linux/system.gyp:gtk', |
| 166 ], |
| 167 }], |
| 163 ['toolkit_views==1', { | 168 ['toolkit_views==1', { |
| 164 'sources': [ | 169 'sources': [ |
| 165 'gfx/render_text_unittest.cc', | 170 'gfx/render_text_unittest.cc', |
| 166 ], | 171 ], |
| 167 }], | 172 }], |
| 168 ], | 173 ], |
| 169 }, | 174 }, |
| 170 ], | 175 ], |
| 171 } | 176 } |
| OLD | NEW |