| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'gfx_resources', | 42 'gfx_resources', |
| 43 'ui', | 43 'ui', |
| 44 'ui_test_support', | 44 'ui_test_support', |
| 45 ], | 45 ], |
| 46 'sources': [ | 46 'sources': [ |
| 47 'base/animation/animation_container_unittest.cc', | 47 'base/animation/animation_container_unittest.cc', |
| 48 'base/animation/animation_unittest.cc', | 48 'base/animation/animation_unittest.cc', |
| 49 'base/animation/multi_animation_unittest.cc', | 49 'base/animation/multi_animation_unittest.cc', |
| 50 'base/animation/slide_animation_unittest.cc', | 50 'base/animation/slide_animation_unittest.cc', |
| 51 'base/clipboard/clipboard_unittest.cc', | 51 'base/clipboard/clipboard_unittest.cc', |
| 52 'base/clipboard/custom_data_helper_unittest.cc', |
| 52 'base/cocoa/base_view_unittest.mm', | 53 'base/cocoa/base_view_unittest.mm', |
| 53 'base/gtk/gtk_expanded_container_unittest.cc', | 54 'base/gtk/gtk_expanded_container_unittest.cc', |
| 54 'base/gtk/gtk_im_context_util_unittest.cc', | 55 'base/gtk/gtk_im_context_util_unittest.cc', |
| 55 'base/ime/character_composer_unittest.cc', | 56 'base/ime/character_composer_unittest.cc', |
| 56 'base/l10n/l10n_util_mac_unittest.mm', | 57 'base/l10n/l10n_util_mac_unittest.mm', |
| 57 'base/l10n/l10n_util_unittest.cc', | 58 'base/l10n/l10n_util_unittest.cc', |
| 58 'base/models/tree_node_iterator_unittest.cc', | 59 'base/models/tree_node_iterator_unittest.cc', |
| 59 'base/models/tree_node_model_unittest.cc', | 60 'base/models/tree_node_model_unittest.cc', |
| 60 'base/range/range_unittest.cc', | 61 'base/range/range_unittest.cc', |
| 61 'base/range/range_mac_unittest.mm', | 62 'base/range/range_mac_unittest.mm', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 }], | 173 }], |
| 173 ['use_ibus != 1', { | 174 ['use_ibus != 1', { |
| 174 'sources/': [ | 175 'sources/': [ |
| 175 ['exclude', 'base/ime/character_composer_unittest.cc'], | 176 ['exclude', 'base/ime/character_composer_unittest.cc'], |
| 176 ], | 177 ], |
| 177 }], | 178 }], |
| 178 ], | 179 ], |
| 179 }, | 180 }, |
| 180 ], | 181 ], |
| 181 } | 182 } |
| OLD | NEW |