| 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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 'browser/cocoa/l10n_util.h', | 867 'browser/cocoa/l10n_util.h', |
| 868 'browser/cocoa/l10n_util.mm', | 868 'browser/cocoa/l10n_util.mm', |
| 869 'browser/cocoa/location_bar/autocomplete_text_field.h', | 869 'browser/cocoa/location_bar/autocomplete_text_field.h', |
| 870 'browser/cocoa/location_bar/autocomplete_text_field.mm', | 870 'browser/cocoa/location_bar/autocomplete_text_field.mm', |
| 871 'browser/cocoa/location_bar/autocomplete_text_field_cell.h', | 871 'browser/cocoa/location_bar/autocomplete_text_field_cell.h', |
| 872 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm', | 872 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm', |
| 873 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', | 873 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', |
| 874 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', | 874 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', |
| 875 'browser/cocoa/location_bar/bubble_decoration.h', | 875 'browser/cocoa/location_bar/bubble_decoration.h', |
| 876 'browser/cocoa/location_bar/bubble_decoration.mm', | 876 'browser/cocoa/location_bar/bubble_decoration.mm', |
| 877 'browser/cocoa/location_bar/content_setting_decoration.h', |
| 878 'browser/cocoa/location_bar/content_setting_decoration.mm', |
| 877 'browser/cocoa/location_bar/ev_bubble_decoration.h', | 879 'browser/cocoa/location_bar/ev_bubble_decoration.h', |
| 878 'browser/cocoa/location_bar/ev_bubble_decoration.mm', | 880 'browser/cocoa/location_bar/ev_bubble_decoration.mm', |
| 879 'browser/cocoa/location_bar/image_decoration.h', | 881 'browser/cocoa/location_bar/image_decoration.h', |
| 880 'browser/cocoa/location_bar/image_decoration.mm', | 882 'browser/cocoa/location_bar/image_decoration.mm', |
| 881 'browser/cocoa/location_bar/location_bar_decoration.h', | 883 'browser/cocoa/location_bar/location_bar_decoration.h', |
| 882 'browser/cocoa/location_bar/location_bar_decoration.mm', | 884 'browser/cocoa/location_bar/location_bar_decoration.mm', |
| 883 'browser/cocoa/location_bar/location_bar_view_mac.h', | 885 'browser/cocoa/location_bar/location_bar_view_mac.h', |
| 884 'browser/cocoa/location_bar/location_bar_view_mac.mm', | 886 'browser/cocoa/location_bar/location_bar_view_mac.mm', |
| 885 'browser/cocoa/location_bar/location_icon_decoration.h', | 887 'browser/cocoa/location_bar/location_icon_decoration.h', |
| 886 'browser/cocoa/location_bar/location_icon_decoration.mm', | 888 'browser/cocoa/location_bar/location_icon_decoration.mm', |
| (...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3630 ], | 3632 ], |
| 3631 }, | 3633 }, |
| 3632 ], | 3634 ], |
| 3633 } | 3635 } |
| 3634 | 3636 |
| 3635 # Local Variables: | 3637 # Local Variables: |
| 3636 # tab-width:2 | 3638 # tab-width:2 |
| 3637 # indent-tabs-mode:nil | 3639 # indent-tabs-mode:nil |
| 3638 # End: | 3640 # End: |
| 3639 # vim: set expandtab tabstop=2 shiftwidth=2: | 3641 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |