Index: gyp/debugger.gyp |
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp |
index b935fb056d88ce5f73ee7237ef2251ce1c7e1bad..9ea300d9b25ef4c229facbdf70b937c8c5d3be6d 100644 |
--- a/gyp/debugger.gyp |
+++ b/gyp/debugger.gyp |
@@ -94,17 +94,12 @@ |
'../debugger/SkObjectParser.cpp', |
], |
'dependencies': [ |
- 'skia_base_libs.gyp:skia_base_libs', |
- 'images.gyp:images', |
- 'effects.gyp:effects', |
+ 'skia_lib.gyp:skia_lib', |
'bench.gyp:bench_timer', |
'tools.gyp:picture_renderer', |
], |
'conditions': [ |
[ 'skia_os == "nacl"', { |
- 'dependencies': [ |
- 'utils.gyp:utils', # For SkBase64.h |
- ], |
'include_dirs': [ |
'../src/utils', |
], |