chore: remove unused files to simply out_dir replacements

This commit is contained in:
Samuel Attard 2018-09-27 15:49:02 +10:00
parent 4b0f335aba
commit 2adb44a402
5 changed files with 5 additions and 71 deletions

View file

@ -97,7 +97,7 @@ This is an overview of the steps needed to upgrade Chromium in Electron.
- Add more build flags to disable features in build-time.
When a Debug build of Electron succeeds, run the tests:
`$ ./script/test.py`
`$ npm run tst`
Fix the failing tests.
Follow all the steps above to fix Electron code on all supported platforms.