Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 7fa7f7244ff591fb4dd69e9951a8893e2d4233ec..fe84a978138dc556d8f3121f94e9e1c7d0dc1955 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -292,8 +292,15 @@ |
{ |
'target_name': 'bench_record', |
'type': 'executable', |
- 'sources': ['../tools/bench_record.cpp'], |
- 'include_dirs': [ '../src/core/' ], |
+ 'sources': [ |
+ '../tools/bench_record.cpp', |
+ '../tools/LazyDecodeBitmap.cpp', |
+ ], |
+ 'include_dirs': [ |
+ '../src/core/', |
+ '../src/images', |
+ '../src/lazy', |
+ ], |
'dependencies': [ |
'flags.gyp:flags', |
'skia_lib.gyp:skia_lib', |