| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 '../ui.gyp:ui_test_support', | 122 '../ui.gyp:ui_test_support', |
| 123 ], | 123 ], |
| 124 }], | 124 }], |
| 125 ['toolkit_views==1', { | 125 ['toolkit_views==1', { |
| 126 'dependencies': [ | 126 'dependencies': [ |
| 127 # Compositor is needed by message_center_view_unittest.cc | 127 # Compositor is needed by message_center_view_unittest.cc |
| 128 # and for the fonts used by bounded_label_unittest.cc. | 128 # and for the fonts used by bounded_label_unittest.cc. |
| 129 '../compositor/compositor.gyp:compositor', | 129 '../compositor/compositor.gyp:compositor', |
| 130 '../compositor/compositor.gyp:compositor_test_support', | 130 '../compositor/compositor.gyp:compositor_test_support', |
| 131 '../views/views.gyp:views', | 131 '../views/views.gyp:views', |
| 132 '../views/views.gyp:views_test_support', |
| 132 ], | 133 ], |
| 133 'sources': [ | 134 'sources': [ |
| 134 'views/bounded_label_unittest.cc', | 135 'views/bounded_label_unittest.cc', |
| 135 'views/message_center_view_unittest.cc', | 136 'views/message_center_view_unittest.cc', |
| 137 'views/message_popup_collection_unittest.cc', |
| 136 ], | 138 ], |
| 137 }], | 139 }], |
| 138 ], | 140 ], |
| 139 }, # target_name: message_center_unittests | 141 }, # target_name: message_center_unittests |
| 140 ], | 142 ], |
| 141 } | 143 } |
| OLD | NEW |