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

Unified Diff: chrome/chrome_browser.gypi

Issue 10872034: Changing PluginPrefs to use PluginFinder's async interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@test_async
Patch Set: Remove exclusion of plugin_installer and plugin_finder from build when enable_plugin_installation i… 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4f8650f4675510de717196b70e4cd6a4db54f970..957be770a2c9f08a74a080c90ab8e15866fdeb6a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -5438,10 +5438,7 @@
}],
['enable_plugin_installation==0', {
'sources!': [
- 'browser/plugin_finder.cc',
- 'browser/plugin_finder.h',
- 'browser/plugin_installer.cc',
- 'browser/plugin_installer.h',
+ # TODO(ibraaaa): Return plugin_installer.{h/cc}.
'browser/plugin_installer_observer.cc',
'browser/plugin_installer_observer.h',
],
« 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