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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 231723006: Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync after elliot's r263101 Created 6 years, 8 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 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 'browser/net/url_info.h', 1362 'browser/net/url_info.h',
1363 'browser/network_time/navigation_time_helper.cc', 1363 'browser/network_time/navigation_time_helper.cc',
1364 'browser/network_time/navigation_time_helper.h', 1364 'browser/network_time/navigation_time_helper.h',
1365 'browser/network_time/network_time.h', 1365 'browser/network_time/network_time.h',
1366 'browser/network_time/network_time_service.cc', 1366 'browser/network_time/network_time_service.cc',
1367 'browser/network_time/network_time_service.h', 1367 'browser/network_time/network_time_service.h',
1368 'browser/network_time/network_time_service_factory.cc', 1368 'browser/network_time/network_time_service_factory.cc',
1369 'browser/network_time/network_time_service_factory.h', 1369 'browser/network_time/network_time_service_factory.h',
1370 'browser/network_time/network_time_tracker.cc', 1370 'browser/network_time/network_time_tracker.cc',
1371 'browser/network_time/network_time_tracker.h', 1371 'browser/network_time/network_time_tracker.h',
1372 'browser/notifications/balloon.cc',
1373 'browser/notifications/balloon.h',
1374 'browser/notifications/balloon_collection.cc',
1375 'browser/notifications/balloon_collection.h',
1376 'browser/notifications/balloon_collection_base.cc',
1377 'browser/notifications/balloon_collection_base.h',
1378 'browser/notifications/balloon_collection_impl.cc',
1379 'browser/notifications/balloon_collection_impl.h',
1380 'browser/notifications/balloon_host.cc',
1381 'browser/notifications/balloon_host.h',
1382 'browser/notifications/balloon_notification_ui_manager.cc',
1383 'browser/notifications/balloon_notification_ui_manager.h',
1384 'browser/notifications/desktop_notification_service.cc', 1372 'browser/notifications/desktop_notification_service.cc',
1385 'browser/notifications/desktop_notification_service.h', 1373 'browser/notifications/desktop_notification_service.h',
1386 'browser/notifications/desktop_notification_service_factory.cc', 1374 'browser/notifications/desktop_notification_service_factory.cc',
1387 'browser/notifications/desktop_notification_service_factory.h', 1375 'browser/notifications/desktop_notification_service_factory.h',
1388 'browser/notifications/desktop_notification_service_win.cc', 1376 'browser/notifications/desktop_notification_service_win.cc',
1389 'browser/notifications/extension_welcome_notification.cc', 1377 'browser/notifications/extension_welcome_notification.cc',
1390 'browser/notifications/extension_welcome_notification.h', 1378 'browser/notifications/extension_welcome_notification.h',
1391 'browser/notifications/fake_balloon_view.cc',
1392 'browser/notifications/fake_balloon_view.h',
1393 'browser/notifications/message_center_notification_manager.cc', 1379 'browser/notifications/message_center_notification_manager.cc',
1394 'browser/notifications/message_center_notification_manager.h', 1380 'browser/notifications/message_center_notification_manager.h',
1395 'browser/notifications/message_center_notification_manager_win.cc', 1381 'browser/notifications/message_center_notification_manager_win.cc',
1396 'browser/notifications/message_center_settings_controller.cc', 1382 'browser/notifications/message_center_settings_controller.cc',
1397 'browser/notifications/message_center_settings_controller.h', 1383 'browser/notifications/message_center_settings_controller.h',
1398 'browser/notifications/message_center_stats_collector.cc', 1384 'browser/notifications/message_center_stats_collector.cc',
1399 'browser/notifications/message_center_stats_collector.h', 1385 'browser/notifications/message_center_stats_collector.h',
1400 'browser/notifications/notification.cc', 1386 'browser/notifications/notification.cc',
1401 'browser/notifications/notification.h', 1387 'browser/notifications/notification.h',
1402 'browser/notifications/screen_lock_notification_blocker.cc', 1388 'browser/notifications/screen_lock_notification_blocker.cc',
1403 'browser/notifications/screen_lock_notification_blocker.h', 1389 'browser/notifications/screen_lock_notification_blocker.h',
1404 'browser/notifications/fullscreen_notification_blocker.cc', 1390 'browser/notifications/fullscreen_notification_blocker.cc',
1405 'browser/notifications/fullscreen_notification_blocker.h', 1391 'browser/notifications/fullscreen_notification_blocker.h',
1406 'browser/notifications/login_state_notification_blocker_chromeos.cc', 1392 'browser/notifications/login_state_notification_blocker_chromeos.cc',
1407 'browser/notifications/login_state_notification_blocker_chromeos.h', 1393 'browser/notifications/login_state_notification_blocker_chromeos.h',
1408 'browser/notifications/notification_delegate.cc', 1394 'browser/notifications/notification_delegate.cc',
1409 'browser/notifications/notification_delegate.h', 1395 'browser/notifications/notification_delegate.h',
1410 'browser/notifications/notification_object_proxy.cc', 1396 'browser/notifications/notification_object_proxy.cc',
1411 'browser/notifications/notification_object_proxy.h', 1397 'browser/notifications/notification_object_proxy.h',
1412 'browser/notifications/notification_options_menu_model.cc',
1413 'browser/notifications/notification_options_menu_model.h',
1414 'browser/notifications/notification_prefs_manager.cc',
1415 'browser/notifications/notification_prefs_manager.h',
1416 'browser/notifications/notification_system_observer.cc', 1398 'browser/notifications/notification_system_observer.cc',
1417 'browser/notifications/notification_system_observer.h', 1399 'browser/notifications/notification_system_observer.h',
1418 'browser/notifications/notification_ui_manager.cc', 1400 'browser/notifications/notification_ui_manager.cc',
1419 'browser/notifications/notification_ui_manager.h', 1401 'browser/notifications/notification_ui_manager.h',
1420 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1402 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1421 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1403 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1422 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1404 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1423 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1405 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1424 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1406 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1425 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1407 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
(...skipping 2386 matching lines...) Expand 10 before | Expand all | Expand 10 after
3812 'package_name': 'org/chromium/chrome/browser', 3794 'package_name': 'org/chromium/chrome/browser',
3813 'template_deps': ['browser/android/tab_load_status.h'], 3795 'template_deps': ['browser/android/tab_load_status.h'],
3814 }, 3796 },
3815 'includes': [ '../build/android/java_cpp_template.gypi' ], 3797 'includes': [ '../build/android/java_cpp_template.gypi' ],
3816 }, 3798 },
3817 ], 3799 ],
3818 }, 3800 },
3819 ], 3801 ],
3820 ], 3802 ],
3821 } 3803 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc ('k') | chrome/chrome_nibs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698