Move standard.gclient to .gclient

This commit is contained in:
2025-07-17 09:10:52 +00:00
committed by jenkins-runner
parent d7b523b356
commit 2d297f9d95
2 changed files with 0 additions and 1 deletions

View File

@@ -1,20 +0,0 @@
# Copy this file to the root of your flutter checkout to bootstrap gclient
# or just run gclient sync in an empty directory with this file.
solutions = [
{
"custom_deps": {},
"deps_file": "DEPS",
"managed": False,
"name": ".",
"safesync_url": "",
# If you are using SSH to connect to GitHub, change the URL to:
# git@github.com:flutter/flutter.git
"url": "https://github.com/flutter/flutter.git",
# Uncomment the custom_vars section below if you plan to build the web engine.
# "custom_vars": {
# "download_emsdk": True,
# },
},
]