Commit 78b79175 authored by Oleg Korshul's avatar Oleg Korshul

add scripts

parent 418fa4a9
......@@ -83,6 +83,7 @@
"../common/scroll.js",
"../common/Scrolls/iscroll.js",
"../common/Scrolls/mobileTouchManagerBase.js",
"../common/wordcopypaste.js",
......@@ -215,41 +216,43 @@
"../common/Local/license.js"
],
"common": [
"../common/Local/common.js",
"../cell/Local/api.js"
"../common/Local/common.js",
"../cell/Local/api.js"
]
},
"mobile_banners": {
"min": [
"../common/Native/Wrappers/memory.js"
"min": [
"../common/Native/Wrappers/memory.js"
],
"common": [
"../cell/native/DrawingContext.js"
"../cell/native/DrawingContext.js"
]
},
"mobile": [
"../common/Native/Wrappers/TextMeasurerWrapper.js",
"../common/Native/Wrappers/DrawingStream.js",
"../common/Native/Wrappers/TextMeasurerWrapper.js",
"../common/Native/Wrappers/DrawingStream.js",
"../common/Native/Wrappers/ShapeDrawer.js",
"../cell/native/TextDrawer.js",
"../cell/native/Overlay.js",
"../cell/native/TextDrawer.js",
"../cell/native/Overlay.js",
"../cell/native/Graphics.js",
"../cell/native/DrawingDocument.js",
"../cell/native/DrawingDocument.js",
"../cell/native/native.js"
],
"exclude_mobile": [
"../common/Overlay.js",
"../common/Controls.js",
"../common/Overlay.js",
"../common/Controls.js",
"../cell/graphics/DrawingContext.js",
"../cell/model/DrawingObjects/ShapeDrawer.js",
"../cell/model/DrawingObjects/DrawingDocument.js",
"../cell/model/DrawingObjects/ShapeDrawer.js",
"../cell/model/DrawingObjects/DrawingDocument.js",
"../common/FontsFreeType/font_engine.js",
"../common/FontsFreeType/FontFile.js",
"../common/FontsFreeType/FontManager.js",
"../common/FontsFreeType/FontFile.js",
"../common/FontsFreeType/FontManager.js",
"../common/FontsFreeType/TextMeasurer.js",
"../cell/model/DrawingObjects/Graphics.js",
"../common/Drawings/TextDrawer.js",
"../common/Scrolls/iscroll.js"
"../common/Drawings/TextDrawer.js",
"../common/Scrolls/iscroll.js",
"../common/Scrolls/mobileTouchManagerBase.js",
"../cell/view/mobileTouch.js"
],
"dst": "../cell",
"externs": [
......
......@@ -82,6 +82,9 @@
"../common/Drawings/HatchPattern.js",
"../common/scroll.js",
"../common/Scrolls/iscroll.js",
"../common/Scrolls/mobileTouchManagerBase.js",
"../word/Drawing/mobileTouchManager.js",
"../common/wordcopypaste.js",
......
......@@ -84,6 +84,8 @@
"../common/scroll.js",
"../common/Scrolls/iscroll.js",
"../common/Scrolls/mobileTouchManagerBase.js",
"../word/Drawing/mobileTouchManager.js",
"../common/wordcopypaste.js",
......@@ -226,7 +228,9 @@
"../common/FontsFreeType/FontFile.js",
"../common/FontsFreeType/FontManager.js",
"../common/FontsFreeType/TextMeasurer.js",
"../common/Scrolls/iscroll.js"
"../common/Scrolls/iscroll.js",
"../common/Scrolls/mobileTouchManagerBase.js",
"../word/Drawing/mobileTouchManager.js"
],
"dst": "../word",
"externs": [
......
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