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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 'browser/content_setting_combo_model.cc', | 780 'browser/content_setting_combo_model.cc', |
781 'browser/content_setting_combo_model.h', | 781 'browser/content_setting_combo_model.h', |
782 'browser/content_setting_image_model.cc', | 782 'browser/content_setting_image_model.cc', |
783 'browser/content_setting_image_model.h', | 783 'browser/content_setting_image_model.h', |
784 'browser/content_settings/content_settings_details.h', | 784 'browser/content_settings/content_settings_details.h', |
785 'browser/content_settings/content_settings_pattern.cc', | 785 'browser/content_settings/content_settings_pattern.cc', |
786 'browser/content_settings/content_settings_pattern.h', | 786 'browser/content_settings/content_settings_pattern.h', |
787 'browser/content_settings/content_settings_provider.h', | 787 'browser/content_settings/content_settings_provider.h', |
788 'browser/content_settings/host_content_settings_map.cc', | 788 'browser/content_settings/host_content_settings_map.cc', |
789 'browser/content_settings/host_content_settings_map.h', | 789 'browser/content_settings/host_content_settings_map.h', |
| 790 'browser/content_settings/policy_content_settings_provider.cc', |
| 791 'browser/content_settings/policy_content_settings_provider.h', |
| 792 'browser/content_settings/pref_content_settings_provider.cc', |
| 793 'browser/content_settings/pref_content_settings_provider.h', |
790 'browser/cookies_tree_model.cc', | 794 'browser/cookies_tree_model.cc', |
791 'browser/cookies_tree_model.h', | 795 'browser/cookies_tree_model.h', |
792 'browser/cross_site_request_manager.cc', | 796 'browser/cross_site_request_manager.cc', |
793 'browser/cross_site_request_manager.h', | 797 'browser/cross_site_request_manager.h', |
794 'browser/custom_home_pages_table_model.cc', | 798 'browser/custom_home_pages_table_model.cc', |
795 'browser/custom_home_pages_table_model.h', | 799 'browser/custom_home_pages_table_model.h', |
796 'browser/default_encoding_combo_model.cc', | 800 'browser/default_encoding_combo_model.cc', |
797 'browser/default_encoding_combo_model.h', | 801 'browser/default_encoding_combo_model.h', |
798 'browser/defaults.cc', | 802 'browser/defaults.cc', |
799 'browser/defaults.h', | 803 'browser/defaults.h', |
(...skipping 3574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4374 ], | 4378 ], |
4375 }, | 4379 }, |
4376 ], | 4380 ], |
4377 } | 4381 } |
4378 | 4382 |
4379 # Local Variables: | 4383 # Local Variables: |
4380 # tab-width:2 | 4384 # tab-width:2 |
4381 # indent-tabs-mode:nil | 4385 # indent-tabs-mode:nil |
4382 # End: | 4386 # End: |
4383 # vim: set expandtab tabstop=2 shiftwidth=2: | 4387 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |