| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 'browser/notifications/desktop_notification_profile_util.cc', | 2194 'browser/notifications/desktop_notification_profile_util.cc', |
| 2195 'browser/notifications/desktop_notification_profile_util.h', | 2195 'browser/notifications/desktop_notification_profile_util.h', |
| 2196 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 2196 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
| 2197 'browser/notifications/login_state_notification_blocker_chromeos.h', | 2197 'browser/notifications/login_state_notification_blocker_chromeos.h', |
| 2198 'browser/notifications/message_center_display_service.cc', | 2198 'browser/notifications/message_center_display_service.cc', |
| 2199 'browser/notifications/message_center_display_service.h', | 2199 'browser/notifications/message_center_display_service.h', |
| 2200 'browser/notifications/native_notification_display_service.cc', | 2200 'browser/notifications/native_notification_display_service.cc', |
| 2201 'browser/notifications/native_notification_display_service.h', | 2201 'browser/notifications/native_notification_display_service.h', |
| 2202 'browser/notifications/notification.cc', | 2202 'browser/notifications/notification.cc', |
| 2203 'browser/notifications/notification.h', | 2203 'browser/notifications/notification.h', |
| 2204 'browser/notifications/notification_builder_mac.mm', |
| 2205 'browser/notifications/notification_builder_mac.h', |
| 2204 'browser/notifications/notification_delegate.h', | 2206 'browser/notifications/notification_delegate.h', |
| 2205 'browser/notifications/notification_display_service.h', | 2207 'browser/notifications/notification_display_service.h', |
| 2206 'browser/notifications/notification_display_service_factory.cc', | 2208 'browser/notifications/notification_display_service_factory.cc', |
| 2207 'browser/notifications/notification_display_service_factory.h', | 2209 'browser/notifications/notification_display_service_factory.h', |
| 2208 'browser/notifications/notification_object_proxy.cc', | 2210 'browser/notifications/notification_object_proxy.cc', |
| 2209 'browser/notifications/notification_object_proxy.h', | 2211 'browser/notifications/notification_object_proxy.h', |
| 2210 'browser/notifications/notification_permission_context.cc', | 2212 'browser/notifications/notification_permission_context.cc', |
| 2211 'browser/notifications/notification_permission_context.h', | 2213 'browser/notifications/notification_permission_context.h', |
| 2212 'browser/notifications/notification_platform_bridge.h', | 2214 'browser/notifications/notification_platform_bridge.h', |
| 2213 'browser/notifications/notification_platform_bridge_mac.h', | 2215 'browser/notifications/notification_platform_bridge_mac.h', |
| (...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3731 'conditions': [ | 3733 'conditions': [ |
| 3732 ['android_java_ui==0', { | 3734 ['android_java_ui==0', { |
| 3733 'sources': [ | 3735 'sources': [ |
| 3734 '<@(chrome_browser_notifications_non_android_sources)', | 3736 '<@(chrome_browser_notifications_non_android_sources)', |
| 3735 ], | 3737 ], |
| 3736 }, { | 3738 }, { |
| 3737 'sources': [ | 3739 'sources': [ |
| 3738 '<@(chrome_browser_notifications_android_java_ui_sources)', | 3740 '<@(chrome_browser_notifications_android_java_ui_sources)', |
| 3739 ], | 3741 ], |
| 3740 }], | 3742 }], |
| 3741 ['OS=="mac"', { | |
| 3742 'dependencies' : [ | |
| 3743 'browser/ui/cocoa/notifications/notification_common.gyp:notifica
tion_common', | |
| 3744 ], | |
| 3745 }], | |
| 3746 ], | 3743 ], |
| 3747 }], | 3744 }], |
| 3748 ['enable_themes==1', { | 3745 ['enable_themes==1', { |
| 3749 'sources': [ '<@(chrome_browser_themes_sources)' ], | 3746 'sources': [ '<@(chrome_browser_themes_sources)' ], |
| 3750 }], | 3747 }], |
| 3751 # Some form of printing support. | 3748 # Some form of printing support. |
| 3752 ['enable_basic_printing==1 or enable_print_preview==1', { | 3749 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 3753 'dependencies': [ | 3750 'dependencies': [ |
| 3754 '../printing/printing.gyp:printing', | 3751 '../printing/printing.gyp:printing', |
| 3755 ], | 3752 ], |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4281 '../components/components.gyp:rlz', | 4278 '../components/components.gyp:rlz', |
| 4282 '../components/components.gyp:search_engines', | 4279 '../components/components.gyp:search_engines', |
| 4283 '../rlz/rlz.gyp:rlz_lib', | 4280 '../rlz/rlz.gyp:rlz_lib', |
| 4284 'common', | 4281 'common', |
| 4285 ], | 4282 ], |
| 4286 }, | 4283 }, |
| 4287 ], | 4284 ], |
| 4288 }], | 4285 }], |
| 4289 ], | 4286 ], |
| 4290 } | 4287 } |
| OLD | NEW |