summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 12:03:33 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 12:03:33 +0000
commited17c7b3f7f99f680ff5a86621761c52d4ffc49d (patch)
treec06d8dc76ff479cad74172a653c4099cc4ab6939 /chrome/chrome_common.gypi
parent0513022ca75b4e1a5207a3c462417366bc73ca8e (diff)
downloadchromium_src-ed17c7b3f7f99f680ff5a86621761c52d4ffc49d.zip
chromium_src-ed17c7b3f7f99f680ff5a86621761c52d4ffc49d.tar.gz
chromium_src-ed17c7b3f7f99f680ff5a86621761c52d4ffc49d.tar.bz2
Factor out PluginGroup into a separate class in common/.
Moving PluginGroup into common is necessary in order to enable the renderer process to check if a plugin is outdated. Also, make PluginUpdater static since it doesn't contain any state anymore. BUG=47731 TEST=PluginGroupTest.* Review URL: http://codereview.chromium.org/2955005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index d498239..e3e3c16 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -77,6 +77,8 @@
'common/notification_service.h',
'common/notification_source.h',
'common/notification_type.h',
+ 'common/plugin_group.cc',
+ 'common/plugin_group.h',
'common/process_watcher_mac.cc',
'common/process_watcher_posix.cc',
'common/process_watcher_win.cc',