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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1123 'browser/dom_ui/browser_options_handler.cc', | 1123 'browser/dom_ui/browser_options_handler.cc', |
1124 'browser/dom_ui/browser_options_handler.h', | 1124 'browser/dom_ui/browser_options_handler.h', |
1125 'browser/dom_ui/clear_browser_data_handler.cc', | 1125 'browser/dom_ui/clear_browser_data_handler.cc', |
1126 'browser/dom_ui/clear_browser_data_handler.h', | 1126 'browser/dom_ui/clear_browser_data_handler.h', |
1127 'browser/dom_ui/content_settings_handler.cc', | 1127 'browser/dom_ui/content_settings_handler.cc', |
1128 'browser/dom_ui/content_settings_handler.h', | 1128 'browser/dom_ui/content_settings_handler.h', |
1129 'browser/dom_ui/core_options_handler.cc', | 1129 'browser/dom_ui/core_options_handler.cc', |
1130 'browser/dom_ui/core_options_handler.h', | 1130 'browser/dom_ui/core_options_handler.h', |
1131 'browser/dom_ui/font_settings_handler.cc', | 1131 'browser/dom_ui/font_settings_handler.cc', |
1132 'browser/dom_ui/font_settings_handler.h', | 1132 'browser/dom_ui/font_settings_handler.h', |
| 1133 'browser/dom_ui/passwords_exceptions_handler.cc', |
| 1134 'browser/dom_ui/passwords_exceptions_handler.h', |
1133 'browser/dom_ui/personal_options_handler.cc', | 1135 'browser/dom_ui/personal_options_handler.cc', |
1134 'browser/dom_ui/personal_options_handler.h', | 1136 'browser/dom_ui/personal_options_handler.h', |
1135 'browser/dom_ui/sync_options_handler.cc', | 1137 'browser/dom_ui/sync_options_handler.cc', |
1136 'browser/dom_ui/sync_options_handler.h', | 1138 'browser/dom_ui/sync_options_handler.h', |
1137 'browser/dom_ui/search_engine_manager_handler.cc', | 1139 'browser/dom_ui/search_engine_manager_handler.cc', |
1138 'browser/dom_ui/search_engine_manager_handler.h', | 1140 'browser/dom_ui/search_engine_manager_handler.h', |
1139 'browser/dom_ui/devtools_ui.cc', | 1141 'browser/dom_ui/devtools_ui.cc', |
1140 'browser/dom_ui/devtools_ui.h', | 1142 'browser/dom_ui/devtools_ui.h', |
1141 'browser/dom_ui/dom_ui.cc', | 1143 'browser/dom_ui/dom_ui.cc', |
1142 'browser/dom_ui/dom_ui.h', | 1144 'browser/dom_ui/dom_ui.h', |
(...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3734 ], | 3736 ], |
3735 }, | 3737 }, |
3736 ], | 3738 ], |
3737 } | 3739 } |
3738 | 3740 |
3739 # Local Variables: | 3741 # Local Variables: |
3740 # tab-width:2 | 3742 # tab-width:2 |
3741 # indent-tabs-mode:nil | 3743 # indent-tabs-mode:nil |
3742 # End: | 3744 # End: |
3743 # vim: set expandtab tabstop=2 shiftwidth=2: | 3745 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |