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

Side by Side 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, 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 unified diff | 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 »
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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'browser/cocoa/sad_tab_view.h', 683 'browser/cocoa/sad_tab_view.h',
684 'browser/cocoa/sad_tab_view.mm', 684 'browser/cocoa/sad_tab_view.mm',
685 'browser/cocoa/scoped_authorizationref.h', 685 'browser/cocoa/scoped_authorizationref.h',
686 'browser/cocoa/search_engine_list_model.h', 686 'browser/cocoa/search_engine_list_model.h',
687 'browser/cocoa/search_engine_list_model.mm', 687 'browser/cocoa/search_engine_list_model.mm',
688 'browser/cocoa/section_separator_view.h', 688 'browser/cocoa/section_separator_view.h',
689 'browser/cocoa/section_separator_view.mm', 689 'browser/cocoa/section_separator_view.mm',
690 'browser/cocoa/shell_dialogs_mac.mm', 690 'browser/cocoa/shell_dialogs_mac.mm',
691 'browser/cocoa/status_bubble_mac.h', 691 'browser/cocoa/status_bubble_mac.h',
692 'browser/cocoa/status_bubble_mac.mm', 692 'browser/cocoa/status_bubble_mac.mm',
693 'browser/cocoa/status_icons/status_icon_mac.h',
694 'browser/cocoa/status_icons/status_icon_mac.mm',
693 'browser/cocoa/styled_text_field.h', 695 'browser/cocoa/styled_text_field.h',
694 'browser/cocoa/styled_text_field.mm', 696 'browser/cocoa/styled_text_field.mm',
695 'browser/cocoa/styled_text_field_cell.h', 697 'browser/cocoa/styled_text_field_cell.h',
696 'browser/cocoa/styled_text_field_cell.mm', 698 'browser/cocoa/styled_text_field_cell.mm',
697 'browser/cocoa/tab_contents_controller.h', 699 'browser/cocoa/tab_contents_controller.h',
698 'browser/cocoa/tab_contents_controller.mm', 700 'browser/cocoa/tab_contents_controller.mm',
699 'browser/cocoa/tab_controller.h', 701 'browser/cocoa/tab_controller.h',
700 'browser/cocoa/tab_controller.mm', 702 'browser/cocoa/tab_controller.mm',
701 'browser/cocoa/tab_strip_controller.h', 703 'browser/cocoa/tab_strip_controller.h',
702 'browser/cocoa/tab_strip_controller.mm', 704 'browser/cocoa/tab_strip_controller.mm',
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 'browser/ssl/ssl_host_state.cc', 1793 'browser/ssl/ssl_host_state.cc',
1792 'browser/ssl/ssl_host_state.h', 1794 'browser/ssl/ssl_host_state.h',
1793 'browser/ssl/ssl_manager.cc', 1795 'browser/ssl/ssl_manager.cc',
1794 'browser/ssl/ssl_manager.h', 1796 'browser/ssl/ssl_manager.h',
1795 'browser/ssl/ssl_policy.cc', 1797 'browser/ssl/ssl_policy.cc',
1796 'browser/ssl/ssl_policy.h', 1798 'browser/ssl/ssl_policy.h',
1797 'browser/ssl/ssl_policy_backend.cc', 1799 'browser/ssl/ssl_policy_backend.cc',
1798 'browser/ssl/ssl_policy_backend.h', 1800 'browser/ssl/ssl_policy_backend.h',
1799 'browser/ssl/ssl_request_info.h', 1801 'browser/ssl/ssl_request_info.h',
1800 'browser/status_bubble.h', 1802 'browser/status_bubble.h',
1803 'browser/status_icons/status_tray.cc',
1804 'browser/status_icons/status_tray.h',
1805 'browser/status_icons/status_tray_manager.cc',
1806 'browser/status_icons/status_tray_manager.h',
1807 'browser/status_icons/status_icon.h',
1801 'browser/transport_security_persister.cc', 1808 'browser/transport_security_persister.cc',
1802 'browser/transport_security_persister.h', 1809 'browser/transport_security_persister.h',
1803 'browser/sync/engine/syncapi.h', 1810 'browser/sync/engine/syncapi.h',
1804 'browser/sync/glue/autofill_change_processor.h', 1811 'browser/sync/glue/autofill_change_processor.h',
1805 'browser/sync/glue/autofill_change_processor.cc', 1812 'browser/sync/glue/autofill_change_processor.cc',
1806 'browser/sync/glue/autofill_data_type_controller.cc', 1813 'browser/sync/glue/autofill_data_type_controller.cc',
1807 'browser/sync/glue/autofill_data_type_controller.h', 1814 'browser/sync/glue/autofill_data_type_controller.h',
1808 'browser/sync/glue/autofill_model_associator.h', 1815 'browser/sync/glue/autofill_model_associator.h',
1809 'browser/sync/glue/autofill_model_associator.cc', 1816 'browser/sync/glue/autofill_model_associator.cc',
1810 'browser/sync/glue/bookmark_change_processor.cc', 1817 'browser/sync/glue/bookmark_change_processor.cc',
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2890 ], 2897 ],
2891 }, 2898 },
2892 ], 2899 ],
2893 } 2900 }
2894 2901
2895 # Local Variables: 2902 # Local Variables:
2896 # tab-width:2 2903 # tab-width:2
2897 # indent-tabs-mode:nil 2904 # indent-tabs-mode:nil
2898 # End: 2905 # End:
2899 # vim: set expandtab tabstop=2 shiftwidth=2: 2906 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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