| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'v8/custom/V8SVGPathSegCustom.cpp', | 217 'v8/custom/V8SVGPathSegCustom.cpp', |
| 218 'v8/custom/V8StyleSheetCustom.cpp', | 218 'v8/custom/V8StyleSheetCustom.cpp', |
| 219 'v8/custom/V8TextCustom.cpp', | 219 'v8/custom/V8TextCustom.cpp', |
| 220 'v8/custom/V8TextTrackCueCustom.cpp', | 220 'v8/custom/V8TextTrackCueCustom.cpp', |
| 221 'v8/custom/V8TrackEventCustom.cpp', | 221 'v8/custom/V8TrackEventCustom.cpp', |
| 222 'v8/custom/V8TypedArrayCustom.h', | 222 'v8/custom/V8TypedArrayCustom.h', |
| 223 'v8/custom/V8Uint8ArrayCustom.h', | 223 'v8/custom/V8Uint8ArrayCustom.h', |
| 224 'v8/custom/V8Uint8ClampedArrayCustom.h', | 224 'v8/custom/V8Uint8ClampedArrayCustom.h', |
| 225 'v8/custom/V8Uint16ArrayCustom.h', | 225 'v8/custom/V8Uint16ArrayCustom.h', |
| 226 'v8/custom/V8Uint32ArrayCustom.h', | 226 'v8/custom/V8Uint32ArrayCustom.h', |
| 227 'v8/custom/V8WebGLRenderingContextCustom.cpp', | 227 'v8/custom/V8WebGLRenderingContextBaseCustom.cpp', |
| 228 'v8/custom/V8WebKitPointCustom.cpp', | 228 'v8/custom/V8WebKitPointCustom.cpp', |
| 229 'v8/custom/V8WindowCustom.cpp', | 229 'v8/custom/V8WindowCustom.cpp', |
| 230 'v8/custom/V8WorkerGlobalScopeCustom.cpp', | 230 'v8/custom/V8WorkerGlobalScopeCustom.cpp', |
| 231 'v8/custom/V8WorkerCryptoCustom.cpp', | 231 'v8/custom/V8WorkerCryptoCustom.cpp', |
| 232 'v8/custom/V8WorkerCustom.cpp', | 232 'v8/custom/V8WorkerCustom.cpp', |
| 233 'v8/custom/V8XMLHttpRequestCustom.cpp', | 233 'v8/custom/V8XMLHttpRequestCustom.cpp', |
| 234 'v8/custom/V8XSLTProcessorCustom.cpp', | 234 'v8/custom/V8XSLTProcessorCustom.cpp', |
| 235 'v8/npruntime.cpp', | 235 'v8/npruntime.cpp', |
| 236 'v8/npruntime_impl.h', | 236 'v8/npruntime_impl.h', |
| 237 'v8/npruntime_priv.h', | 237 'v8/npruntime_priv.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs15.cpp', | 266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs15.cpp', |
| 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs16.cpp', | 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs16.cpp', |
| 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs17.cpp', | 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs17.cpp', |
| 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs18.cpp', | 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs18.cpp', |
| 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs19.cpp', | 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin
gs19.cpp', |
| 271 ], | 271 ], |
| 272 }], | 272 }], |
| 273 ], | 273 ], |
| 274 }, | 274 }, |
| 275 } | 275 } |
| OLD | NEW |