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

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: nits 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'browser/command_updater.cc', 804 'browser/command_updater.cc',
805 'browser/command_updater.h', 805 'browser/command_updater.h',
806 'browser/content_exceptions_table_model.cc', 806 'browser/content_exceptions_table_model.cc',
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_base_provider.cc',
815 'browser/content_settings/content_settings_base_provider.h',
814 'browser/content_settings/content_settings_details.h', 816 'browser/content_settings/content_settings_details.h',
815 'browser/content_settings/content_settings_pattern.cc', 817 'browser/content_settings/content_settings_pattern.cc',
816 'browser/content_settings/content_settings_pattern.h', 818 'browser/content_settings/content_settings_pattern.h',
817 'browser/content_settings/content_settings_provider.h', 819 'browser/content_settings/content_settings_provider.h',
818 'browser/content_settings/host_content_settings_map.cc', 820 'browser/content_settings/host_content_settings_map.cc',
819 'browser/content_settings/host_content_settings_map.h', 821 'browser/content_settings/host_content_settings_map.h',
820 'browser/content_settings/policy_content_settings_provider.cc', 822 'browser/content_settings/policy_content_settings_provider.cc',
821 'browser/content_settings/policy_content_settings_provider.h', 823 'browser/content_settings/policy_content_settings_provider.h',
822 'browser/content_settings/pref_content_settings_provider.cc', 824 'browser/content_settings/pref_content_settings_provider.cc',
823 'browser/content_settings/pref_content_settings_provider.h', 825 'browser/content_settings/pref_content_settings_provider.h',
(...skipping 3777 matching lines...) Expand 10 before | Expand all | Expand 10 after
4601 ], 4603 ],
4602 }, 4604 },
4603 ], 4605 ],
4604 } 4606 }
4605 4607
4606 # Local Variables: 4608 # Local Variables:
4607 # tab-width:2 4609 # tab-width:2
4608 # indent-tabs-mode:nil 4610 # indent-tabs-mode:nil
4609 # End: 4611 # End:
4610 # vim: set expandtab tabstop=2 shiftwidth=2: 4612 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698