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

Unified Diff: ppapi/features/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 | « ppapi/BUILD.gn ('k') | ppapi/features/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/features/BUILD.gn
diff --git a/ppapi/features/BUILD.gn b/ppapi/features/BUILD.gn
index 3917d1ee992a9d5ab7686d9a99d23e67de9b26b2..cbb8e6edc7ea91d76900568c9fa021f8c7b52292 100644
--- a/ppapi/features/BUILD.gn
+++ b/ppapi/features/BUILD.gn
@@ -11,5 +11,8 @@ import("//ppapi/features/features.gni")
buildflag_header("features") {
header = "features.h"
- flags = [ "ENABLE_PEPPER_CDMS=$enable_pepper_cdms" ]
+ flags = [
+ "ENABLE_PEPPER_CDMS=$enable_pepper_cdms",
+ "ENABLE_PLUGINS=$enable_plugins",
+ ]
}
« no previous file with comments | « ppapi/BUILD.gn ('k') | ppapi/features/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698