aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-02-20 10:41:39 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-20 16:13:15 +0000
commitaf7bbc8b0495612cdbc98847fadb0a08924c41bb (patch)
tree78e9cdd06980ca978c7bec8f7583515926b15b54 /gn/gn_to_bp.py
parentdb0e4f952a71a7a5009ec8276a234227e0ec18f6 (diff)
Fix client roll
This change was made in the client master, but, since the bp file is autogenerated, it has broken all subsequent rolls. BUG=skia: Change-Id: I722c020414f2700c50bf4a1b5936d993e44864a1 Reviewed-on: https://skia-review.googlesource.com/8730 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 88eb6648fc..f77ab2c175 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -37,6 +37,7 @@ tool_shared_libs = [
# The ordering here is important: libsfntly needs to come after libskia.
tool_static_libs = [
+ 'libarect',
'libjsoncpp',
'libskia',
'libsfntly',