Chromium Code Reviews| Index: dart/tools/create_tarball.py |
| =================================================================== |
| --- dart/tools/create_tarball.py (revision 33413) |
| +++ dart/tools/create_tarball.py (working copy) |
| @@ -40,7 +40,7 @@ |
| versiondir = '' |
| # Ignore Git/SVN files, checked-in binaries, backup files, etc.. |
| -ignoredPaths = ['tools/testing/bin' |
| +ignoredPaths = ['tools/testing/bin', |
| 'third_party/7zip', 'third_party/android_tools', |
| 'third_party/clang', 'third_party/d8', |
| 'third_party/firefox_jsshell'] |