| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'ui_test_support', | 47 'ui_test_support', |
| 48 ], | 48 ], |
| 49 'sources': [ | 49 'sources': [ |
| 50 'base/animation/animation_container_unittest.cc', | 50 'base/animation/animation_container_unittest.cc', |
| 51 'base/animation/animation_unittest.cc', | 51 'base/animation/animation_unittest.cc', |
| 52 'base/animation/multi_animation_unittest.cc', | 52 'base/animation/multi_animation_unittest.cc', |
| 53 'base/animation/slide_animation_unittest.cc', | 53 'base/animation/slide_animation_unittest.cc', |
| 54 'base/clipboard/clipboard_unittest.cc', | 54 'base/clipboard/clipboard_unittest.cc', |
| 55 'base/clipboard/custom_data_helper_unittest.cc', | 55 'base/clipboard/custom_data_helper_unittest.cc', |
| 56 'base/cocoa/base_view_unittest.mm', | 56 'base/cocoa/base_view_unittest.mm', |
| 57 'base/cocoa/fullscreen_window_manager_unittest.mm', |
| 57 'base/cocoa/events_mac_unittest.mm', | 58 'base/cocoa/events_mac_unittest.mm', |
| 58 'base/cocoa/focus_tracker_unittest.mm', | 59 'base/cocoa/focus_tracker_unittest.mm', |
| 59 'base/gtk/gtk_expanded_container_unittest.cc', | 60 'base/gtk/gtk_expanded_container_unittest.cc', |
| 60 'base/gtk/gtk_im_context_util_unittest.cc', | 61 'base/gtk/gtk_im_context_util_unittest.cc', |
| 61 'base/l10n/l10n_util_mac_unittest.mm', | 62 'base/l10n/l10n_util_mac_unittest.mm', |
| 62 'base/l10n/l10n_util_unittest.cc', | 63 'base/l10n/l10n_util_unittest.cc', |
| 63 'base/models/list_model_unittest.cc', | 64 'base/models/list_model_unittest.cc', |
| 64 'base/models/tree_node_iterator_unittest.cc', | 65 'base/models/tree_node_iterator_unittest.cc', |
| 65 'base/models/tree_node_model_unittest.cc', | 66 'base/models/tree_node_model_unittest.cc', |
| 66 'base/range/range_unittest.cc', | 67 'base/range/range_unittest.cc', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 ['use_aura==1', { | 180 ['use_aura==1', { |
| 180 'sources!': [ | 181 'sources!': [ |
| 181 'base/view_prop_unittest.cc', | 182 'base/view_prop_unittest.cc', |
| 182 'gfx/screen_unittest.cc', | 183 'gfx/screen_unittest.cc', |
| 183 ], | 184 ], |
| 184 }], | 185 }], |
| 185 ], | 186 ], |
| 186 }, | 187 }, |
| 187 ], | 188 ], |
| 188 } | 189 } |
| OLD | NEW |