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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7564006: Rename PluginUpdater to PluginPrefs and make it per-profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 4 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 'browser/plugin_data_remover_helper.cc', 1611 'browser/plugin_data_remover_helper.cc',
1612 'browser/plugin_data_remover_helper.h', 1612 'browser/plugin_data_remover_helper.h',
1613 'browser/plugin_download_helper.cc', 1613 'browser/plugin_download_helper.cc',
1614 'browser/plugin_download_helper.h', 1614 'browser/plugin_download_helper.h',
1615 'browser/plugin_exceptions_table_model.cc', 1615 'browser/plugin_exceptions_table_model.cc',
1616 'browser/plugin_exceptions_table_model.h', 1616 'browser/plugin_exceptions_table_model.h',
1617 'browser/plugin_installer_infobar_delegate.cc', 1617 'browser/plugin_installer_infobar_delegate.cc',
1618 'browser/plugin_installer_infobar_delegate.h', 1618 'browser/plugin_installer_infobar_delegate.h',
1619 'browser/plugin_observer.cc', 1619 'browser/plugin_observer.cc',
1620 'browser/plugin_observer.h', 1620 'browser/plugin_observer.h',
1621 'browser/plugin_updater.cc', 1621 'browser/plugin_prefs.cc',
1622 'browser/plugin_updater.h', 1622 'browser/plugin_prefs.h',
1623 'browser/policy/asynchronous_policy_loader.cc', 1623 'browser/policy/asynchronous_policy_loader.cc',
1624 'browser/policy/asynchronous_policy_loader.h', 1624 'browser/policy/asynchronous_policy_loader.h',
1625 'browser/policy/asynchronous_policy_provider.cc', 1625 'browser/policy/asynchronous_policy_provider.cc',
1626 'browser/policy/asynchronous_policy_provider.h', 1626 'browser/policy/asynchronous_policy_provider.h',
1627 'browser/policy/browser_policy_connector.cc', 1627 'browser/policy/browser_policy_connector.cc',
1628 'browser/policy/browser_policy_connector.h', 1628 'browser/policy/browser_policy_connector.h',
1629 'browser/policy/cloud_policy_cache_base.cc', 1629 'browser/policy/cloud_policy_cache_base.cc',
1630 'browser/policy/cloud_policy_cache_base.h', 1630 'browser/policy/cloud_policy_cache_base.h',
1631 'browser/policy/cloud_policy_controller.cc', 1631 'browser/policy/cloud_policy_controller.cc',
1632 'browser/policy/cloud_policy_controller.h', 1632 'browser/policy/cloud_policy_controller.h',
(...skipping 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after
4892 ], 4892 ],
4893 'export_dependent_settings': [ 4893 'export_dependent_settings': [
4894 'in_memory_url_index_cache_proto', 4894 'in_memory_url_index_cache_proto',
4895 ], 4895 ],
4896 # This target exports a hard dependency because it includes generated 4896 # This target exports a hard dependency because it includes generated
4897 # header files. 4897 # header files.
4898 'hard_dependency': 1, 4898 'hard_dependency': 1,
4899 }, 4899 },
4900 ], 4900 ],
4901 } 4901 }
OLDNEW
« chrome/browser/ui/webui/plugins_ui.cc ('K') | « chrome/browser/ui/webui/plugins_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698