| Index: gyp/gm.gyp
 | 
| diff --git a/gyp/gm.gyp b/gyp/gm.gyp
 | 
| index fa413c37dc442811b3de3e8c7a6ced9764d33e5f..a8b15339d6df3d984f872f4abce0a6586ef587f6 100644
 | 
| --- a/gyp/gm.gyp
 | 
| +++ b/gyp/gm.gyp
 | 
| @@ -16,7 +16,7 @@
 | 
|          '../gm/gm_expectations.cpp',
 | 
|        ],
 | 
|        'dependencies': [
 | 
| -        'skia_base_libs.gyp:skia_base_libs',
 | 
| +        'skia_lib.gyp:skia_lib',
 | 
|          'core.gyp:core',
 | 
|          'images.gyp:images',
 | 
|          'jsoncpp.gyp:jsoncpp',
 | 
| @@ -57,14 +57,11 @@
 | 
|          '../src/pipe/utils/SamplePipeControllers.cpp',
 | 
|        ],
 | 
|        'dependencies': [
 | 
| -        'skia_base_libs.gyp:skia_base_libs',
 | 
| -        'effects.gyp:effects',
 | 
| +        'skia_lib.gyp:skia_lib',
 | 
|          'flags.gyp:flags',
 | 
|          'gm.gyp:gm_expectations',
 | 
| -        'images.gyp:images',
 | 
|          'jsoncpp.gyp:jsoncpp',
 | 
|          'pdf.gyp:pdf',
 | 
| -        'utils.gyp:utils',
 | 
|        ],
 | 
|        'conditions': [
 | 
|          ['skia_os == "mac"', {
 | 
| 
 |