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

Unified Diff: content/public/common/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/common/view_messages.h ('k') | content/public/common/pepper_plugin_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index df860043ed769f14b2b59ed6821414e29bb9001e..a0ed34b8f00ad095a7a040010b50c422d1f2a034 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/buildflag_header.gni")
import("//build/config/chromecast_build.gni")
import("//build/config/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")
+import("//ppapi/features/features.gni")
import("//third_party/webrtc/build/webrtc.gni")
# See //content/BUILD.gn for how this works.
@@ -252,6 +253,7 @@ source_set("common_sources") {
"//mojo/common",
"//net",
"//ppapi/c",
+ "//ppapi/features",
"//services/service_manager/public/cpp",
"//skia",
"//storage/common",
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/pepper_plugin_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698