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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4635007: When an extension is uninstalled, close all desktop notifications from that e... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2294 'browser/net/websocket_experiment/websocket_experiment_runner.cc', 2294 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
2295 'browser/net/websocket_experiment/websocket_experiment_runner.h', 2295 'browser/net/websocket_experiment/websocket_experiment_runner.h',
2296 'browser/net/websocket_experiment/websocket_experiment_task.cc', 2296 'browser/net/websocket_experiment/websocket_experiment_task.cc',
2297 'browser/net/websocket_experiment/websocket_experiment_task.h', 2297 'browser/net/websocket_experiment/websocket_experiment_task.h',
2298 'browser/notifications/balloon.cc', 2298 'browser/notifications/balloon.cc',
2299 'browser/notifications/balloon.h', 2299 'browser/notifications/balloon.h',
2300 'browser/notifications/balloon_host.h', 2300 'browser/notifications/balloon_host.h',
2301 'browser/notifications/balloon_host.cc', 2301 'browser/notifications/balloon_host.cc',
2302 'browser/notifications/balloon_collection.cc', 2302 'browser/notifications/balloon_collection.cc',
2303 'browser/notifications/balloon_collection.h', 2303 'browser/notifications/balloon_collection.h',
2304 'browser/notifications/balloon_collection_base.cc',
2305 'browser/notifications/balloon_collection_base.h',
2304 'browser/notifications/balloon_collection_impl.h', 2306 'browser/notifications/balloon_collection_impl.h',
2305 'browser/notifications/balloon_collection_win.cc', 2307 'browser/notifications/balloon_collection_win.cc',
2306 'browser/notifications/balloon_collection_mac.mm', 2308 'browser/notifications/balloon_collection_mac.mm',
2307 'browser/notifications/balloon_collection_linux.cc', 2309 'browser/notifications/balloon_collection_linux.cc',
2308 'browser/notifications/desktop_notification_service.cc', 2310 'browser/notifications/desktop_notification_service.cc',
2309 'browser/notifications/desktop_notification_service.h', 2311 'browser/notifications/desktop_notification_service.h',
2310 'browser/notifications/notification.cc', 2312 'browser/notifications/notification.cc',
2311 'browser/notifications/notification.h', 2313 'browser/notifications/notification.h',
2312 'browser/notifications/notification_delegate.h', 2314 'browser/notifications/notification_delegate.h',
2313 'browser/notifications/notification_exceptions_table_model.cc', 2315 'browser/notifications/notification_exceptions_table_model.cc',
(...skipping 1996 matching lines...) Expand 10 before | Expand all | Expand 10 after
4310 ], 4312 ],
4311 }, 4313 },
4312 ], 4314 ],
4313 } 4315 }
4314 4316
4315 # Local Variables: 4317 # Local Variables:
4316 # tab-width:2 4318 # tab-width:2
4317 # indent-tabs-mode:nil 4319 # indent-tabs-mode:nil
4318 # End: 4320 # End:
4319 # vim: set expandtab tabstop=2 shiftwidth=2: 4321 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698