Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 1b196a75b1bd557af1888dbbb85e8a028b260ff9..8d2c7037b13a1a9d10c06beb05c67e2f20331195 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -89,6 +89,13 @@ |
}, |
}, |
{ |
+ 'target_name': 'checkerboard', |
+ 'type': 'static_library', |
+ 'sources': [ '../tools/Checkerboard.cpp', ], |
+ 'dependencies': [ 'skia_lib.gyp:skia_lib', ], |
+ 'direct_dependent_settings': { 'include_dirs': [ '../tools', ], }, |
+ }, |
+ { |
'target_name' : 'timer', |
'type': 'static_library', |
'sources': [ |