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

Unified Diff: chrome/chrome_browser.gypi

Issue 8355042: aura: Use the existing notification system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 9 years, 2 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/ui/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
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 94cee8b5a7972c73aef2aa4bcdbddcfc9b86db8e..32dc374fb35af396796e834fe520298b92849287 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4802,6 +4802,8 @@
['include', '^browser/ui/views/location_bar/selected_keyword_view.h'],
['include', '^browser/ui/views/location_bar/star_view.cc'],
['include', '^browser/ui/views/location_bar/star_view.h'],
+ ['include', '^browser/ui/views/notifications/balloon_view.cc'],
+ ['include', '^browser/ui/views/notifications/balloon_view.h'],
['include', '^browser/ui/views/notifications/balloon_view_host.cc'],
['include', '^browser/ui/views/notifications/balloon_view_host.h'],
['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'],
@@ -5017,6 +5019,14 @@
['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.*'],
],
}],
+ # chromeos notifications are not used in aura.
+ ['chromeos==1 and use_aura==0', {
+ 'sources/': [
+ ['exclude', '^browser/notifications/balloon_collection_impl.cc'],
+ ['exclude', '^browser/notifications/balloon_collection_impl.h'],
+ ['exclude', '^browser/notifications/balloon_collection_views.cc'],
+ ],
+ }],
['chromeos==1',{
'sources/': [
['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'],
@@ -5028,10 +5038,7 @@
['exclude', '^browser/download/download_shelf_context_menu.cc'],
['exclude', '^browser/download/download_shelf_context_menu.h'],
['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
- ['exclude', '^browser/notifications/balloon_collection_impl.cc'],
- ['exclude', '^browser/notifications/balloon_collection_impl.h'],
['exclude', '^browser/notifications/balloon_collection_gtk.cc'],
- ['exclude', '^browser/notifications/balloon_collection_views.cc'],
['exclude', '^browser/ui/views/download/download_item_view.cc'],
['exclude', '^browser/ui/views/download/download_item_view.h'],
['exclude', '^browser/ui/views/download/download_shelf_context_menu_view.cc'],
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698