aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-06-19 16:05:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-19 20:30:28 +0000
commitc069a57301a468dbc45f3f3775b623e5532f9398 (patch)
tree4c067efbba58df8f6333f80b73924ae0f6e24843 /BUILD.gn
parent644341af03d22dfe10e8e6c47e0aa21f5346031b (diff)
added NIMA sample to showcase animations
improved third_party template to include headers as system headers for non-Windows machines Bug: skia: Change-Id: Id2fa74fc31b49f9b07cc83e7f60477c7ab4f8d83 Reviewed-on: https://skia-review.googlesource.com/135450 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3f58f4480b..a433b9295e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1547,6 +1547,7 @@ if (skia_enable_tools) {
":xml",
"modules/sksg:samples",
"modules/skshaper",
+ "//third_party/Nima-Cpp",
]
if (skia_use_lua) {
@@ -1576,6 +1577,7 @@ if (skia_enable_tools) {
":tool_utils",
"modules/skottie",
"modules/sksg",
+ "//third_party/Nima-Cpp",
"//third_party/jsoncpp",
"//third_party/libpng",
]
@@ -1999,6 +2001,7 @@ if (skia_enable_tools) {
":views",
"modules/skottie",
"modules/sksg",
+ "//third_party/Nima-Cpp",
"//third_party/imgui",
]
}