OLD | NEW |
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 Loading... |
202 'v8/custom/V8Int32ArrayCustom.h', | 202 'v8/custom/V8Int32ArrayCustom.h', |
203 'v8/custom/V8JavaScriptCallFrameCustom.cpp', | 203 'v8/custom/V8JavaScriptCallFrameCustom.cpp', |
204 'v8/custom/V8LocationCustom.cpp', | 204 'v8/custom/V8LocationCustom.cpp', |
205 'v8/custom/V8MIDIInputCustom.cpp', | 205 'v8/custom/V8MIDIInputCustom.cpp', |
206 'v8/custom/V8MIDIOutputCustom.cpp', | 206 'v8/custom/V8MIDIOutputCustom.cpp', |
207 'v8/custom/V8MessageChannelCustom.cpp', | 207 'v8/custom/V8MessageChannelCustom.cpp', |
208 'v8/custom/V8MessageEventCustom.cpp', | 208 'v8/custom/V8MessageEventCustom.cpp', |
209 'v8/custom/V8MessagePortCustom.cpp', | 209 'v8/custom/V8MessagePortCustom.cpp', |
210 'v8/custom/V8MutationObserverCustom.cpp', | 210 'v8/custom/V8MutationObserverCustom.cpp', |
211 'v8/custom/V8NodeCustom.cpp', | 211 'v8/custom/V8NodeCustom.cpp', |
212 'v8/custom/V8NodeListCustom.cpp', | |
213 'v8/custom/V8OscillatorNodeCustom.cpp', | 212 'v8/custom/V8OscillatorNodeCustom.cpp', |
214 'v8/custom/V8PannerNodeCustom.cpp', | 213 'v8/custom/V8PannerNodeCustom.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', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', | 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', |
271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', | 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', |
272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', | 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', |
273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', | 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', |
274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', | 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', |
275 ], | 274 ], |
276 }], | 275 }], |
277 ], | 276 ], |
278 }, | 277 }, |
279 } | 278 } |
OLD | NEW |