We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd965b commit 4d14553Copy full SHA for 4d14553
scripts/build-skia.ts
@@ -189,16 +189,6 @@ try {
189
executeCmdSync("PATH=../depot_tools/:$PATH python3 tools/git-sync-deps");
190
console.log("gclient sync done");
191
192
- // lets check for any dependencies
193
- // TODO: to remove
194
- // if (platform.dependencies) {
195
- // console.log(`Found dependencies for platform ${SelectedPlatform}`);
196
- // platform.dependencies.forEach((dep) => {
197
- // console.log(`Running dependency ${dep.name}`);
198
- // dep.executable();
199
- // });
200
- // }
201
-
202
try {
203
// Configure the platform
204
if (!configurePlatform(SelectedPlatform, SelectedTarget)) {
0 commit comments