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

Unified Diff: chrome/chrome_browser.gypi

Issue 1055005: Refactor BalloonViewHost, removing a lot of duplicate code that crept into no... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 42363)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1568,6 +1568,8 @@
'browser/net/websocket_experiment/websocket_experiment_task.h',
'browser/notifications/balloon.cc',
'browser/notifications/balloon.h',
+ 'browser/notifications/balloon_host.h',
+ 'browser/notifications/balloon_host.cc',
'browser/notifications/balloon_collection.cc',
'browser/notifications/balloon_collection.h',
'browser/notifications/balloon_collection_impl.h',
@@ -2661,7 +2663,7 @@
['exclude', '^browser/views/'],
],
'conditions': [
- ['OS=="linux" and (toolkit_views==1 or chromeos==1)',{
+ ['OS=="linux" and (toolkit_views==1 or chromeos==1)',{
'dependencies': [
'../views/views.gyp:views',
],
« no previous file with comments | « chrome/browser/views/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698