From c21bf4f4faa25dad3bc4a86ec5f0f91ab9945bfc Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 12 Aug 2015 17:39:59 -0700 Subject: [PATCH] Stop using workbench/packages for sky_snapshot Instead we use the packages directory which is at the same level as the BUILD.gn file. That's a bit of a broken assumption but it happens to work for all our skyx uses for now. @abarth --- engine/src/flutter/sky/packages/workbench/pubspec.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/src/flutter/sky/packages/workbench/pubspec.yaml b/engine/src/flutter/sky/packages/workbench/pubspec.yaml index 74333af013..71cf74913b 100644 --- a/engine/src/flutter/sky/packages/workbench/pubspec.yaml +++ b/engine/src/flutter/sky/packages/workbench/pubspec.yaml @@ -6,8 +6,6 @@ homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/workben dependencies: sky: any sky_tools: any - # This is a hack until sky_snapshot no longer uses workbench's packages directory. - playfair: any dependency_overrides: material_design_icons: path: ../material_design_icons