| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'bindings_core_v8_custom_files': [ | 7 'bindings_core_v8_custom_files': [ |
| 8 'V8ArrayBufferCustom.cpp', | 8 'V8ArrayBufferCustom.cpp', |
| 9 'V8ArrayBufferCustom.h', | 9 'V8ArrayBufferCustom.h', |
| 10 'V8ArrayBufferViewCustom.cpp', | 10 'V8ArrayBufferViewCustom.cpp', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'V8Int16ArrayCustom.h', | 43 'V8Int16ArrayCustom.h', |
| 44 'V8Int32ArrayCustom.h', | 44 'V8Int32ArrayCustom.h', |
| 45 'V8Int8ArrayCustom.h', | 45 'V8Int8ArrayCustom.h', |
| 46 'V8JavaScriptCallFrameCustom.cpp', | 46 'V8JavaScriptCallFrameCustom.cpp', |
| 47 'V8LocationCustom.cpp', | 47 'V8LocationCustom.cpp', |
| 48 'V8MessageChannelCustom.cpp', | 48 'V8MessageChannelCustom.cpp', |
| 49 'V8MessageEventCustom.cpp', | 49 'V8MessageEventCustom.cpp', |
| 50 'V8MessagePortCustom.cpp', | 50 'V8MessagePortCustom.cpp', |
| 51 'V8MutationObserverCustom.cpp', | 51 'V8MutationObserverCustom.cpp', |
| 52 'V8PopStateEventCustom.cpp', | 52 'V8PopStateEventCustom.cpp', |
| 53 'V8TextTrackCueCustom.cpp', | |
| 54 'V8TrackEventCustom.cpp', | 53 'V8TrackEventCustom.cpp', |
| 55 'V8TypedArrayCustom.h', | 54 'V8TypedArrayCustom.h', |
| 56 'V8Uint16ArrayCustom.h', | 55 'V8Uint16ArrayCustom.h', |
| 57 'V8Uint32ArrayCustom.h', | 56 'V8Uint32ArrayCustom.h', |
| 58 'V8Uint8ArrayCustom.h', | 57 'V8Uint8ArrayCustom.h', |
| 59 'V8Uint8ClampedArrayCustom.h', | 58 'V8Uint8ClampedArrayCustom.h', |
| 60 'V8WebGLRenderingContextCustom.cpp', | 59 'V8WebGLRenderingContextCustom.cpp', |
| 61 'V8WindowCustom.cpp', | 60 'V8WindowCustom.cpp', |
| 62 'V8WorkerCustom.cpp', | 61 'V8WorkerCustom.cpp', |
| 63 'V8WorkerGlobalScopeCustom.cpp', | 62 'V8WorkerGlobalScopeCustom.cpp', |
| 64 'V8XMLHttpRequestCustom.cpp', | 63 'V8XMLHttpRequestCustom.cpp', |
| 65 'V8XSLTProcessorCustom.cpp', | 64 'V8XSLTProcessorCustom.cpp', |
| 66 ], | 65 ], |
| 67 }, | 66 }, |
| 68 } | 67 } |
| OLD | NEW |