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 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1165 'browser/dom_ui/core_options_handler.cc', | 1165 'browser/dom_ui/core_options_handler.cc', |
1166 'browser/dom_ui/core_options_handler.h', | 1166 'browser/dom_ui/core_options_handler.h', |
1167 'browser/dom_ui/font_settings_handler.cc', | 1167 'browser/dom_ui/font_settings_handler.cc', |
1168 'browser/dom_ui/font_settings_handler.h', | 1168 'browser/dom_ui/font_settings_handler.h', |
1169 'browser/dom_ui/font_settings_utils.h', | 1169 'browser/dom_ui/font_settings_utils.h', |
1170 'browser/dom_ui/font_settings_utils_gtk.cc', | 1170 'browser/dom_ui/font_settings_utils_gtk.cc', |
1171 'browser/dom_ui/font_settings_utils_mac.mm', | 1171 'browser/dom_ui/font_settings_utils_mac.mm', |
1172 'browser/dom_ui/font_settings_utils_win.cc', | 1172 'browser/dom_ui/font_settings_utils_win.cc', |
1173 'browser/dom_ui/passwords_exceptions_handler.cc', | 1173 'browser/dom_ui/passwords_exceptions_handler.cc', |
1174 'browser/dom_ui/passwords_exceptions_handler.h', | 1174 'browser/dom_ui/passwords_exceptions_handler.h', |
| 1175 'browser/dom_ui/passwords_remove_all_handler.cc', |
| 1176 'browser/dom_ui/passwords_remove_all_handler.h', |
1175 'browser/dom_ui/personal_options_handler.cc', | 1177 'browser/dom_ui/personal_options_handler.cc', |
1176 'browser/dom_ui/personal_options_handler.h', | 1178 'browser/dom_ui/personal_options_handler.h', |
1177 'browser/dom_ui/sync_options_handler.cc', | 1179 'browser/dom_ui/sync_options_handler.cc', |
1178 'browser/dom_ui/sync_options_handler.h', | 1180 'browser/dom_ui/sync_options_handler.h', |
1179 'browser/dom_ui/search_engine_manager_handler.cc', | 1181 'browser/dom_ui/search_engine_manager_handler.cc', |
1180 'browser/dom_ui/search_engine_manager_handler.h', | 1182 'browser/dom_ui/search_engine_manager_handler.h', |
1181 'browser/dom_ui/devtools_ui.cc', | 1183 'browser/dom_ui/devtools_ui.cc', |
1182 'browser/dom_ui/devtools_ui.h', | 1184 'browser/dom_ui/devtools_ui.h', |
1183 'browser/dom_ui/dom_ui.cc', | 1185 'browser/dom_ui/dom_ui.cc', |
1184 'browser/dom_ui/dom_ui.h', | 1186 'browser/dom_ui/dom_ui.h', |
(...skipping 2677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3862 ], | 3864 ], |
3863 }, | 3865 }, |
3864 ], | 3866 ], |
3865 } | 3867 } |
3866 | 3868 |
3867 # Local Variables: | 3869 # Local Variables: |
3868 # tab-width:2 | 3870 # tab-width:2 |
3869 # indent-tabs-mode:nil | 3871 # indent-tabs-mode:nil |
3870 # End: | 3872 # End: |
3871 # vim: set expandtab tabstop=2 shiftwidth=2: | 3873 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |