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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2494183002: Remove some global defines and build flags. (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 | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/public/public_features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 502fef7eb1a75701d0c188706d60f23e2589f655..39f1284327f78a033ba5982780a149fd27e6a9f7 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -68,10 +68,13 @@ config("blink_headers_config") {
configs = [ "//v8:external_config" ]
}
-# Public feature flags usabout outside of Blink.
+# Public feature flags used outside of Blink.
buildflag_header("features") {
header = "public_features.h"
- flags = [ "DEBUG_DEVTOOLS=$debug_devtools" ]
+ flags = [
+ "DEBUG_DEVTOOLS=$debug_devtools",
+ "USE_MINIKIN_HYPHENATION=$use_minikin_hyphenation",
+ ]
}
if (is_android) {
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/public/public_features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698