Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: Source/bindings/bindings.gypi

Issue 24070002: Web MIDI: MIDIInput/MIDIOutput should not have reference to MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8MIDIInputCustom.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'v8/custom/V8IDBAnyCustom.cpp', 202 'v8/custom/V8IDBAnyCustom.cpp',
203 'v8/custom/V8ImageDataCustom.cpp', 203 'v8/custom/V8ImageDataCustom.cpp',
204 'v8/custom/V8InjectedScriptHostCustom.cpp', 204 'v8/custom/V8InjectedScriptHostCustom.cpp',
205 'v8/custom/V8InjectedScriptManager.cpp', 205 'v8/custom/V8InjectedScriptManager.cpp',
206 'v8/custom/V8InspectorFrontendHostCustom.cpp', 206 'v8/custom/V8InspectorFrontendHostCustom.cpp',
207 'v8/custom/V8Int8ArrayCustom.h', 207 'v8/custom/V8Int8ArrayCustom.h',
208 'v8/custom/V8Int16ArrayCustom.h', 208 'v8/custom/V8Int16ArrayCustom.h',
209 'v8/custom/V8Int32ArrayCustom.h', 209 'v8/custom/V8Int32ArrayCustom.h',
210 'v8/custom/V8JavaScriptCallFrameCustom.cpp', 210 'v8/custom/V8JavaScriptCallFrameCustom.cpp',
211 'v8/custom/V8LocationCustom.cpp', 211 'v8/custom/V8LocationCustom.cpp',
212 'v8/custom/V8MIDIInputCustom.cpp',
213 'v8/custom/V8MIDIOutputCustom.cpp',
212 'v8/custom/V8MessageChannelCustom.cpp', 214 'v8/custom/V8MessageChannelCustom.cpp',
213 'v8/custom/V8MessageEventCustom.cpp', 215 'v8/custom/V8MessageEventCustom.cpp',
214 'v8/custom/V8MessagePortCustom.cpp', 216 'v8/custom/V8MessagePortCustom.cpp',
215 'v8/custom/V8MutationObserverCustom.cpp', 217 'v8/custom/V8MutationObserverCustom.cpp',
216 'v8/custom/V8NodeCustom.cpp', 218 'v8/custom/V8NodeCustom.cpp',
217 'v8/custom/V8NodeIteratorCustom.cpp', 219 'v8/custom/V8NodeIteratorCustom.cpp',
218 'v8/custom/V8NodeListCustom.cpp', 220 'v8/custom/V8NodeListCustom.cpp',
219 'v8/custom/V8OscillatorNodeCustom.cpp', 221 'v8/custom/V8OscillatorNodeCustom.cpp',
220 'v8/custom/V8PannerNodeCustom.cpp', 222 'v8/custom/V8PannerNodeCustom.cpp',
221 'v8/custom/V8PerformanceEntryCustom.cpp', 223 'v8/custom/V8PerformanceEntryCustom.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
284 ], 286 ],
285 }], 287 }],
286 ], 288 ],
287 }, 289 },
288 } 290 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8MIDIInputCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698