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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5574001: Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as separate classes. (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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'browser/command_updater.cc', 776 'browser/command_updater.cc',
777 'browser/command_updater.h', 777 'browser/command_updater.h',
778 'browser/content_exceptions_table_model.cc', 778 'browser/content_exceptions_table_model.cc',
779 'browser/content_exceptions_table_model.h', 779 'browser/content_exceptions_table_model.h',
780 'browser/content_setting_bubble_model.cc', 780 'browser/content_setting_bubble_model.cc',
781 'browser/content_setting_bubble_model.h', 781 'browser/content_setting_bubble_model.h',
782 'browser/content_setting_combo_model.cc', 782 'browser/content_setting_combo_model.cc',
783 'browser/content_setting_combo_model.h', 783 'browser/content_setting_combo_model.h',
784 'browser/content_setting_image_model.cc', 784 'browser/content_setting_image_model.cc',
785 'browser/content_setting_image_model.h', 785 'browser/content_setting_image_model.h',
786 'browser/content_settings/content_settings_details.h',
787 'browser/content_settings/content_settings_pattern.cc',
788 'browser/content_settings/content_settings_pattern.h',
786 'browser/content_settings/content_settings_provider.h', 789 'browser/content_settings/content_settings_provider.h',
787 'browser/content_settings/host_content_settings_map.cc', 790 'browser/content_settings/host_content_settings_map.cc',
788 'browser/content_settings/host_content_settings_map.h', 791 'browser/content_settings/host_content_settings_map.h',
789 'browser/cookies_tree_model.cc', 792 'browser/cookies_tree_model.cc',
790 'browser/cookies_tree_model.h', 793 'browser/cookies_tree_model.h',
791 'browser/cross_site_request_manager.cc', 794 'browser/cross_site_request_manager.cc',
792 'browser/cross_site_request_manager.h', 795 'browser/cross_site_request_manager.h',
793 'browser/custom_home_pages_table_model.cc', 796 'browser/custom_home_pages_table_model.cc',
794 'browser/custom_home_pages_table_model.h', 797 'browser/custom_home_pages_table_model.h',
795 'browser/default_encoding_combo_model.cc', 798 'browser/default_encoding_combo_model.cc',
(...skipping 3578 matching lines...) Expand 10 before | Expand all | Expand 10 after
4374 ], 4377 ],
4375 }, 4378 },
4376 ], 4379 ],
4377 } 4380 }
4378 4381
4379 # Local Variables: 4382 # Local Variables:
4380 # tab-width:2 4383 # tab-width:2
4381 # indent-tabs-mode:nil 4384 # indent-tabs-mode:nil
4382 # End: 4385 # End:
4383 # vim: set expandtab tabstop=2 shiftwidth=2: 4386 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698