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

Unified Diff: content/public/renderer/BUILD.gn

Issue 849723002: Plugin Power Saver: Make PepperPluginInstanceThrottler interface public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index c1b5afeba593f2455cb56fc2a82475e9072f482b..5de959beffb0671dd3e838de3c7993a910b1855c 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -50,4 +50,11 @@ source_set("renderer_sources") {
".",
"//content")
}
+
+ if (enable_plugins) {
+ sources +=
+ rebase_path(content_renderer_gypi_values.public_renderer_plugin_sources,
+ ".",
+ "//content")
+ }
}

Powered by Google App Engine
This is Rietveld 408576698