| Index: gyp/bench.gyp
 | 
| diff --git a/gyp/bench.gyp b/gyp/bench.gyp
 | 
| index be768f04aeb142d819cc1f1e94a166ff6ab64a41..49e6c2c103180309ef93618255d4453c7076e185 100644
 | 
| --- a/gyp/bench.gyp
 | 
| +++ b/gyp/bench.gyp
 | 
| @@ -17,9 +17,7 @@
 | 
|          'bench.gypi'
 | 
|        ],
 | 
|        'dependencies': [
 | 
| -        'skia_base_libs.gyp:skia_base_libs',
 | 
| -        'effects.gyp:effects',
 | 
| -        'images.gyp:images',
 | 
| +        'skia_lib.gyp:skia_lib',
 | 
|          'bench_timer',
 | 
|        ],
 | 
|        'conditions': [
 | 
| @@ -50,7 +48,7 @@
 | 
|          '../src/gpu',
 | 
|        ],
 | 
|        'dependencies': [
 | 
| -        'skia_base_libs.gyp:skia_base_libs',
 | 
| +        'skia_lib.gyp:skia_lib',
 | 
|        ],
 | 
|        'conditions': [
 | 
|          [ 'skia_os not in ["mac", "ios"]', {
 | 
| 
 |