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

Unified Diff: gn/BUILDCONFIG.gn

Issue 2200833010: GN: build sfntly, icu, harfbuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months 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: gn/BUILDCONFIG.gn
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index 681b15b83bad2ce2a2a783c45a3ae79a7cee0765..bde8e0f5dbc76436aee2c4ea813b7b3629ce2538 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -40,7 +40,10 @@ template("component") {
}
# Default configs
-_default_configs = [ "//gn:default" ]
+_default_configs = [
+ "//gn:default",
+ "//gn:nortti",
+]
if (!is_debug) {
_default_configs += [ "//gn:release" ]
}

Powered by Google App Engine
This is Rietveld 408576698