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

Unified Diff: chrome/chrome_browser.gypi

Issue 10933044: Move chrome/browser/plugin_* to chrome/browser/plugins/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_plugin_group
Patch Set: . Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 91b17851d3ef01cb3ef2465cb5a8151b08ffe2e5..e4f0054df2ab96fbfd46d518d85c59bf9ddc9f89 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1220,24 +1220,24 @@
'browser/platform_util_linux.cc',
'browser/platform_util_mac.mm',
'browser/platform_util_win.cc',
- 'browser/plugin_data_remover_helper.cc',
- 'browser/plugin_data_remover_helper.h',
- 'browser/plugin_finder.cc',
- 'browser/plugin_finder.h',
- 'browser/plugin_installer.cc',
- 'browser/plugin_installer.h',
- 'browser/plugin_infobar_delegates.cc',
- 'browser/plugin_infobar_delegates.h',
- 'browser/plugin_installer_observer.cc',
- 'browser/plugin_installer_observer.h',
- 'browser/plugin_observer.cc',
- 'browser/plugin_observer.h',
- 'browser/plugin_prefs.cc',
- 'browser/plugin_prefs.h',
- 'browser/plugin_prefs_factory.cc',
- 'browser/plugin_prefs_factory.h',
- 'browser/plugin_status_pref_setter.cc',
- 'browser/plugin_status_pref_setter.h',
+ 'browser/plugins/plugin_data_remover_helper.cc',
+ 'browser/plugins/plugin_data_remover_helper.h',
+ 'browser/plugins/plugin_finder.cc',
+ 'browser/plugins/plugin_finder.h',
+ 'browser/plugins/plugin_installer.cc',
+ 'browser/plugins/plugin_installer.h',
+ 'browser/plugins/plugin_infobar_delegates.cc',
+ 'browser/plugins/plugin_infobar_delegates.h',
+ 'browser/plugins/plugin_installer_observer.cc',
+ 'browser/plugins/plugin_installer_observer.h',
+ 'browser/plugins/plugin_observer.cc',
+ 'browser/plugins/plugin_observer.h',
+ 'browser/plugins/plugin_prefs.cc',
+ 'browser/plugins/plugin_prefs.h',
+ 'browser/plugins/plugin_prefs_factory.cc',
+ 'browser/plugins/plugin_prefs_factory.h',
+ 'browser/plugins/plugin_status_pref_setter.cc',
+ 'browser/plugins/plugin_status_pref_setter.h',
'browser/policy/async_policy_loader.cc',
'browser/policy/async_policy_loader.h',
'browser/policy/async_policy_provider.cc',
@@ -2673,8 +2673,8 @@
['enable_plugin_installation==0', {
'sources!': [
# TODO(ibraaaa): Return plugin_installer.{h/cc}.
- 'browser/plugin_installer_observer.cc',
- 'browser/plugin_installer_observer.h',
+ 'browser/plugins/plugin_installer_observer.cc',
+ 'browser/plugins/plugin_installer_observer.h',
],
}],
['enable_protector_service==0', {
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698