File: inputview.gypi

package info (click to toggle)
chromium-browser 41.0.2272.118-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,189,132 kB
  • sloc: cpp: 9,691,462; ansic: 3,341,451; python: 712,689; asm: 518,779; xml: 208,926; java: 169,820; sh: 119,353; perl: 68,907; makefile: 28,311; yacc: 13,305; objc: 11,385; tcl: 3,186; cs: 2,225; sql: 2,217; lex: 2,215; lisp: 1,349; pascal: 1,256; awk: 407; ruby: 155; sed: 53; php: 14; exp: 11
file content (193 lines) | stat: -rw-r--r-- 11,444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This file is auto-generated using update.py.
{
  'variables': {
    'inputview_sources': [
      'src/chrome/os/datasource.js',
      'src/chrome/os/inputview/adapter.js',
      'src/chrome/os/inputview/candidatesinfo.js',
      'src/chrome/os/inputview/canvas.js',
      'src/chrome/os/inputview/conditionname.js',
      'src/chrome/os/inputview/config/compact_letter_characters.js',
      'src/chrome/os/inputview/config/compact_more_characters.js',
      'src/chrome/os/inputview/config/compact_numberpad_characters.js',
      'src/chrome/os/inputview/config/compact_symbol_characters.js',
      'src/chrome/os/inputview/config/compact_util.js',
      'src/chrome/os/inputview/config/constants.js',
      'src/chrome/os/inputview/config/contextlayoututil.js',
      'src/chrome/os/inputview/config/util.js',
      'src/chrome/os/inputview/controller.js',
      'src/chrome/os/inputview/covariance.js',
      'src/chrome/os/inputview/css.js',
      'src/chrome/os/inputview/direction.js',
      'src/chrome/os/inputview/dom.js',
      'src/chrome/os/inputview/elements/content/altdataview.js',
      'src/chrome/os/inputview/elements/content/candidate.js',
      'src/chrome/os/inputview/elements/content/candidatebutton.js',
      'src/chrome/os/inputview/elements/content/candidateview.js',
      'src/chrome/os/inputview/elements/content/canvasview.js',
      'src/chrome/os/inputview/elements/content/character.js',
      'src/chrome/os/inputview/elements/content/characterkey.js',
      'src/chrome/os/inputview/elements/content/charactermodel.js',
      'src/chrome/os/inputview/elements/content/compactkey.js',
      'src/chrome/os/inputview/elements/content/compactkeymodel.js',
      'src/chrome/os/inputview/elements/content/emojikey.js',
      'src/chrome/os/inputview/elements/content/emojiview.js',
      'src/chrome/os/inputview/elements/content/enswitcherkey.js',
      'src/chrome/os/inputview/elements/content/expandedcandidateview.js',
      'src/chrome/os/inputview/elements/content/functionalkey.js',
      'src/chrome/os/inputview/elements/content/gaussianestimator.js',
      'src/chrome/os/inputview/elements/content/handwritingview.js',
      'src/chrome/os/inputview/elements/content/keyboardview.js',
      'src/chrome/os/inputview/elements/content/keysetview.js',
      'src/chrome/os/inputview/elements/content/menuitem.js',
      'src/chrome/os/inputview/elements/content/menukey.js',
      'src/chrome/os/inputview/elements/content/menuview.js',
      'src/chrome/os/inputview/elements/content/modifierkey.js',
      'src/chrome/os/inputview/elements/content/morekeysshiftoperation.js',
      'src/chrome/os/inputview/elements/content/pageindicator.js',
      'src/chrome/os/inputview/elements/content/softkey.js',
      'src/chrome/os/inputview/elements/content/spacekey.js',
      'src/chrome/os/inputview/elements/content/switcherkey.js',
      'src/chrome/os/inputview/elements/content/tabbarkey.js',
      'src/chrome/os/inputview/elements/element.js',
      'src/chrome/os/inputview/elements/elementtype.js',
      'src/chrome/os/inputview/elements/layout/extendedlayout.js',
      'src/chrome/os/inputview/elements/layout/handwritinglayout.js',
      'src/chrome/os/inputview/elements/layout/linearlayout.js',
      'src/chrome/os/inputview/elements/layout/softkeyview.js',
      'src/chrome/os/inputview/elements/layout/verticallayout.js',
      'src/chrome/os/inputview/elements/weightable.js',
      'src/chrome/os/inputview/emojitype.js',
      'src/chrome/os/inputview/events.js',
      'src/chrome/os/inputview/events/keycodes.js',
      'src/chrome/os/inputview/globalsettings.js',
      'src/chrome/os/inputview/handler/pointeractionbundle.js',
      'src/chrome/os/inputview/handler/pointerhandler.js',
      'src/chrome/os/inputview/handler/swipestate.js',
      'src/chrome/os/inputview/handler/util.js',
      'src/chrome/os/inputview/hwt_css.js',
      'src/chrome/os/inputview/hwt_eventtype.js',
      'src/chrome/os/inputview/hwt_util.js',
      'src/chrome/os/inputview/imewindows/accents.js',
      'src/chrome/os/inputview/inputtoolcode.js',
      'src/chrome/os/inputview/keyboardcontainer.js',
      'src/chrome/os/inputview/layouts/compactspacerow.js',
      'src/chrome/os/inputview/layouts/rowsof101.js',
      'src/chrome/os/inputview/layouts/rowsof102.js',
      'src/chrome/os/inputview/layouts/rowsofcompact.js',
      'src/chrome/os/inputview/layouts/rowsofjp.js',
      'src/chrome/os/inputview/layouts/rowsofnumberpad.js',
      'src/chrome/os/inputview/layouts/spacerow.js',
      'src/chrome/os/inputview/layouts/util.js',
      'src/chrome/os/inputview/m17nmodel.js',
      'src/chrome/os/inputview/model.js',
      'src/chrome/os/inputview/perftracker.js',
      'src/chrome/os/inputview/pointerconfig.js',
      'src/chrome/os/inputview/readystate.js',
      'src/chrome/os/inputview/settings.js',
      'src/chrome/os/inputview/sizespec.js',
      'src/chrome/os/inputview/soundcontroller.js',
      'src/chrome/os/inputview/sounds.js',
      'src/chrome/os/inputview/specnodename.js',
      'src/chrome/os/inputview/statemanager.js',
      'src/chrome/os/inputview/statetype.js',
      'src/chrome/os/inputview/strokehandler.js',
      'src/chrome/os/inputview/swipedirection.js',
      'src/chrome/os/inputview/util.js',
      'src/chrome/os/keyboard/eventtype.js',
      'src/chrome/os/keyboard/keycode.js',
      'src/chrome/os/keyboard/layoutevent.js',
      'src/chrome/os/keyboard/model.js',
      'src/chrome/os/keyboard/parsedlayout.js',
      'src/chrome/os/message/contexttype.js',
      'src/chrome/os/message/event.js',
      'src/chrome/os/message/name.js',
      'src/chrome/os/message/type.js',
      'src/chrome/os/statistics.js',
      'third_party/closure_library/closure/goog/a11y/aria/announcer.js',
      'third_party/closure_library/closure/goog/a11y/aria/aria.js',
      'third_party/closure_library/closure/goog/a11y/aria/attributes.js',
      'third_party/closure_library/closure/goog/a11y/aria/datatables.js',
      'third_party/closure_library/closure/goog/a11y/aria/roles.js',
      'third_party/closure_library/closure/goog/array/array.js',
      'third_party/closure_library/closure/goog/asserts/asserts.js',
      'third_party/closure_library/closure/goog/async/delay.js',
      'third_party/closure_library/closure/goog/async/nexttick.js',
      'third_party/closure_library/closure/goog/async/run.js',
      'third_party/closure_library/closure/goog/debug/debug.js',
      'third_party/closure_library/closure/goog/debug/entrypointregistry.js',
      'third_party/closure_library/closure/goog/debug/error.js',
      'third_party/closure_library/closure/goog/debug/logbuffer.js',
      'third_party/closure_library/closure/goog/debug/logger.js',
      'third_party/closure_library/closure/goog/debug/logrecord.js',
      'third_party/closure_library/closure/goog/disposable/disposable.js',
      'third_party/closure_library/closure/goog/disposable/idisposable.js',
      'third_party/closure_library/closure/goog/dom/browserfeature.js',
      'third_party/closure_library/closure/goog/dom/classlist.js',
      'third_party/closure_library/closure/goog/dom/dom.js',
      'third_party/closure_library/closure/goog/dom/nodetype.js',
      'third_party/closure_library/closure/goog/dom/tagname.js',
      'third_party/closure_library/closure/goog/dom/vendor.js',
      'third_party/closure_library/closure/goog/events/browserevent.js',
      'third_party/closure_library/closure/goog/events/browserfeature.js',
      'third_party/closure_library/closure/goog/events/event.js',
      'third_party/closure_library/closure/goog/events/eventhandler.js',
      'third_party/closure_library/closure/goog/events/eventid.js',
      'third_party/closure_library/closure/goog/events/events.js',
      'third_party/closure_library/closure/goog/events/eventtarget.js',
      'third_party/closure_library/closure/goog/events/eventtype.js',
      'third_party/closure_library/closure/goog/events/keycodes.js',
      'third_party/closure_library/closure/goog/events/keyhandler.js',
      'third_party/closure_library/closure/goog/events/listenable.js',
      'third_party/closure_library/closure/goog/events/listener.js',
      'third_party/closure_library/closure/goog/events/listenermap.js',
      'third_party/closure_library/closure/goog/functions/functions.js',
      'third_party/closure_library/closure/goog/i18n/bidi.js',
      'third_party/closure_library/closure/goog/iter/iter.js',
      'third_party/closure_library/closure/goog/labs/useragent/browser.js',
      'third_party/closure_library/closure/goog/labs/useragent/engine.js',
      'third_party/closure_library/closure/goog/labs/useragent/util.js',
      'third_party/closure_library/closure/goog/log/log.js',
      'third_party/closure_library/closure/goog/math/box.js',
      'third_party/closure_library/closure/goog/math/coordinate.js',
      'third_party/closure_library/closure/goog/math/math.js',
      'third_party/closure_library/closure/goog/math/rect.js',
      'third_party/closure_library/closure/goog/math/size.js',
      'third_party/closure_library/closure/goog/net/jsloader.js',
      'third_party/closure_library/closure/goog/object/object.js',
      'third_party/closure_library/closure/goog/positioning/abstractposition.js',
      'third_party/closure_library/closure/goog/positioning/anchoredposition.js',
      'third_party/closure_library/closure/goog/positioning/anchoredviewportposition.js',
      'third_party/closure_library/closure/goog/positioning/positioning.js',
      'third_party/closure_library/closure/goog/promise/promise.js',
      'third_party/closure_library/closure/goog/promise/resolver.js',
      'third_party/closure_library/closure/goog/promise/thenable.js',
      'third_party/closure_library/closure/goog/reflect/reflect.js',
      'third_party/closure_library/closure/goog/string/string.js',
      'third_party/closure_library/closure/goog/structs/collection.js',
      'third_party/closure_library/closure/goog/structs/map.js',
      'third_party/closure_library/closure/goog/structs/set.js',
      'third_party/closure_library/closure/goog/structs/structs.js',
      'third_party/closure_library/closure/goog/style/bidi.js',
      'third_party/closure_library/closure/goog/style/style.js',
      'third_party/closure_library/closure/goog/testing/watchers.js',
      'third_party/closure_library/closure/goog/timer/timer.js',
      'third_party/closure_library/closure/goog/ui/component.js',
      'third_party/closure_library/closure/goog/ui/container.js',
      'third_party/closure_library/closure/goog/ui/containerrenderer.js',
      'third_party/closure_library/closure/goog/ui/control.js',
      'third_party/closure_library/closure/goog/ui/controlcontent.js',
      'third_party/closure_library/closure/goog/ui/controlrenderer.js',
      'third_party/closure_library/closure/goog/ui/decorate.js',
      'third_party/closure_library/closure/goog/ui/idgenerator.js',
      'third_party/closure_library/closure/goog/ui/registry.js',
      'third_party/closure_library/closure/goog/uri/utils.js',
      'third_party/closure_library/closure/goog/useragent/useragent.js',
      'third_party/closure_library/third_party/closure/goog/mochikit/async/deferred.js'
    ]
  }
}