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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2479593006: Move enable extensions define to a build flag. (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 c0eee776586a76ab11d7533cb792781f549a1cf4..a9ac12fa504953f82133d37db9b1b785dfef728b 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//build/split_static_library.gni")
import("//chrome/common/features.gni")
+import("//extensions/features/features.gni")
import("//media/media_options.gni")
import("//printing/features/features.gni")
@@ -563,6 +564,7 @@ split_static_library("ui") {
"//device/base",
"//device/bluetooth/public/interfaces:experimental_interfaces",
"//device/usb",
+ "//extensions/features",
"//media",
"//net:net_with_v8",
"//printing/features",
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698