Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6484035: Add a content_settings::BaseProvider for code that is shared by all content settings providers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'browser/content_exceptions_table_model.h', 807 'browser/content_exceptions_table_model.h',
808 'browser/content_setting_bubble_model.cc', 808 'browser/content_setting_bubble_model.cc',
809 'browser/content_setting_bubble_model.h', 809 'browser/content_setting_bubble_model.h',
810 'browser/content_setting_combo_model.cc', 810 'browser/content_setting_combo_model.cc',
811 'browser/content_setting_combo_model.h', 811 'browser/content_setting_combo_model.h',
812 'browser/content_setting_image_model.cc', 812 'browser/content_setting_image_model.cc',
813 'browser/content_setting_image_model.h', 813 'browser/content_setting_image_model.h',
814 'browser/content_settings/content_settings_details.h', 814 'browser/content_settings/content_settings_details.h',
815 'browser/content_settings/content_settings_pattern.cc', 815 'browser/content_settings/content_settings_pattern.cc',
816 'browser/content_settings/content_settings_pattern.h', 816 'browser/content_settings/content_settings_pattern.h',
817 'browser/content_settings/content_settings_provider.cc',
817 'browser/content_settings/content_settings_provider.h', 818 'browser/content_settings/content_settings_provider.h',
818 'browser/content_settings/host_content_settings_map.cc', 819 'browser/content_settings/host_content_settings_map.cc',
819 'browser/content_settings/host_content_settings_map.h', 820 'browser/content_settings/host_content_settings_map.h',
820 'browser/content_settings/policy_content_settings_provider.cc', 821 'browser/content_settings/policy_content_settings_provider.cc',
821 'browser/content_settings/policy_content_settings_provider.h', 822 'browser/content_settings/policy_content_settings_provider.h',
822 'browser/content_settings/pref_content_settings_provider.cc', 823 'browser/content_settings/pref_content_settings_provider.cc',
823 'browser/content_settings/pref_content_settings_provider.h', 824 'browser/content_settings/pref_content_settings_provider.h',
824 'browser/cookies_tree_model.cc', 825 'browser/cookies_tree_model.cc',
825 'browser/cookies_tree_model.h', 826 'browser/cookies_tree_model.h',
826 'browser/cross_site_request_manager.cc', 827 'browser/cross_site_request_manager.cc',
(...skipping 3772 matching lines...) Expand 10 before | Expand all | Expand 10 after
4599 ], 4600 ],
4600 }, 4601 },
4601 ], 4602 ],
4602 } 4603 }
4603 4604
4604 # Local Variables: 4605 # Local Variables:
4605 # tab-width:2 4606 # tab-width:2
4606 # indent-tabs-mode:nil 4607 # indent-tabs-mode:nil
4607 # End: 4608 # End:
4608 # vim: set expandtab tabstop=2 shiftwidth=2: 4609 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698