OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
804 'browser/content_setting_bubble_model.cc', | 804 'browser/content_setting_bubble_model.cc', |
805 'browser/content_setting_bubble_model.h', | 805 'browser/content_setting_bubble_model.h', |
806 'browser/content_setting_combo_model.cc', | 806 'browser/content_setting_combo_model.cc', |
807 'browser/content_setting_combo_model.h', | 807 'browser/content_setting_combo_model.h', |
808 'browser/content_setting_image_model.cc', | 808 'browser/content_setting_image_model.cc', |
809 'browser/content_setting_image_model.h', | 809 'browser/content_setting_image_model.h', |
810 'browser/content_settings/content_settings_details.h', | 810 'browser/content_settings/content_settings_details.h', |
811 'browser/content_settings/content_settings_pattern.cc', | 811 'browser/content_settings/content_settings_pattern.cc', |
812 'browser/content_settings/content_settings_pattern.h', | 812 'browser/content_settings/content_settings_pattern.h', |
813 'browser/content_settings/content_settings_provider.h', | 813 'browser/content_settings/content_settings_provider.h', |
814 'browser/content_settings/default_content_settings_provider.h', | |
jochen (gone - plz use gerrit)
2011/01/25 13:18:47
file does not exist?
markusheintz_
2011/01/25 13:57:43
obsolete now. there will be no such file anymore
| |
814 'browser/content_settings/host_content_settings_map.cc', | 815 'browser/content_settings/host_content_settings_map.cc', |
815 'browser/content_settings/host_content_settings_map.h', | 816 'browser/content_settings/host_content_settings_map.h', |
816 'browser/content_settings/policy_content_settings_provider.cc', | 817 'browser/content_settings/policy_content_settings_provider.cc', |
817 'browser/content_settings/policy_content_settings_provider.h', | 818 'browser/content_settings/policy_content_settings_provider.h', |
818 'browser/content_settings/pref_content_settings_provider.cc', | 819 'browser/content_settings/pref_content_settings_provider.cc', |
819 'browser/content_settings/pref_content_settings_provider.h', | 820 'browser/content_settings/pref_content_settings_provider.h', |
820 'browser/cookies_tree_model.cc', | 821 'browser/cookies_tree_model.cc', |
821 'browser/cookies_tree_model.h', | 822 'browser/cookies_tree_model.h', |
822 'browser/cross_site_request_manager.cc', | 823 'browser/cross_site_request_manager.cc', |
823 'browser/cross_site_request_manager.h', | 824 'browser/cross_site_request_manager.h', |
(...skipping 3729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4553 ], | 4554 ], |
4554 }, | 4555 }, |
4555 ], | 4556 ], |
4556 } | 4557 } |
4557 | 4558 |
4558 # Local Variables: | 4559 # Local Variables: |
4559 # tab-width:2 | 4560 # tab-width:2 |
4560 # indent-tabs-mode:nil | 4561 # indent-tabs-mode:nil |
4561 # End: | 4562 # End: |
4562 # vim: set expandtab tabstop=2 shiftwidth=2: | 4563 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |