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

Unified Diff: content/common/BUILD.gn

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/browser/web_contents/web_contents_impl.cc ('k') | content/common/pepper_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 40639a7d658b94d2c520cad01d64c8212aa54bd8..b16a050b01ce1793e60a58dc8729f1cac8749a6c 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -176,8 +176,16 @@ source_set("common") {
]
} else {
sources -= [
+ "pepper_file_util.cc",
+ "pepper_file_util.h",
+ "pepper_messages.h",
"pepper_plugin_list.cc",
"pepper_plugin_list.h",
+ "pepper_renderer_instance_data.cc",
+ "pepper_renderer_instance_data.h",
+ "plugin_list.cc",
+ "plugin_list.h",
+ "plugin_list_posix.cc",
"sandbox_util.cc",
]
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/pepper_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698