| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'bindings_core_v8_custom_files': [ | |
| 8 'V8ArrayBufferCustom.cpp', | |
| 9 'V8ArrayBufferCustom.h', | |
| 10 'V8ArrayBufferViewCustom.cpp', | |
| 11 'V8ArrayBufferViewCustom.h', | |
| 12 'V8CanvasRenderingContext2DCustom.cpp', | |
| 13 'V8CSSStyleDeclarationCustom.cpp', | |
| 14 'V8CSSValueCustom.cpp', | |
| 15 'V8CustomEventCustom.cpp', | |
| 16 'V8DataViewCustom.cpp', | |
| 17 'V8DataViewCustom.h', | |
| 18 'V8ElementCustom.cpp', | |
| 19 'V8ErrorEventCustom.cpp', | |
| 20 'V8EventCustom.cpp', | |
| 21 'V8EventTargetCustom.cpp', | |
| 22 'V8Float32ArrayCustom.h', | |
| 23 'V8Float64ArrayCustom.h', | |
| 24 'V8HTMLCanvasElementCustom.cpp', | |
| 25 'V8HTMLElementCustom.cpp', | |
| 26 'V8ImageDataCustom.cpp', | |
| 27 'V8InjectedScriptHostCustom.cpp', | |
| 28 'V8InjectedScriptManager.cpp', | |
| 29 'V8Int16ArrayCustom.h', | |
| 30 'V8Int32ArrayCustom.h', | |
| 31 'V8Int8ArrayCustom.h', | |
| 32 'V8JavaScriptCallFrameCustom.cpp', | |
| 33 'V8LocationCustom.cpp', | |
| 34 'V8MutationObserverCustom.cpp', | |
| 35 'V8NodeCustom.cpp', | |
| 36 'V8TypedArrayCustom.h', | |
| 37 'V8Uint16ArrayCustom.h', | |
| 38 'V8Uint32ArrayCustom.h', | |
| 39 'V8Uint8ArrayCustom.h', | |
| 40 'V8Uint8ClampedArrayCustom.h', | |
| 41 'V8WebGLRenderingContextCustom.cpp', | |
| 42 'V8WindowCustom.cpp', | |
| 43 ], | |
| 44 }, | |
| 45 } | |
| OLD | NEW |