| Index: gyp/shapeops_tool.gyp
|
| diff --git a/gyp/shapeops_tool.gyp b/gyp/shapeops_tool.gyp
|
| index 3b1408a5ffba622ec28eec7ece5af1fb4dd4c8f9..35caccb5ae3d9f2d810e44d4d0923c9546dc5e92 100644
|
| --- a/gyp/shapeops_tool.gyp
|
| +++ b/gyp/shapeops_tool.gyp
|
| @@ -15,23 +15,15 @@
|
| '../experimental/Intersection/AddTestOutput/main.cpp',
|
| ],
|
| 'dependencies': [
|
| - 'core.gyp:core',
|
| - 'effects.gyp:effects',
|
| + 'skia_lib.gyp:skia_lib',
|
| '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',
|
| - ],
|
| }],
|
| ],
|
| },
|
|
|