| 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 { |
| 11 'target_name': 'message_center', | 11 'target_name': 'message_center', |
| 12 'type': '<(component)', | 12 'type': '<(component)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:base_i18n', | 15 '../../base/base.gyp:base_i18n', |
| 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 17 '../../build/temp_gyp/googleurl.gyp:googleurl', | |
| 18 '../../skia/skia.gyp:skia', | 17 '../../skia/skia.gyp:skia', |
| 18 '../../url/url.gyp:url', |
| 19 '../base/strings/ui_strings.gyp:ui_strings', | 19 '../base/strings/ui_strings.gyp:ui_strings', |
| 20 '../compositor/compositor.gyp:compositor', | 20 '../compositor/compositor.gyp:compositor', |
| 21 '../ui.gyp:ui', | 21 '../ui.gyp:ui', |
| 22 '../ui.gyp:ui_resources', | 22 '../ui.gyp:ui_resources', |
| 23 ], | 23 ], |
| 24 'defines': [ | 24 'defines': [ |
| 25 'MESSAGE_CENTER_IMPLEMENTATION', | 25 'MESSAGE_CENTER_IMPLEMENTATION', |
| 26 ], | 26 ], |
| 27 'sources': [ | 27 'sources': [ |
| 28 'cocoa/notification_controller.h', | 28 'cocoa/notification_controller.h', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 ], | 129 ], |
| 130 'sources': [ | 130 'sources': [ |
| 131 'views/bounded_label_unittest.cc', | 131 'views/bounded_label_unittest.cc', |
| 132 'views/message_center_view_unittest.cc', | 132 'views/message_center_view_unittest.cc', |
| 133 ], | 133 ], |
| 134 }], | 134 }], |
| 135 ], | 135 ], |
| 136 }, # target_name: message_center_unittests | 136 }, # target_name: message_center_unittests |
| 137 ], | 137 ], |
| 138 } | 138 } |
| OLD | NEW |