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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 'browser/cocoa/location_bar/autocomplete_text_field.h', | 853 'browser/cocoa/location_bar/autocomplete_text_field.h', |
854 'browser/cocoa/location_bar/autocomplete_text_field.mm', | 854 'browser/cocoa/location_bar/autocomplete_text_field.mm', |
855 'browser/cocoa/location_bar/autocomplete_text_field_cell.h', | 855 'browser/cocoa/location_bar/autocomplete_text_field_cell.h', |
856 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm', | 856 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm', |
857 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', | 857 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', |
858 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', | 858 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', |
859 'browser/cocoa/location_bar/bubble_decoration.h', | 859 'browser/cocoa/location_bar/bubble_decoration.h', |
860 'browser/cocoa/location_bar/bubble_decoration.mm', | 860 'browser/cocoa/location_bar/bubble_decoration.mm', |
861 'browser/cocoa/location_bar/ev_bubble_decoration.h', | 861 'browser/cocoa/location_bar/ev_bubble_decoration.h', |
862 'browser/cocoa/location_bar/ev_bubble_decoration.mm', | 862 'browser/cocoa/location_bar/ev_bubble_decoration.mm', |
| 863 'browser/cocoa/location_bar/image_decoration.h', |
| 864 'browser/cocoa/location_bar/image_decoration.mm', |
863 'browser/cocoa/location_bar/location_bar_decoration.h', | 865 'browser/cocoa/location_bar/location_bar_decoration.h', |
864 'browser/cocoa/location_bar/location_bar_decoration.mm', | 866 'browser/cocoa/location_bar/location_bar_decoration.mm', |
865 'browser/cocoa/location_bar/location_bar_view_mac.h', | 867 'browser/cocoa/location_bar/location_bar_view_mac.h', |
866 'browser/cocoa/location_bar/location_bar_view_mac.mm', | 868 'browser/cocoa/location_bar/location_bar_view_mac.mm', |
867 'browser/cocoa/location_bar/location_icon_decoration.h', | 869 'browser/cocoa/location_bar/location_icon_decoration.h', |
868 'browser/cocoa/location_bar/location_icon_decoration.mm', | 870 'browser/cocoa/location_bar/location_icon_decoration.mm', |
869 'browser/cocoa/location_bar/selected_keyword_decoration.h', | 871 'browser/cocoa/location_bar/selected_keyword_decoration.h', |
870 'browser/cocoa/location_bar/selected_keyword_decoration.mm', | 872 'browser/cocoa/location_bar/selected_keyword_decoration.mm', |
| 873 'browser/cocoa/location_bar/star_decoration.h', |
| 874 'browser/cocoa/location_bar/star_decoration.mm', |
871 'browser/cocoa/menu_button.h', | 875 'browser/cocoa/menu_button.h', |
872 'browser/cocoa/menu_button.mm', | 876 'browser/cocoa/menu_button.mm', |
873 'browser/cocoa/menu_controller.h', | 877 'browser/cocoa/menu_controller.h', |
874 'browser/cocoa/menu_controller.mm', | 878 'browser/cocoa/menu_controller.mm', |
875 'browser/cocoa/multi_key_equivalent_button.h', | 879 'browser/cocoa/multi_key_equivalent_button.h', |
876 'browser/cocoa/multi_key_equivalent_button.mm', | 880 'browser/cocoa/multi_key_equivalent_button.mm', |
877 'browser/cocoa/notifications/balloon_controller.mm', | 881 'browser/cocoa/notifications/balloon_controller.mm', |
878 'browser/cocoa/notifications/balloon_controller.h', | 882 'browser/cocoa/notifications/balloon_controller.h', |
879 'browser/cocoa/notifications/balloon_view_bridge.h', | 883 'browser/cocoa/notifications/balloon_view_bridge.h', |
880 'browser/cocoa/notifications/balloon_view_bridge.mm', | 884 'browser/cocoa/notifications/balloon_view_bridge.mm', |
(...skipping 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3589 ], | 3593 ], |
3590 }, | 3594 }, |
3591 ], | 3595 ], |
3592 } | 3596 } |
3593 | 3597 |
3594 # Local Variables: | 3598 # Local Variables: |
3595 # tab-width:2 | 3599 # tab-width:2 |
3596 # indent-tabs-mode:nil | 3600 # indent-tabs-mode:nil |
3597 # End: | 3601 # End: |
3598 # vim: set expandtab tabstop=2 shiftwidth=2: | 3602 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |