aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/third_party.gni
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-08-03 15:08:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-03 15:08:04 -0700
commit19a9720978700a24efed8dda7e0935ea2b7338c4 (patch)
treea6415a2378e83fa3aa1c9eea915037d78762f47a /third_party/third_party.gni
parent4fd74aec9f6c68c66483bcc6735793440b1ba184 (diff)
GN: build sfntly, icu, harfbuzz
Diffstat (limited to 'third_party/third_party.gni')
-rw-r--r--third_party/third_party.gni4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/third_party.gni b/third_party/third_party.gni
index 9e552bf5a0..34751c0286 100644
--- a/third_party/third_party.gni
+++ b/third_party/third_party.gni
@@ -15,3 +15,7 @@ template("third_party") {
cflags = [ "-w" ]
}
}
+
+set_defaults("third_party") {
+ configs = default_configs
+}