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

Unified Diff: chrome/chrome_browser.gypi

Issue 661454: Initial implementation of status tray functionality (mac-only, currently). (Closed)
Patch Set: more changes per review feedback Created 10 years, 10 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/status_icons/status_tray_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 2252f694f8128fa572974e0c7f69cb544ff8ad82..7ffacbd9967f04274a2efed54cafba558c878883 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -690,6 +690,8 @@
'browser/cocoa/shell_dialogs_mac.mm',
'browser/cocoa/status_bubble_mac.h',
'browser/cocoa/status_bubble_mac.mm',
+ 'browser/cocoa/status_icons/status_icon_mac.h',
+ 'browser/cocoa/status_icons/status_icon_mac.mm',
'browser/cocoa/styled_text_field.h',
'browser/cocoa/styled_text_field.mm',
'browser/cocoa/styled_text_field_cell.h',
@@ -1798,6 +1800,11 @@
'browser/ssl/ssl_policy_backend.h',
'browser/ssl/ssl_request_info.h',
'browser/status_bubble.h',
+ 'browser/status_icons/status_tray.cc',
+ 'browser/status_icons/status_tray.h',
+ 'browser/status_icons/status_tray_manager.cc',
+ 'browser/status_icons/status_tray_manager.h',
+ 'browser/status_icons/status_icon.h',
'browser/transport_security_persister.cc',
'browser/transport_security_persister.h',
'browser/sync/engine/syncapi.h',
« no previous file with comments | « chrome/browser/status_icons/status_tray_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698