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

Unified Diff: chrome/browser/ui/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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index d048c2605cc18612ce895701aa414d9f905f9e33..6956aa657f41a9666118333f163955ae113c4692 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -10,6 +10,7 @@ import("//build/split_static_library.gni")
import("//chrome/common/features.gni")
import("//extensions/features/features.gni")
import("//media/media_options.gni")
+import("//ppapi/features/features.gni")
import("//printing/features/features.gni")
config("ui_warnings") {
@@ -570,6 +571,7 @@ split_static_library("ui") {
"//extensions/features",
"//media",
"//net:net_with_v8",
+ "//ppapi/features",
"//printing/features",
"//services/service_manager/runner/common",
"//skia",

Powered by Google App Engine
This is Rietveld 408576698