Index: gyp/kilobench.gyp |
diff --git a/gyp/kilobench.gyp b/gyp/kilobench.gyp |
index 2d0ae22c53b2157f75dd12189c089ce67c230324..8223547a7dbe631eed5dceecdf64d2476bae08cc 100644 |
--- a/gyp/kilobench.gyp |
+++ b/gyp/kilobench.gyp |
@@ -17,6 +17,7 @@ |
'../gm', |
'../include/private', |
'../src/core', |
+ '../src/gpu', |
'../tools/VisualBench', |
], |
'sources': [ |
@@ -26,6 +27,7 @@ |
], |
'dependencies': [ |
'flags.gyp:flags', |
+ 'gpu.gyp:skgpu', |
'gputest.gyp:skgputest', |
'jsoncpp.gyp:jsoncpp', |
'skia_lib.gyp:skia_lib', |