Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Nov 1, 2023
1 parent f8aee95 commit ced8401
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 160 deletions.
4 changes: 2 additions & 2 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ flutter:
- packages/perfetto_ui_compiled/dist/devtools/devtools_light.css
- packages/perfetto_ui_compiled/dist/devtools/devtools_shared.css
- packages/perfetto_ui_compiled/dist/devtools/devtools_theme_handler.js
# The version number for all the Perfetto asset paths below is updated by running the
# ./tool/update_perfetto.sh script.
# The version number for all the Perfetto asset paths below is updated by running
# `devtools_tool update-perfetto`.
- packages/perfetto_ui_compiled/dist/v33.0-1838a06af/engine_bundle.js
- packages/perfetto_ui_compiled/dist/v33.0-1838a06af/frontend_bundle.js
- packages/perfetto_ui_compiled/dist/v33.0-1838a06af/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion tool/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "Flutter Path: $(which flutter)"
echo "Flutter Version: $(flutter --version)"

if [[ $1 = "--update-perfetto" ]]; then
$TOOL_DIR/update_perfetto.sh
devtools_tool update-perfetto
fi

pushd $DEVTOOLS_DIR/packages/devtools_shared
Expand Down
81 changes: 0 additions & 81 deletions tool/update_perfetto.sh

This file was deleted.

76 changes: 0 additions & 76 deletions tool/update_perfetto_assets.dart

This file was deleted.

0 comments on commit ced8401

Please sign in to comment.