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

Unified Diff: extensions/features/BUILD.gn

Issue 2510633006: Move enable_wifi_display out of root build configuration. (Closed)
Patch Set: 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 | « extensions/browser/mojo/service_registration.cc ('k') | extensions/features/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/features/BUILD.gn
diff --git a/extensions/features/BUILD.gn b/extensions/features/BUILD.gn
index 5be8600f6a9271597f7e0126773e015e21cde4b4..f6ef9de3b98a2676279b86eed6ef783421111221 100644
--- a/extensions/features/BUILD.gn
+++ b/extensions/features/BUILD.gn
@@ -12,5 +12,8 @@ import("//extensions/features/features.gni")
buildflag_header("features") {
header = "features.h"
- flags = [ "ENABLE_EXTENSIONS=$enable_extensions" ]
+ flags = [
+ "ENABLE_EXTENSIONS=$enable_extensions",
+ "ENABLE_WIFI_DISPLAY=$enable_wifi_display",
+ ]
}
« no previous file with comments | « extensions/browser/mojo/service_registration.cc ('k') | extensions/features/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698