| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'message_center.cc', | 50 'message_center.cc', |
| 51 'message_center.h', | 51 'message_center.h', |
| 52 'message_center_export.h', | 52 'message_center_export.h', |
| 53 'notification_delegate.cc', | 53 'notification_delegate.cc', |
| 54 'notification_delegate.h', | 54 'notification_delegate.h', |
| 55 'message_center_impl.cc', | 55 'message_center_impl.cc', |
| 56 'message_center_impl.h', | 56 'message_center_impl.h', |
| 57 'message_center_observer.h', | 57 'message_center_observer.h', |
| 58 'message_center_style.cc', | 58 'message_center_style.cc', |
| 59 'message_center_style.h', | 59 'message_center_style.h', |
| 60 'message_center_switches.cc', |
| 61 'message_center_switches.h', |
| 60 'message_center_tray.cc', | 62 'message_center_tray.cc', |
| 61 'message_center_tray.h', | 63 'message_center_tray.h', |
| 62 'message_center_tray_delegate.h', | 64 'message_center_tray_delegate.h', |
| 63 'message_center_types.h', | 65 'message_center_types.h', |
| 64 'notification.cc', | 66 'notification.cc', |
| 65 'notification.h', | 67 'notification.h', |
| 66 'notification_blocker.cc', | 68 'notification_blocker.cc', |
| 67 'notification_blocker.h', | 69 'notification_blocker.h', |
| 68 'notification_list.cc', | 70 'notification_list.cc', |
| 69 'notification_list.h', | 71 'notification_list.h', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 # See http://crbug.com/162998#c4 for why this is needed. | 247 # See http://crbug.com/162998#c4 for why this is needed. |
| 246 ['OS=="linux" and use_allocator!="none"', { | 248 ['OS=="linux" and use_allocator!="none"', { |
| 247 'dependencies': [ | 249 'dependencies': [ |
| 248 '../../base/allocator/allocator.gyp:allocator', | 250 '../../base/allocator/allocator.gyp:allocator', |
| 249 ], | 251 ], |
| 250 }], | 252 }], |
| 251 ], | 253 ], |
| 252 }, # target_name: message_center_unittests | 254 }, # target_name: message_center_unittests |
| 253 ], | 255 ], |
| 254 } | 256 } |
| OLD | NEW |