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

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

Issue 209423006: WebAudio: Remove legacy support for numerical values for Oscillator types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'bindings_v8_dir': 'v8', 3 'bindings_v8_dir': 'v8',
4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink', 4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink',
5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', 5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings',
6 'bindings_files': [ 6 'bindings_files': [
7 'v8/ActiveDOMCallback.cpp', 7 'v8/ActiveDOMCallback.cpp',
8 'v8/ActiveDOMCallback.h', 8 'v8/ActiveDOMCallback.h',
9 'v8/ArrayValue.cpp', 9 'v8/ArrayValue.cpp',
10 'v8/ArrayValue.h', 10 'v8/ArrayValue.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'v8/custom/V8Int16ArrayCustom.h', 204 'v8/custom/V8Int16ArrayCustom.h',
205 'v8/custom/V8Int32ArrayCustom.h', 205 'v8/custom/V8Int32ArrayCustom.h',
206 'v8/custom/V8Int8ArrayCustom.h', 206 'v8/custom/V8Int8ArrayCustom.h',
207 'v8/custom/V8JavaScriptCallFrameCustom.cpp', 207 'v8/custom/V8JavaScriptCallFrameCustom.cpp',
208 'v8/custom/V8LocationCustom.cpp', 208 'v8/custom/V8LocationCustom.cpp',
209 'v8/custom/V8MessageChannelCustom.cpp', 209 'v8/custom/V8MessageChannelCustom.cpp',
210 'v8/custom/V8MessageEventCustom.cpp', 210 'v8/custom/V8MessageEventCustom.cpp',
211 'v8/custom/V8MessagePortCustom.cpp', 211 'v8/custom/V8MessagePortCustom.cpp',
212 'v8/custom/V8MutationObserverCustom.cpp', 212 'v8/custom/V8MutationObserverCustom.cpp',
213 'v8/custom/V8NodeCustom.cpp', 213 'v8/custom/V8NodeCustom.cpp',
214 'v8/custom/V8OscillatorNodeCustom.cpp',
215 'v8/custom/V8PerformanceEntryCustom.cpp', 214 'v8/custom/V8PerformanceEntryCustom.cpp',
216 'v8/custom/V8PopStateEventCustom.cpp', 215 'v8/custom/V8PopStateEventCustom.cpp',
217 'v8/custom/V8PromiseCustom.cpp', 216 'v8/custom/V8PromiseCustom.cpp',
218 'v8/custom/V8SQLResultSetRowListCustom.cpp', 217 'v8/custom/V8SQLResultSetRowListCustom.cpp',
219 'v8/custom/V8SQLTransactionCustom.cpp', 218 'v8/custom/V8SQLTransactionCustom.cpp',
220 'v8/custom/V8SQLTransactionSyncCustom.cpp', 219 'v8/custom/V8SQLTransactionSyncCustom.cpp',
221 'v8/custom/V8SVGElementCustom.cpp', 220 'v8/custom/V8SVGElementCustom.cpp',
222 'v8/custom/V8SVGPathSegCustom.cpp', 221 'v8/custom/V8SVGPathSegCustom.cpp',
223 'v8/custom/V8ServiceWorkerCustom.cpp', 222 'v8/custom/V8ServiceWorkerCustom.cpp',
224 'v8/custom/V8StyleSheetCustom.cpp', 223 'v8/custom/V8StyleSheetCustom.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 # supports this use case (gyp turns all actions into ninja restat 284 # supports this use case (gyp turns all actions into ninja restat
286 # rules). 285 # rules).
287 ['"<(GENERATOR)"=="ninja"', { 286 ['"<(GENERATOR)"=="ninja"', {
288 'write_file_only_if_changed': '1', 287 'write_file_only_if_changed': '1',
289 }, { 288 }, {
290 'write_file_only_if_changed': '0', 289 'write_file_only_if_changed': '0',
291 }], 290 }],
292 ], 291 ],
293 }, 292 },
294 } 293 }
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/resources/oscillator-testing.js ('k') | Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698