diff --git a/sky/build/skyx.gni b/sky/build/skyx.gni index 15c1ea36f92..f0f8f270300 100644 --- a/sky/build/skyx.gni +++ b/sky/build/skyx.gni @@ -32,8 +32,7 @@ template("skyx") { args = [ rebase_path("$sky_snapshot_dir/sky_snapshot", src_dir), rebase_path(main_dart, src_dir), - "--package-root", - rebase_path("//sky/packages/workbench/packages", src_dir), + "--package-root", rebase_path("packages"), "--snapshot", rebase_path(snapshot, src_dir), "-C", diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml index 74333af0130..71cf74913b0 100644 --- a/sky/packages/workbench/pubspec.yaml +++ b/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