Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test failures Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'browser/notifications/balloon_notification_ui_manager.h', 1194 'browser/notifications/balloon_notification_ui_manager.h',
1195 'browser/notifications/desktop_notification_service.cc', 1195 'browser/notifications/desktop_notification_service.cc',
1196 'browser/notifications/desktop_notification_service.h', 1196 'browser/notifications/desktop_notification_service.h',
1197 'browser/notifications/desktop_notification_service_factory.cc', 1197 'browser/notifications/desktop_notification_service_factory.cc',
1198 'browser/notifications/desktop_notification_service_factory.h', 1198 'browser/notifications/desktop_notification_service_factory.h',
1199 'browser/notifications/desktop_notification_service_win.cc', 1199 'browser/notifications/desktop_notification_service_win.cc',
1200 'browser/notifications/fake_balloon_view.cc', 1200 'browser/notifications/fake_balloon_view.cc',
1201 'browser/notifications/fake_balloon_view.h', 1201 'browser/notifications/fake_balloon_view.h',
1202 'browser/notifications/message_center_notification_manager.cc', 1202 'browser/notifications/message_center_notification_manager.cc',
1203 'browser/notifications/message_center_notification_manager.h', 1203 'browser/notifications/message_center_notification_manager.h',
1204 'browser/notifications/message_center_notification_manager_win.cc',
1204 'browser/notifications/message_center_settings_controller.cc', 1205 'browser/notifications/message_center_settings_controller.cc',
1205 'browser/notifications/message_center_settings_controller.h', 1206 'browser/notifications/message_center_settings_controller.h',
1206 'browser/notifications/notification.cc', 1207 'browser/notifications/notification.cc',
1207 'browser/notifications/notification.h', 1208 'browser/notifications/notification.h',
1208 'browser/notifications/notification_audio_controller.cc', 1209 'browser/notifications/notification_audio_controller.cc',
1209 'browser/notifications/notification_audio_controller.h', 1210 'browser/notifications/notification_audio_controller.h',
1210 'browser/notifications/notification_delegate.cc', 1211 'browser/notifications/notification_delegate.cc',
1211 'browser/notifications/notification_delegate.h', 1212 'browser/notifications/notification_delegate.h',
1212 'browser/notifications/notification_object_proxy.cc', 1213 'browser/notifications/notification_object_proxy.cc',
1213 'browser/notifications/notification_object_proxy.h', 1214 'browser/notifications/notification_object_proxy.h',
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
3306 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3307 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3308 }, 3309 },
3309 'includes': [ '../build/android/java_cpp_template.gypi' ], 3310 'includes': [ '../build/android/java_cpp_template.gypi' ],
3310 }, 3311 },
3311 ], 3312 ],
3312 }, 3313 },
3313 ], 3314 ],
3314 ], 3315 ],
3315 } 3316 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698