Commit 19d366bc authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander.Trofimov

[mobile] сборка скриптов для таблиц

parent 1690a3cd
......@@ -175,21 +175,22 @@
"../common/Local/common.js",
"../cell/Local/api.js"
],
"mobile": [
"mobile_banners": [
"../../web-apps/vendor/xregexp/xregexp-all-min.js",
"../../web-apps/vendor/underscore/underscore-min.js",
"../cell/native/common.js",
"../common/Native/Wrappers/memory.js",
"../common/Native/jquery_native.js",
"../common/Native/Wrappers/memory.js",
"../cell/native/DrawingContext.js"
],
"mobile": [
"../common/Native/Wrappers/TextMeasurerWrapper.js",
"../common/Native/Wrappers/DrawingStream.js",
"../cell/native/DrawingContext.js",
"../cell/native/Graphics.js",
"../cell/native/Overlay.js",
"../common/Native/Wrappers/ShapeDrawer.js",
"../cell/native/DrawingDocument.js"
],
"mobile_banners": [
"../cell/native/native.js"
"../cell/native/Overlay.js",
"../cell/native/Graphics.js",
"../cell/native/DrawingDocument.js",
"../cell/native/native.js"
],
"exclude_mobile": [
"../common/Overlay.js",
......@@ -201,7 +202,8 @@
"../common/FontsFreeType/FontFile.js",
"../common/FontsFreeType/FontManager.js",
"../common/FontsFreeType/TextMeasurer.js",
"../cell/model/DrawingObjects/Graphics.js"
"../cell/model/DrawingObjects/Graphics.js",
"../cell/view/iscroll.js"
],
"dst": "../cell/sdk-all.js",
"externs": [
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment