From c069a57301a468dbc45f3f3775b623e5532f9398 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Tue, 19 Jun 2018 16:05:09 -0400 Subject: 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 Reviewed-by: Mike Klein Reviewed-by: Brian Osman --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILD.gn') 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", ] } -- cgit v1.2.3