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

Unified Diff: content/content_common.gypi

Issue 525513003: Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 889d754e99cfefd96fefc0116a2bdb857ac4d0ee..a63eaaad365a183c1fc303a7528a61a840f0a0f9 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -703,9 +703,19 @@
],
}, { # enable_plugins == 0
'sources!': [
+ 'common/pepper_file_util.cc',
+ 'common/pepper_file_util.h',
+ 'common/pepper_messages.h',
'common/pepper_plugin_list.cc',
'common/pepper_plugin_list.h',
+ 'common/pepper_renderer_instance_data.cc',
+ 'common/pepper_renderer_instance_data.h',
+ 'common/plugin_list.cc',
+ 'common/plugin_list.h',
+ 'common/plugin_list_posix.cc',
'common/sandbox_util.cc',
+ 'public/common/pepper_plugin_info.cc',
+ 'public/common/pepper_plugin_info.h',
],
}],
['OS=="android"', {
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698