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

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

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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/public/common/pepper_plugin_info.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index 628e89b19323dc8f51a9183b186ac19d3e5216ac..b5c1de37b81be0124b1eb47baa5e56dd5b5a12e9 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//ppapi/features/features.gni")
# See //content/BUILD.gn for how this works.
group("renderer") {
@@ -75,6 +76,7 @@ target(link_target_type, "renderer_sources") {
"//media/gpu/ipc/client",
"//net",
"//ppapi/c",
+ "//ppapi/features",
"//skia",
"//third_party/WebKit/public:blink_headers",
"//third_party/libjingle",
« no previous file with comments | « content/public/common/pepper_plugin_info.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698