Avi Drissman | 1179210 | 2022-10-06 21:11:02 | [diff] [blame] | 1 | # Copyright 2014 The Chromium Authors |
kevers | 10278398 | 2014-10-31 15:55:21 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
Shu Chen | b85f543 | 2018-10-12 13:25:50 | [diff] [blame] | 5 | inputview_sources = rebase_path( |
| 6 | [ |
| 7 | "src/chrome/os/common.js", |
| 8 | "src/chrome/os/constant.js", |
| 9 | "src/chrome/os/datasource.js", |
| 10 | "src/chrome/os/elementtype.js", |
| 11 | "src/chrome/os/env.js", |
| 12 | "src/chrome/os/events/keycodes.js", |
| 13 | "src/chrome/os/featurename.js", |
| 14 | "src/chrome/os/featuretracker.js", |
| 15 | "src/chrome/os/floatingwindow/floatingwindow.js", |
| 16 | "src/chrome/os/floatingwindow/floatingwindowdragger.js", |
| 17 | "src/chrome/os/floatingwindow/windowutil.js", |
| 18 | "src/chrome/os/inputview/adapter.js", |
| 19 | "src/chrome/os/inputview/candidatesinfo.js", |
| 20 | "src/chrome/os/inputview/canvas.js", |
| 21 | "src/chrome/os/inputview/conditionname.js", |
| 22 | "src/chrome/os/inputview/config/compact_letter_characters.js", |
| 23 | "src/chrome/os/inputview/config/compact_more_characters.js", |
| 24 | "src/chrome/os/inputview/config/compact_numberpad_characters.js", |
| 25 | "src/chrome/os/inputview/config/compact_symbol_characters.js", |
| 26 | "src/chrome/os/inputview/config/compact_util.js", |
| 27 | "src/chrome/os/inputview/config/constants.js", |
| 28 | "src/chrome/os/inputview/config/contextlayoututil.js", |
| 29 | "src/chrome/os/inputview/config/util.js", |
| 30 | "src/chrome/os/inputview/controller.js", |
| 31 | "src/chrome/os/inputview/covariance.js", |
| 32 | "src/chrome/os/inputview/css.js", |
| 33 | "src/chrome/os/inputview/direction.js", |
| 34 | "src/chrome/os/inputview/dom.js", |
| 35 | "src/chrome/os/inputview/elements/content/altdataview.js", |
| 36 | "src/chrome/os/inputview/elements/content/backspacekey.js", |
| 37 | "src/chrome/os/inputview/elements/content/candidate.js", |
| 38 | "src/chrome/os/inputview/elements/content/candidatebutton.js", |
| 39 | "src/chrome/os/inputview/elements/content/candidateview.js", |
| 40 | "src/chrome/os/inputview/elements/content/canvasview.js", |
| 41 | "src/chrome/os/inputview/elements/content/character.js", |
| 42 | "src/chrome/os/inputview/elements/content/characterkey.js", |
| 43 | "src/chrome/os/inputview/elements/content/charactermodel.js", |
| 44 | "src/chrome/os/inputview/elements/content/compactkey.js", |
| 45 | "src/chrome/os/inputview/elements/content/compactkeymodel.js", |
| 46 | "src/chrome/os/inputview/elements/content/dragbutton.js", |
| 47 | "src/chrome/os/inputview/elements/content/emojikey.js", |
| 48 | "src/chrome/os/inputview/elements/content/emojiview.js", |
| 49 | "src/chrome/os/inputview/elements/content/enswitcherkey.js", |
| 50 | "src/chrome/os/inputview/elements/content/enterkey.js", |
| 51 | "src/chrome/os/inputview/elements/content/expandedcandidateview.js", |
| 52 | "src/chrome/os/inputview/elements/content/floatingview.js", |
| 53 | "src/chrome/os/inputview/elements/content/functionalkey.js", |
| 54 | "src/chrome/os/inputview/elements/content/gaussianestimator.js", |
| 55 | "src/chrome/os/inputview/elements/content/gesturecanvasview.js", |
| 56 | "src/chrome/os/inputview/elements/content/gesturestroke.js", |
| 57 | "src/chrome/os/inputview/elements/content/handwritingview.js", |
| 58 | "src/chrome/os/inputview/elements/content/keyboardview.js", |
| 59 | "src/chrome/os/inputview/elements/content/keysetview.js", |
| 60 | "src/chrome/os/inputview/elements/content/menuitem.js", |
| 61 | "src/chrome/os/inputview/elements/content/menukey.js", |
| 62 | "src/chrome/os/inputview/elements/content/menuview.js", |
| 63 | "src/chrome/os/inputview/elements/content/modifierkey.js", |
| 64 | "src/chrome/os/inputview/elements/content/morekeysshiftoperation.js", |
| 65 | "src/chrome/os/inputview/elements/content/pageindicator.js", |
| 66 | "src/chrome/os/inputview/elements/content/point.js", |
| 67 | "src/chrome/os/inputview/elements/content/selectview.js", |
| 68 | "src/chrome/os/inputview/elements/content/softkey.js", |
| 69 | "src/chrome/os/inputview/elements/content/spacekey.js", |
| 70 | "src/chrome/os/inputview/elements/content/spanelement.js", |
| 71 | "src/chrome/os/inputview/elements/content/swipeview.js", |
| 72 | "src/chrome/os/inputview/elements/content/switcherkey.js", |
| 73 | "src/chrome/os/inputview/elements/content/tabbarkey.js", |
| 74 | "src/chrome/os/inputview/elements/content/toolbarbutton.js", |
| 75 | "src/chrome/os/inputview/elements/content/voiceview.js", |
| 76 | "src/chrome/os/inputview/elements/element.js", |
| 77 | "src/chrome/os/inputview/elements/layout/extendedlayout.js", |
| 78 | "src/chrome/os/inputview/elements/layout/handwritinglayout.js", |
| 79 | "src/chrome/os/inputview/elements/layout/linearlayout.js", |
| 80 | "src/chrome/os/inputview/elements/layout/softkeyview.js", |
| 81 | "src/chrome/os/inputview/elements/layout/verticallayout.js", |
| 82 | "src/chrome/os/inputview/elements/weightable.js", |
| 83 | "src/chrome/os/inputview/emojitype.js", |
| 84 | "src/chrome/os/inputview/events.js", |
| 85 | "src/chrome/os/inputview/globalsettings.js", |
| 86 | "src/chrome/os/inputview/handler/pointeractionbundle.js", |
| 87 | "src/chrome/os/inputview/handler/pointerhandler.js", |
| 88 | "src/chrome/os/inputview/handler/swipestate.js", |
| 89 | "src/chrome/os/inputview/handler/util.js", |
| 90 | "src/chrome/os/inputview/hwt_css.js", |
| 91 | "src/chrome/os/inputview/hwt_eventtype.js", |
| 92 | "src/chrome/os/inputview/hwt_util.js", |
| 93 | "src/chrome/os/inputview/imewindows/accents.js", |
| 94 | "src/chrome/os/inputview/imewindows/gesturepreviewwindow.js", |
| 95 | "src/chrome/os/inputview/inputtool.js", |
| 96 | "src/chrome/os/inputview/inputtoolcode.js", |
| 97 | "src/chrome/os/inputview/inputtooltype.js", |
| 98 | "src/chrome/os/inputview/keyboardcontainer.js", |
| 99 | "src/chrome/os/inputview/layouts/compactspacerow.js", |
| 100 | "src/chrome/os/inputview/layouts/rowsof101.js", |
| 101 | "src/chrome/os/inputview/layouts/rowsof102.js", |
| 102 | "src/chrome/os/inputview/layouts/rowsofcompact.js", |
| 103 | "src/chrome/os/inputview/layouts/rowsofjp.js", |
| 104 | "src/chrome/os/inputview/layouts/rowsofnumberpad.js", |
| 105 | "src/chrome/os/inputview/layouts/spacerow.js", |
| 106 | "src/chrome/os/inputview/layouts/util.js", |
| 107 | "src/chrome/os/inputview/m17nmodel.js", |
| 108 | "src/chrome/os/inputview/model.js", |
| 109 | "src/chrome/os/inputview/perftracker.js", |
| 110 | "src/chrome/os/inputview/pointerconfig.js", |
| 111 | "src/chrome/os/inputview/readystate.js", |
| 112 | "src/chrome/os/inputview/settings.js", |
| 113 | "src/chrome/os/inputview/sizespec.js", |
| 114 | "src/chrome/os/inputview/specnodename.js", |
| 115 | "src/chrome/os/inputview/statemanager.js", |
| 116 | "src/chrome/os/inputview/statetype.js", |
| 117 | "src/chrome/os/inputview/strokehandler.js", |
| 118 | "src/chrome/os/inputview/swipedirection.js", |
| 119 | "src/chrome/os/inputview/util.js", |
| 120 | "src/chrome/os/keyboard/eventtype.js", |
| 121 | "src/chrome/os/keyboard/layoutevent.js", |
| 122 | "src/chrome/os/keyboard/model.js", |
| 123 | "src/chrome/os/keyboard/parsedlayout.js", |
| 124 | "src/chrome/os/message/contexttype.js", |
| 125 | "src/chrome/os/message/name.js", |
| 126 | "src/chrome/os/message/source.js", |
| 127 | "src/chrome/os/message/type.js", |
| 128 | "src/chrome/os/sounds/soundcontroller.js", |
| 129 | "src/chrome/os/sounds/sounds.js", |
| 130 | "src/chrome/os/statistics.js", |
| 131 | "third_party/closure_library/closure/goog/a11y/aria/announcer.js", |
| 132 | "third_party/closure_library/closure/goog/a11y/aria/aria.js", |
| 133 | "third_party/closure_library/closure/goog/a11y/aria/attributes.js", |
| 134 | "third_party/closure_library/closure/goog/a11y/aria/datatables.js", |
| 135 | "third_party/closure_library/closure/goog/a11y/aria/roles.js", |
| 136 | "third_party/closure_library/closure/goog/array/array.js", |
| 137 | "third_party/closure_library/closure/goog/asserts/asserts.js", |
| 138 | "third_party/closure_library/closure/goog/async/animationdelay.js", |
| 139 | "third_party/closure_library/closure/goog/async/delay.js", |
| 140 | "third_party/closure_library/closure/goog/async/freelist.js", |
| 141 | "third_party/closure_library/closure/goog/async/nexttick.js", |
| 142 | "third_party/closure_library/closure/goog/async/run.js", |
| 143 | "third_party/closure_library/closure/goog/async/workqueue.js", |
| 144 | "third_party/closure_library/closure/goog/color/color.js", |
| 145 | "third_party/closure_library/closure/goog/color/names.js", |
| 146 | "third_party/closure_library/closure/goog/debug/debug.js", |
| 147 | "third_party/closure_library/closure/goog/debug/entrypointregistry.js", |
| 148 | "third_party/closure_library/closure/goog/debug/error.js", |
| 149 | "third_party/closure_library/closure/goog/debug/logbuffer.js", |
| 150 | "third_party/closure_library/closure/goog/debug/logger.js", |
| 151 | "third_party/closure_library/closure/goog/debug/logrecord.js", |
| 152 | "third_party/closure_library/closure/goog/disposable/disposable.js", |
| 153 | "third_party/closure_library/closure/goog/disposable/idisposable.js", |
| 154 | "third_party/closure_library/closure/goog/dom/browserfeature.js", |
| 155 | "third_party/closure_library/closure/goog/dom/classlist.js", |
| 156 | "third_party/closure_library/closure/goog/dom/dom.js", |
| 157 | "third_party/closure_library/closure/goog/dom/nodetype.js", |
| 158 | "third_party/closure_library/closure/goog/dom/safe.js", |
| 159 | "third_party/closure_library/closure/goog/dom/tagname.js", |
| 160 | "third_party/closure_library/closure/goog/dom/tags.js", |
| 161 | "third_party/closure_library/closure/goog/dom/vendor.js", |
| 162 | "third_party/closure_library/closure/goog/events/browserevent.js", |
| 163 | "third_party/closure_library/closure/goog/events/browserfeature.js", |
| 164 | "third_party/closure_library/closure/goog/events/event.js", |
| 165 | "third_party/closure_library/closure/goog/events/eventhandler.js", |
| 166 | "third_party/closure_library/closure/goog/events/eventid.js", |
| 167 | "third_party/closure_library/closure/goog/events/events.js", |
| 168 | "third_party/closure_library/closure/goog/events/eventtarget.js", |
| 169 | "third_party/closure_library/closure/goog/events/eventtype.js", |
| 170 | "third_party/closure_library/closure/goog/events/keycodes.js", |
| 171 | "third_party/closure_library/closure/goog/events/keyhandler.js", |
| 172 | "third_party/closure_library/closure/goog/events/listenable.js", |
| 173 | "third_party/closure_library/closure/goog/events/listener.js", |
| 174 | "third_party/closure_library/closure/goog/events/listenermap.js", |
| 175 | "third_party/closure_library/closure/goog/fs/url.js", |
| 176 | "third_party/closure_library/closure/goog/functions/functions.js", |
| 177 | "third_party/closure_library/closure/goog/fx/anim/anim.js", |
| 178 | "third_party/closure_library/closure/goog/fx/animation.js", |
| 179 | "third_party/closure_library/closure/goog/fx/dom.js", |
| 180 | "third_party/closure_library/closure/goog/fx/dragger.js", |
| 181 | "third_party/closure_library/closure/goog/fx/easing.js", |
| 182 | "third_party/closure_library/closure/goog/fx/transition.js", |
| 183 | "third_party/closure_library/closure/goog/fx/transitionbase.js", |
| 184 | "third_party/closure_library/closure/goog/html/safehtml.js", |
| 185 | "third_party/closure_library/closure/goog/html/safescript.js", |
| 186 | "third_party/closure_library/closure/goog/html/safestyle.js", |
| 187 | "third_party/closure_library/closure/goog/html/safestylesheet.js", |
| 188 | "third_party/closure_library/closure/goog/html/safeurl.js", |
| 189 | "third_party/closure_library/closure/goog/html/trustedresourceurl.js", |
| 190 | "third_party/closure_library/closure/goog/html/uncheckedconversions.js", |
| 191 | "third_party/closure_library/closure/goog/i18n/bidi.js", |
| 192 | "third_party/closure_library/closure/goog/iter/iter.js", |
| 193 | "third_party/closure_library/closure/goog/labs/useragent/browser.js", |
| 194 | "third_party/closure_library/closure/goog/labs/useragent/engine.js", |
| 195 | "third_party/closure_library/closure/goog/labs/useragent/platform.js", |
| 196 | "third_party/closure_library/closure/goog/labs/useragent/util.js", |
| 197 | "third_party/closure_library/closure/goog/log/log.js", |
| 198 | "third_party/closure_library/closure/goog/math/box.js", |
| 199 | "third_party/closure_library/closure/goog/math/coordinate.js", |
| 200 | "third_party/closure_library/closure/goog/math/coordinate3.js", |
| 201 | "third_party/closure_library/closure/goog/math/math.js", |
| 202 | "third_party/closure_library/closure/goog/math/rect.js", |
| 203 | "third_party/closure_library/closure/goog/math/size.js", |
| 204 | "third_party/closure_library/closure/goog/net/jsloader.js", |
| 205 | "third_party/closure_library/closure/goog/object/object.js", |
| 206 | "third_party/closure_library/closure/goog/positioning/abstractposition.js", |
| 207 | "third_party/closure_library/closure/goog/positioning/anchoredposition.js", |
| 208 | "third_party/closure_library/closure/goog/positioning/anchoredviewportposition.js", |
| 209 | "third_party/closure_library/closure/goog/positioning/positioning.js", |
| 210 | "third_party/closure_library/closure/goog/promise/promise.js", |
| 211 | "third_party/closure_library/closure/goog/promise/resolver.js", |
| 212 | "third_party/closure_library/closure/goog/promise/thenable.js", |
| 213 | "third_party/closure_library/closure/goog/reflect/reflect.js", |
| 214 | "third_party/closure_library/closure/goog/string/const.js", |
| 215 | "third_party/closure_library/closure/goog/string/string.js", |
| 216 | "third_party/closure_library/closure/goog/string/typedstring.js", |
| 217 | "third_party/closure_library/closure/goog/structs/collection.js", |
| 218 | "third_party/closure_library/closure/goog/structs/map.js", |
| 219 | "third_party/closure_library/closure/goog/structs/set.js", |
| 220 | "third_party/closure_library/closure/goog/structs/structs.js", |
| 221 | "third_party/closure_library/closure/goog/style/bidi.js", |
| 222 | "third_party/closure_library/closure/goog/style/style.js", |
| 223 | "third_party/closure_library/closure/goog/style/transform.js", |
| 224 | "third_party/closure_library/closure/goog/testing/watchers.js", |
| 225 | "third_party/closure_library/closure/goog/timer/timer.js", |
| 226 | "third_party/closure_library/closure/goog/ui/component.js", |
| 227 | "third_party/closure_library/closure/goog/ui/container.js", |
| 228 | "third_party/closure_library/closure/goog/ui/containerrenderer.js", |
| 229 | "third_party/closure_library/closure/goog/ui/control.js", |
| 230 | "third_party/closure_library/closure/goog/ui/controlcontent.js", |
| 231 | "third_party/closure_library/closure/goog/ui/controlrenderer.js", |
| 232 | "third_party/closure_library/closure/goog/ui/decorate.js", |
| 233 | "third_party/closure_library/closure/goog/ui/idgenerator.js", |
| 234 | "third_party/closure_library/closure/goog/ui/registry.js", |
Shu Chen | b85f543 | 2018-10-12 13:25:50 | [diff] [blame] | 235 | "third_party/closure_library/closure/goog/useragent/product.js", |
| 236 | "third_party/closure_library/closure/goog/useragent/product_isversion.js", |
| 237 | "third_party/closure_library/closure/goog/useragent/useragent.js", |
| 238 | "third_party/closure_library/third_party/closure/goog/mochikit/async/deferred.js", |
| 239 | ]) |