OLD | NEW |
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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 'browser/cocoa/sad_tab_controller.h', | 809 'browser/cocoa/sad_tab_controller.h', |
810 'browser/cocoa/sad_tab_controller.mm', | 810 'browser/cocoa/sad_tab_controller.mm', |
811 'browser/cocoa/sad_tab_view.h', | 811 'browser/cocoa/sad_tab_view.h', |
812 'browser/cocoa/sad_tab_view.mm', | 812 'browser/cocoa/sad_tab_view.mm', |
813 'browser/cocoa/scoped_authorizationref.h', | 813 'browser/cocoa/scoped_authorizationref.h', |
814 'browser/cocoa/search_engine_list_model.h', | 814 'browser/cocoa/search_engine_list_model.h', |
815 'browser/cocoa/search_engine_list_model.mm', | 815 'browser/cocoa/search_engine_list_model.mm', |
816 'browser/cocoa/section_separator_view.h', | 816 'browser/cocoa/section_separator_view.h', |
817 'browser/cocoa/section_separator_view.mm', | 817 'browser/cocoa/section_separator_view.mm', |
818 'browser/cocoa/shell_dialogs_mac.mm', | 818 'browser/cocoa/shell_dialogs_mac.mm', |
| 819 'browser/cocoa/side_tabs_toolbar_controller.h', |
| 820 'browser/cocoa/side_tabs_toolbar_controller.mm', |
819 'browser/cocoa/status_bubble_mac.h', | 821 'browser/cocoa/status_bubble_mac.h', |
820 'browser/cocoa/status_bubble_mac.mm', | 822 'browser/cocoa/status_bubble_mac.mm', |
821 'browser/cocoa/status_icons/status_icon_mac.h', | 823 'browser/cocoa/status_icons/status_icon_mac.h', |
822 'browser/cocoa/status_icons/status_icon_mac.mm', | 824 'browser/cocoa/status_icons/status_icon_mac.mm', |
823 'browser/cocoa/status_icons/status_tray_mac.h', | 825 'browser/cocoa/status_icons/status_tray_mac.h', |
824 'browser/cocoa/status_icons/status_tray_mac.mm', | 826 'browser/cocoa/status_icons/status_tray_mac.mm', |
825 'browser/cocoa/styled_text_field.h', | 827 'browser/cocoa/styled_text_field.h', |
826 'browser/cocoa/styled_text_field.mm', | 828 'browser/cocoa/styled_text_field.mm', |
827 'browser/cocoa/styled_text_field_cell.h', | 829 'browser/cocoa/styled_text_field_cell.h', |
828 'browser/cocoa/styled_text_field_cell.mm', | 830 'browser/cocoa/styled_text_field_cell.mm', |
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2808 'app/nibs/HttpAuthLoginSheet.xib', | 2810 'app/nibs/HttpAuthLoginSheet.xib', |
2809 'app/nibs/HungRendererDialog.xib', | 2811 'app/nibs/HungRendererDialog.xib', |
2810 'app/nibs/ImportSettingsDialog.xib', | 2812 'app/nibs/ImportSettingsDialog.xib', |
2811 'app/nibs/ImportProgressDialog.xib', | 2813 'app/nibs/ImportProgressDialog.xib', |
2812 'app/nibs/KeywordEditor.xib', | 2814 'app/nibs/KeywordEditor.xib', |
2813 'app/nibs/MainMenu.xib', | 2815 'app/nibs/MainMenu.xib', |
2814 'app/nibs/Preferences.xib', | 2816 'app/nibs/Preferences.xib', |
2815 'app/nibs/ReportBug.xib', | 2817 'app/nibs/ReportBug.xib', |
2816 'app/nibs/SadTab.xib', | 2818 'app/nibs/SadTab.xib', |
2817 'app/nibs/SaveAccessoryView.xib', | 2819 'app/nibs/SaveAccessoryView.xib', |
| 2820 'app/nibs/SideToolbar.xib', |
2818 'app/nibs/SyncCustomize.xib', | 2821 'app/nibs/SyncCustomize.xib', |
2819 'app/nibs/TaskManager.xib', | 2822 'app/nibs/TaskManager.xib', |
2820 'app/nibs/Toolbar.xib', | 2823 'app/nibs/Toolbar.xib', |
2821 ], | 2824 ], |
2822 }, | 2825 }, |
2823 'action_name': 'Process xibs for localization', | 2826 'action_name': 'Process xibs for localization', |
2824 'inputs': [ | 2827 'inputs': [ |
2825 '<(xib_localizer_tool_path)', | 2828 '<(xib_localizer_tool_path)', |
2826 '<@(xib_files_to_scan)', | 2829 '<@(xib_files_to_scan)', |
2827 ], | 2830 ], |
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3550 ], | 3553 ], |
3551 }, | 3554 }, |
3552 ], | 3555 ], |
3553 } | 3556 } |
3554 | 3557 |
3555 # Local Variables: | 3558 # Local Variables: |
3556 # tab-width:2 | 3559 # tab-width:2 |
3557 # indent-tabs-mode:nil | 3560 # indent-tabs-mode:nil |
3558 # End: | 3561 # End: |
3559 # vim: set expandtab tabstop=2 shiftwidth=2: | 3562 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |