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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 'browser/command_updater.cc', | 1232 'browser/command_updater.cc', |
1233 'browser/command_updater.h', | 1233 'browser/command_updater.h', |
1234 'browser/content_exceptions_table_model.cc', | 1234 'browser/content_exceptions_table_model.cc', |
1235 'browser/content_exceptions_table_model.h', | 1235 'browser/content_exceptions_table_model.h', |
1236 'browser/content_setting_bubble_model.cc', | 1236 'browser/content_setting_bubble_model.cc', |
1237 'browser/content_setting_bubble_model.h', | 1237 'browser/content_setting_bubble_model.h', |
1238 'browser/content_setting_combo_model.cc', | 1238 'browser/content_setting_combo_model.cc', |
1239 'browser/content_setting_combo_model.h', | 1239 'browser/content_setting_combo_model.h', |
1240 'browser/content_setting_image_model.cc', | 1240 'browser/content_setting_image_model.cc', |
1241 'browser/content_setting_image_model.h', | 1241 'browser/content_setting_image_model.h', |
| 1242 'browser/content_settings/content_settings_provider.h', |
1242 'browser/content_settings/host_content_settings_map.cc', | 1243 'browser/content_settings/host_content_settings_map.cc', |
1243 'browser/content_settings/host_content_settings_map.h', | 1244 'browser/content_settings/host_content_settings_map.h', |
1244 'browser/cookies_tree_model.cc', | 1245 'browser/cookies_tree_model.cc', |
1245 'browser/cookies_tree_model.h', | 1246 'browser/cookies_tree_model.h', |
1246 'browser/cross_site_request_manager.cc', | 1247 'browser/cross_site_request_manager.cc', |
1247 'browser/cross_site_request_manager.h', | 1248 'browser/cross_site_request_manager.h', |
1248 'browser/custom_home_pages_table_model.cc', | 1249 'browser/custom_home_pages_table_model.cc', |
1249 'browser/custom_home_pages_table_model.h', | 1250 'browser/custom_home_pages_table_model.h', |
1250 'browser/default_encoding_combo_model.cc', | 1251 'browser/default_encoding_combo_model.cc', |
1251 'browser/default_encoding_combo_model.h', | 1252 'browser/default_encoding_combo_model.h', |
(...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4367 ], | 4368 ], |
4368 }, | 4369 }, |
4369 ], | 4370 ], |
4370 } | 4371 } |
4371 | 4372 |
4372 # Local Variables: | 4373 # Local Variables: |
4373 # tab-width:2 | 4374 # tab-width:2 |
4374 # indent-tabs-mode:nil | 4375 # indent-tabs-mode:nil |
4375 # End: | 4376 # End: |
4376 # vim: set expandtab tabstop=2 shiftwidth=2: | 4377 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |