OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This file is auto-generated using update.py. | 5 # This file is auto-generated using update.py. |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 'inputview_sources': [ | 8 'inputview_sources': [ |
9 'src/chrome/os/datasource.js', | 9 'src/chrome/os/datasource.js', |
10 'src/chrome/os/inputview/adapter.js', | 10 'src/chrome/os/inputview/adapter.js', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'src/chrome/os/inputview/swipedirection.js', | 107 'src/chrome/os/inputview/swipedirection.js', |
108 'src/chrome/os/inputview/util.js', | 108 'src/chrome/os/inputview/util.js', |
109 'src/chrome/os/keyboard/eventtype.js', | 109 'src/chrome/os/keyboard/eventtype.js', |
110 'src/chrome/os/keyboard/keycode.js', | 110 'src/chrome/os/keyboard/keycode.js', |
111 'src/chrome/os/keyboard/layoutevent.js', | 111 'src/chrome/os/keyboard/layoutevent.js', |
112 'src/chrome/os/keyboard/model.js', | 112 'src/chrome/os/keyboard/model.js', |
113 'src/chrome/os/keyboard/parsedlayout.js', | 113 'src/chrome/os/keyboard/parsedlayout.js', |
114 'src/chrome/os/message/contexttype.js', | 114 'src/chrome/os/message/contexttype.js', |
115 'src/chrome/os/message/event.js', | 115 'src/chrome/os/message/event.js', |
116 'src/chrome/os/message/name.js', | 116 'src/chrome/os/message/name.js', |
| 117 'src/chrome/os/message/source.js', |
117 'src/chrome/os/message/type.js', | 118 'src/chrome/os/message/type.js', |
118 'src/chrome/os/sounds/soundcontroller.js', | 119 'src/chrome/os/sounds/soundcontroller.js', |
119 'src/chrome/os/sounds/sounds.js', | 120 'src/chrome/os/sounds/sounds.js', |
120 'src/chrome/os/statistics.js', | 121 'src/chrome/os/statistics.js', |
121 'third_party/closure_library/closure/goog/a11y/aria/announcer.js', | 122 'third_party/closure_library/closure/goog/a11y/aria/announcer.js', |
122 'third_party/closure_library/closure/goog/a11y/aria/aria.js', | 123 'third_party/closure_library/closure/goog/a11y/aria/aria.js', |
123 'third_party/closure_library/closure/goog/a11y/aria/attributes.js', | 124 'third_party/closure_library/closure/goog/a11y/aria/attributes.js', |
124 'third_party/closure_library/closure/goog/a11y/aria/datatables.js', | 125 'third_party/closure_library/closure/goog/a11y/aria/datatables.js', |
125 'third_party/closure_library/closure/goog/a11y/aria/roles.js', | 126 'third_party/closure_library/closure/goog/a11y/aria/roles.js', |
126 'third_party/closure_library/closure/goog/array/array.js', | 127 'third_party/closure_library/closure/goog/array/array.js', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'third_party/closure_library/closure/goog/ui/controlrenderer.js', | 195 'third_party/closure_library/closure/goog/ui/controlrenderer.js', |
195 'third_party/closure_library/closure/goog/ui/decorate.js', | 196 'third_party/closure_library/closure/goog/ui/decorate.js', |
196 'third_party/closure_library/closure/goog/ui/idgenerator.js', | 197 'third_party/closure_library/closure/goog/ui/idgenerator.js', |
197 'third_party/closure_library/closure/goog/ui/registry.js', | 198 'third_party/closure_library/closure/goog/ui/registry.js', |
198 'third_party/closure_library/closure/goog/uri/utils.js', | 199 'third_party/closure_library/closure/goog/uri/utils.js', |
199 'third_party/closure_library/closure/goog/useragent/useragent.js', | 200 'third_party/closure_library/closure/goog/useragent/useragent.js', |
200 'third_party/closure_library/third_party/closure/goog/mochikit/async/defer
red.js' | 201 'third_party/closure_library/third_party/closure/goog/mochikit/async/defer
red.js' |
201 ] | 202 ] |
202 } | 203 } |
203 } | 204 } |
OLD | NEW |