Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #225 from electron/licenses
Browse files Browse the repository at this point in the history
Fix LICENSES.chromium.html being empty
  • Loading branch information
zcbenz committed Aug 2, 2016
2 parents 2d4ac58 + 658edcb commit d7467ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
3 changes: 1 addition & 2 deletions tools/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,7 @@ def EvaluateTemplate(template, env, escape=True):
template = template.replace('{{%s}}' % key, val)
return template

root = os.path.join(os.path.dirname(__file__), '..', 'vendor', 'chromium',
'src')
root = os.path.join(os.path.dirname(__file__), '..', 'src')
third_party_dirs = FindThirdPartyDirs(PRUNE_PATHS, root)

if not file_template_file:
Expand Down
22 changes: 0 additions & 22 deletions vendor/chromium/.gclient

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/chromium/.gitignore

This file was deleted.

0 comments on commit d7467ae

Please sign in to comment.