| Index: gyp/shapeops_tool.gyp
|
| ===================================================================
|
| --- gyp/shapeops_tool.gyp (revision 9315)
|
| +++ gyp/shapeops_tool.gyp (working copy)
|
| @@ -15,23 +15,15 @@
|
| '../experimental/Intersection/AddTestOutput/main.cpp',
|
| ],
|
| 'dependencies': [
|
| - 'core.gyp:core',
|
| - 'effects.gyp:effects',
|
| + 'skia_base_libs.gyp:skia_base_libs',
|
| 'experimental.gyp:experimental',
|
| - 'images.gyp:images',
|
| - 'ports.gyp:ports',
|
| 'pdf.gyp:pdf',
|
| - 'utils.gyp:utils',
|
| ],
|
| 'conditions': [
|
| [ 'skia_gpu == 1', {
|
| 'include_dirs': [
|
| '../src/gpu',
|
| ],
|
| - 'dependencies': [
|
| - 'gpu.gyp:gr',
|
| - 'gpu.gyp:skgr',
|
| - ],
|
| }],
|
| ],
|
| },
|
|
|