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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1139 'browser/dock_info_gtk.cc', | 1139 'browser/dock_info_gtk.cc', |
1140 'browser/dock_info_mac.cc', | 1140 'browser/dock_info_mac.cc', |
1141 'browser/dock_info_win.cc', | 1141 'browser/dock_info_win.cc', |
1142 'browser/dock_info.cc', | 1142 'browser/dock_info.cc', |
1143 'browser/dock_info.h', | 1143 'browser/dock_info.h', |
1144 'browser/dom_operation_notification_details.h', | 1144 'browser/dom_operation_notification_details.h', |
1145 'browser/dom_ui/app_launcher_handler.cc', | 1145 'browser/dom_ui/app_launcher_handler.cc', |
1146 'browser/dom_ui/app_launcher_handler.h', | 1146 'browser/dom_ui/app_launcher_handler.h', |
1147 'browser/dom_ui/autofill_edit_address_handler.cc', | 1147 'browser/dom_ui/autofill_edit_address_handler.cc', |
1148 'browser/dom_ui/autofill_edit_address_handler.h', | 1148 'browser/dom_ui/autofill_edit_address_handler.h', |
| 1149 'browser/dom_ui/autofill_edit_creditcard_handler.cc', |
| 1150 'browser/dom_ui/autofill_edit_creditcard_handler.h', |
1149 'browser/dom_ui/autofill_options_handler.cc', | 1151 'browser/dom_ui/autofill_options_handler.cc', |
1150 'browser/dom_ui/autofill_options_handler.h', | 1152 'browser/dom_ui/autofill_options_handler.h', |
1151 'browser/dom_ui/bookmarks_ui.cc', | 1153 'browser/dom_ui/bookmarks_ui.cc', |
1152 'browser/dom_ui/bookmarks_ui.h', | 1154 'browser/dom_ui/bookmarks_ui.h', |
1153 'browser/dom_ui/bug_report_ui.cc', | 1155 'browser/dom_ui/bug_report_ui.cc', |
1154 'browser/dom_ui/bug_report_ui.h', | 1156 'browser/dom_ui/bug_report_ui.h', |
1155 'browser/dom_ui/chrome_url_data_manager.cc', | 1157 'browser/dom_ui/chrome_url_data_manager.cc', |
1156 'browser/dom_ui/chrome_url_data_manager.h', | 1158 'browser/dom_ui/chrome_url_data_manager.h', |
1157 'browser/dom_ui/about_page_handler.cc', | 1159 'browser/dom_ui/about_page_handler.cc', |
1158 'browser/dom_ui/about_page_handler.h', | 1160 'browser/dom_ui/about_page_handler.h', |
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3874 ], | 3876 ], |
3875 }, | 3877 }, |
3876 ], | 3878 ], |
3877 } | 3879 } |
3878 | 3880 |
3879 # Local Variables: | 3881 # Local Variables: |
3880 # tab-width:2 | 3882 # tab-width:2 |
3881 # indent-tabs-mode:nil | 3883 # indent-tabs-mode:nil |
3882 # End: | 3884 # End: |
3883 # vim: set expandtab tabstop=2 shiftwidth=2: | 3885 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |