Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1591538 - Don't include mozwebidlcodegen in SM tarball; r=sfink
Browse files Browse the repository at this point in the history
This was done in bug 956597 where including its files won over
massaging the imports to not be reached from the tarball's
build system.

There are now only three references to mozwebidlcodegen in the
tarball:

* /python/mozbuild/mozbuild/frontend/data.py in which it is
  imported from a method on WebIDLCollection (there are no
  WebIDL collections in the tarball);

* /python/mozbuild/mozbuild/frontend/emitter.py to emit
  WebIDL collections;

* /python/mozbuild/mozbuild/backend/common.py in which it was
  made local to the single function using it in bug 1272976.

I don't think it is necessary to include it anymore, but given
it's only 56KB I'm not sure it matters either way.

Differential Revision: https://phabricator.services.mozilla.com/D50738
  • Loading branch information
nox committed Nov 18, 2019
1 parent 13cdf33 commit 72e1b96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/make-source-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ case $cmd in
+ /third_party/python/**
+ /third_party/rust/**
+ /dom/bindings/mozwebidlcodegen/**
+ /layout/tools/reftest/reftest/**
+ /testing/mozbase/**
Expand Down

0 comments on commit 72e1b96

Please sign in to comment.