diff --git a/infra_to_superproject b/infra_to_superproject deleted file mode 100755 index f8b8b489c..000000000 --- a/infra_to_superproject +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright (c) 2023 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -base_dir=$(dirname "$0") - -PYTHONDONTWRITEBYTECODE=1 exec python3 "$base_dir/infra_to_superproject.py" "$@" diff --git a/infra_to_superproject.bat b/infra_to_superproject.bat deleted file mode 100644 index 63a72ca6a..000000000 --- a/infra_to_superproject.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -:: Copyright (c) 2023 The Chromium Authors. All rights reserved. -:: Use of this source code is governed by a BSD-style license that can be -:: found in the LICENSE file. -setlocal - -:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used -:: standalone, but allow other PATH manipulations to take priority. -set PATH=%PATH%;%~dp0 - -:: Defer control. -python3 "%~dp0\infra_to_superproject.py" %* diff --git a/infra_to_superproject.py b/infra_to_superproject.py deleted file mode 100644 index f17585869..000000000 --- a/infra_to_superproject.py +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env python3 -# Copyright (c) 2023 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -""" -Migrates an infra or infra_internal gclient to an infra_superproject one. - -Does an in-place migration of the cwd's infra or infra_internal gclient -checkout to an infra_superproject checkout, preserving all repo branches -and commits. Should be called in the gclient root directory (the one that -contains the .gclient file). - -By default creates a backup dir of the original gclient checkout in -`