1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Add close button and title bar for b2g.

This commit is contained in:
Brendan Dahl 2012-11-28 11:02:56 -08:00
parent 9bf318019e
commit df0d9be4a5
6 changed files with 34 additions and 14 deletions

View file

@ -522,6 +522,7 @@ target.b2g = function() {
defines: defines,
copy: [
[COMMON_WEB_FILES, B2G_BUILD_CONTENT_DIR + '/web'],
['web/viewer-b2g.css', B2G_BUILD_CONTENT_DIR + '/web'],
['web/locale.properties', B2G_BUILD_CONTENT_DIR + '/web'],
['external/webL10n/l10n.js', B2G_BUILD_CONTENT_DIR + '/web']
],