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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1085003: Implement chrome://plugins page that can disable plugins. (Closed)
Patch Set: merge ToT again Created 10 years, 9 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
« no previous file with comments | « chrome/browser/resources/plugins.html ('k') | chrome/common/pref_names.h » ('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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'browser/dom_ui/most_visited_handler.cc', 859 'browser/dom_ui/most_visited_handler.cc',
860 'browser/dom_ui/most_visited_handler.h', 860 'browser/dom_ui/most_visited_handler.h',
861 'browser/dom_ui/net_internals_ui.cc', 861 'browser/dom_ui/net_internals_ui.cc',
862 'browser/dom_ui/net_internals_ui.h', 862 'browser/dom_ui/net_internals_ui.h',
863 'browser/dom_ui/new_tab_page_sync_handler.cc', 863 'browser/dom_ui/new_tab_page_sync_handler.cc',
864 'browser/dom_ui/new_tab_page_sync_handler.h', 864 'browser/dom_ui/new_tab_page_sync_handler.h',
865 'browser/dom_ui/new_tab_ui.cc', 865 'browser/dom_ui/new_tab_ui.cc',
866 'browser/dom_ui/new_tab_ui.h', 866 'browser/dom_ui/new_tab_ui.h',
867 'browser/dom_ui/ntp_resource_cache.cc', 867 'browser/dom_ui/ntp_resource_cache.cc',
868 'browser/dom_ui/ntp_resource_cache.h', 868 'browser/dom_ui/ntp_resource_cache.h',
869 'browser/dom_ui/plugins_ui.cc',
870 'browser/dom_ui/plugins_ui.h',
869 'browser/dom_ui/print_ui.cc', 871 'browser/dom_ui/print_ui.cc',
870 'browser/dom_ui/print_ui.h', 872 'browser/dom_ui/print_ui.h',
871 'browser/dom_ui/shown_sections_handler.cc', 873 'browser/dom_ui/shown_sections_handler.cc',
872 'browser/dom_ui/shown_sections_handler.h', 874 'browser/dom_ui/shown_sections_handler.h',
873 'browser/dom_ui/tips_handler.cc', 875 'browser/dom_ui/tips_handler.cc',
874 'browser/dom_ui/tips_handler.h', 876 'browser/dom_ui/tips_handler.h',
875 'browser/download/download_exe.cc', 877 'browser/download/download_exe.cc',
876 'browser/download/download_file.cc', 878 'browser/download/download_file.cc',
877 'browser/download/download_file.h', 879 'browser/download/download_file.h',
878 'browser/download/download_item_model.cc', 880 'browser/download/download_item_model.cc',
(...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
3141 ] 3143 ]
3142 }, 3144 },
3143 ], 3145 ],
3144 } 3146 }
3145 3147
3146 # Local Variables: 3148 # Local Variables:
3147 # tab-width:2 3149 # tab-width:2
3148 # indent-tabs-mode:nil 3150 # indent-tabs-mode:nil
3149 # End: 3151 # End:
3150 # vim: set expandtab tabstop=2 shiftwidth=2: 3152 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugins.html ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698