Merge pull request #8275 from Snuffleupagus/telemetry-stub
Rename PdfJsTelemetry-addon.jsm to PdfJsTelemetry-stub.jsm
This commit is contained in:
commit
2274465588
@ -12,8 +12,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* eslint max-len: ["error", 120] */
|
||||
/* globals Components, Services */
|
||||
|
||||
"use strict";
|
||||
|
@ -714,7 +714,7 @@ gulp.task('firefox-pre', ['buildnumber', 'locale'], function () {
|
||||
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJs-stub.jsm')
|
||||
.pipe(rename('PdfJs.jsm'))
|
||||
.pipe(gulp.dest(FIREFOX_BUILD_CONTENT_DIR)),
|
||||
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry-addon.jsm')
|
||||
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry-stub.jsm')
|
||||
.pipe(rename('PdfJsTelemetry.jsm'))
|
||||
.pipe(gulp.dest(FIREFOX_BUILD_CONTENT_DIR)),
|
||||
gulp.src(FIREFOX_EXTENSION_DIR + '*.png')
|
||||
|
Loading…
x
Reference in New Issue
Block a user