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 19 matching lines...) Expand all Loading... |
30 'sources': [ | 30 'sources': [ |
31 # Note: file list duplicated in GN build. | 31 # Note: file list duplicated in GN build. |
32 'cocoa/notification_controller.h', | 32 'cocoa/notification_controller.h', |
33 'cocoa/notification_controller.mm', | 33 'cocoa/notification_controller.mm', |
34 'cocoa/opaque_views.h', | 34 'cocoa/opaque_views.h', |
35 'cocoa/opaque_views.mm', | 35 'cocoa/opaque_views.mm', |
36 'cocoa/popup_collection.h', | 36 'cocoa/popup_collection.h', |
37 'cocoa/popup_collection.mm', | 37 'cocoa/popup_collection.mm', |
38 'cocoa/popup_controller.h', | 38 'cocoa/popup_controller.h', |
39 'cocoa/popup_controller.mm', | 39 'cocoa/popup_controller.mm', |
40 'cocoa/settings_controller.h', | |
41 'cocoa/settings_controller.mm', | |
42 'cocoa/settings_entry_view.h', | |
43 'cocoa/settings_entry_view.mm', | |
44 'cocoa/status_item_view.h', | |
45 'cocoa/status_item_view.mm', | |
46 'cocoa/tray_controller.h', | |
47 'cocoa/tray_controller.mm', | |
48 'cocoa/tray_view_controller.h', | |
49 'cocoa/tray_view_controller.mm', | |
50 'dummy_message_center.cc', | 40 'dummy_message_center.cc', |
51 'message_center.cc', | 41 'message_center.cc', |
52 'message_center.h', | 42 'message_center.h', |
53 'message_center_export.h', | 43 'message_center_export.h', |
54 'message_center_impl.cc', | 44 'message_center_impl.cc', |
55 'message_center_impl.h', | 45 'message_center_impl.h', |
56 'message_center_observer.h', | 46 'message_center_observer.h', |
57 'message_center_style.cc', | 47 'message_center_style.cc', |
58 'message_center_style.h', | 48 'message_center_style.h', |
59 'message_center_switches.cc', | 49 'message_center_switches.cc', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 '../resources/ui_resources.gyp:ui_resources', | 193 '../resources/ui_resources.gyp:ui_resources', |
204 '../resources/ui_resources.gyp:ui_test_pak', | 194 '../resources/ui_resources.gyp:ui_test_pak', |
205 'message_center', | 195 'message_center', |
206 'message_center_test_support', | 196 'message_center_test_support', |
207 ], | 197 ], |
208 'sources': [ | 198 'sources': [ |
209 # Note: file list duplicated in GN build. | 199 # Note: file list duplicated in GN build. |
210 'cocoa/notification_controller_unittest.mm', | 200 'cocoa/notification_controller_unittest.mm', |
211 'cocoa/popup_collection_unittest.mm', | 201 'cocoa/popup_collection_unittest.mm', |
212 'cocoa/popup_controller_unittest.mm', | 202 'cocoa/popup_controller_unittest.mm', |
213 'cocoa/settings_controller_unittest.mm', | |
214 'cocoa/status_item_view_unittest.mm', | |
215 'cocoa/tray_controller_unittest.mm', | |
216 'cocoa/tray_view_controller_unittest.mm', | |
217 'message_center_impl_unittest.cc', | 203 'message_center_impl_unittest.cc', |
218 'message_center_tray_unittest.cc', | 204 'message_center_tray_unittest.cc', |
219 'notification_delegate_unittest.cc', | 205 'notification_delegate_unittest.cc', |
220 'notification_list_unittest.cc', | 206 'notification_list_unittest.cc', |
221 'test/run_all_unittests.cc', | 207 'test/run_all_unittests.cc', |
222 ], | 208 ], |
223 'conditions': [ | 209 'conditions': [ |
224 ['OS=="mac"', { | 210 ['OS=="mac"', { |
225 'dependencies': [ | 211 'dependencies': [ |
226 '../gfx/gfx.gyp:gfx_test_support', | 212 '../gfx/gfx.gyp:gfx_test_support', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'dependencies': [ | 264 'dependencies': [ |
279 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 265 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
280 ], | 266 ], |
281 }], | 267 }], |
282 ], | 268 ], |
283 }, | 269 }, |
284 ], | 270 ], |
285 }], | 271 }], |
286 ], | 272 ], |
287 } | 273 } |
OLD | NEW |