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

Unified Diff: content/content_browser.gypi

Issue 8243010: Queue callbacks in PluginService::GetPlugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 2 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 | « content/browser/plugin_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 8f4060b274fe1366eeb17577f95e536d7f9087ca..4e4d9afc78886996e49d34fe05a68392d59296ea 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -637,6 +637,12 @@
'browser/renderer_host/gtk_key_bindings_handler.h',
],
}],
+ ['os_posix == 1', {
+ 'sources': [
+ 'browser/plugin_loader.cc',
+ 'browser/plugin_loader.h',
+ ]
+ }],
['touchui==1', {
'sources/': [
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
« no previous file with comments | « content/browser/plugin_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698