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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5528010: Implement preference and policy based content settings providers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/content_settings
Patch Set: updates Created 10 years 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'browser/content_setting_combo_model.cc', 788 'browser/content_setting_combo_model.cc',
789 'browser/content_setting_combo_model.h', 789 'browser/content_setting_combo_model.h',
790 'browser/content_setting_image_model.cc', 790 'browser/content_setting_image_model.cc',
791 'browser/content_setting_image_model.h', 791 'browser/content_setting_image_model.h',
792 'browser/content_settings/content_settings_details.h', 792 'browser/content_settings/content_settings_details.h',
793 'browser/content_settings/content_settings_pattern.cc', 793 'browser/content_settings/content_settings_pattern.cc',
794 'browser/content_settings/content_settings_pattern.h', 794 'browser/content_settings/content_settings_pattern.h',
795 'browser/content_settings/content_settings_provider.h', 795 'browser/content_settings/content_settings_provider.h',
796 'browser/content_settings/host_content_settings_map.cc', 796 'browser/content_settings/host_content_settings_map.cc',
797 'browser/content_settings/host_content_settings_map.h', 797 'browser/content_settings/host_content_settings_map.h',
798 'browser/content_settings/policy_content_settings_provider.cc',
799 'browser/content_settings/policy_content_settings_provider.h',
800 'browser/content_settings/pref_content_settings_provider.cc',
801 'browser/content_settings/pref_content_settings_provider.h',
798 'browser/cookies_tree_model.cc', 802 'browser/cookies_tree_model.cc',
799 'browser/cookies_tree_model.h', 803 'browser/cookies_tree_model.h',
800 'browser/cross_site_request_manager.cc', 804 'browser/cross_site_request_manager.cc',
801 'browser/cross_site_request_manager.h', 805 'browser/cross_site_request_manager.h',
802 'browser/custom_home_pages_table_model.cc', 806 'browser/custom_home_pages_table_model.cc',
803 'browser/custom_home_pages_table_model.h', 807 'browser/custom_home_pages_table_model.h',
804 'browser/default_encoding_combo_model.cc', 808 'browser/default_encoding_combo_model.cc',
805 'browser/default_encoding_combo_model.h', 809 'browser/default_encoding_combo_model.h',
806 'browser/defaults.cc', 810 'browser/defaults.cc',
807 'browser/defaults.h', 811 'browser/defaults.h',
(...skipping 3589 matching lines...) Expand 10 before | Expand all | Expand 10 after
4397 ], 4401 ],
4398 }, 4402 },
4399 ], 4403 ],
4400 } 4404 }
4401 4405
4402 # Local Variables: 4406 # Local Variables:
4403 # tab-width:2 4407 # tab-width:2
4404 # indent-tabs-mode:nil 4408 # indent-tabs-mode:nil
4405 # End: 4409 # End:
4406 # vim: set expandtab tabstop=2 shiftwidth=2: 4410 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698