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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5269007: Introduce a content settings provider interface. (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
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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 'browser/command_updater.cc', 1232 'browser/command_updater.cc',
1233 'browser/command_updater.h', 1233 'browser/command_updater.h',
1234 'browser/content_exceptions_table_model.cc', 1234 'browser/content_exceptions_table_model.cc',
1235 'browser/content_exceptions_table_model.h', 1235 'browser/content_exceptions_table_model.h',
1236 'browser/content_setting_bubble_model.cc', 1236 'browser/content_setting_bubble_model.cc',
1237 'browser/content_setting_bubble_model.h', 1237 'browser/content_setting_bubble_model.h',
1238 'browser/content_setting_combo_model.cc', 1238 'browser/content_setting_combo_model.cc',
1239 'browser/content_setting_combo_model.h', 1239 'browser/content_setting_combo_model.h',
1240 'browser/content_setting_image_model.cc', 1240 'browser/content_setting_image_model.cc',
1241 'browser/content_setting_image_model.h', 1241 'browser/content_setting_image_model.h',
1242 'browser/content_settings/content_settings_provider.h',
1242 'browser/content_settings/host_content_settings_map.cc', 1243 'browser/content_settings/host_content_settings_map.cc',
1243 'browser/content_settings/host_content_settings_map.h', 1244 'browser/content_settings/host_content_settings_map.h',
1244 'browser/cookies_tree_model.cc', 1245 'browser/cookies_tree_model.cc',
1245 'browser/cookies_tree_model.h', 1246 'browser/cookies_tree_model.h',
1246 'browser/cross_site_request_manager.cc', 1247 'browser/cross_site_request_manager.cc',
1247 'browser/cross_site_request_manager.h', 1248 'browser/cross_site_request_manager.h',
1248 'browser/custom_home_pages_table_model.cc', 1249 'browser/custom_home_pages_table_model.cc',
1249 'browser/custom_home_pages_table_model.h', 1250 'browser/custom_home_pages_table_model.h',
1250 'browser/default_encoding_combo_model.cc', 1251 'browser/default_encoding_combo_model.cc',
1251 'browser/default_encoding_combo_model.h', 1252 'browser/default_encoding_combo_model.h',
(...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after
4367 ], 4368 ],
4368 }, 4369 },
4369 ], 4370 ],
4370 } 4371 }
4371 4372
4372 # Local Variables: 4373 # Local Variables:
4373 # tab-width:2 4374 # tab-width:2
4374 # indent-tabs-mode:nil 4375 # indent-tabs-mode:nil
4375 # End: 4376 # End:
4376 # vim: set expandtab tabstop=2 shiftwidth=2: 4377 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698