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

Unified Diff: chrome/chrome_browser.gypi

Issue 10910168: Separate plugin_metadata from plugin_installer, thread-safe plugin_finder (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 b317b80636e6888973571c2ec7e925347096cd4c..f94d792242fb7fd584facf484b2b79d3ccace5e4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1233,6 +1233,8 @@
'browser/plugins/plugin_infobar_delegates.h',
'browser/plugins/plugin_installer_observer.cc',
'browser/plugins/plugin_installer_observer.h',
+ 'browser/plugins/plugin_metadata.cc',
+ 'browser/plugins/plugin_metadata.h',
'browser/plugins/plugin_observer.cc',
'browser/plugins/plugin_observer.h',
'browser/plugins/plugin_prefs.cc',
@@ -2671,7 +2673,8 @@
}],
['enable_plugin_installation==0', {
'sources!': [
- # TODO(ibraaaa): Return plugin_installer.{h/cc}.
+ 'browser/plugins/plugin_installer.cc',
+ 'browser/plugins/plugin_installer.h',
'browser/plugins/plugin_installer_observer.cc',
'browser/plugins/plugin_installer_observer.h',
],
« 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