| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'V8StyleSheetCustom.cpp', | 60 'V8StyleSheetCustom.cpp', |
| 61 'V8TextCustom.cpp', | 61 'V8TextCustom.cpp', |
| 62 'V8TextTrackCueCustom.cpp', | 62 'V8TextTrackCueCustom.cpp', |
| 63 'V8TrackEventCustom.cpp', | 63 'V8TrackEventCustom.cpp', |
| 64 'V8TypedArrayCustom.h', | 64 'V8TypedArrayCustom.h', |
| 65 'V8Uint16ArrayCustom.h', | 65 'V8Uint16ArrayCustom.h', |
| 66 'V8Uint32ArrayCustom.h', | 66 'V8Uint32ArrayCustom.h', |
| 67 'V8Uint8ArrayCustom.h', | 67 'V8Uint8ArrayCustom.h', |
| 68 'V8Uint8ClampedArrayCustom.h', | 68 'V8Uint8ClampedArrayCustom.h', |
| 69 'V8WebGLRenderingContextCustom.cpp', | 69 'V8WebGLRenderingContextCustom.cpp', |
| 70 'V8WebKitPointCustom.cpp', | |
| 71 'V8WindowCustom.cpp', | 70 'V8WindowCustom.cpp', |
| 72 'V8WorkerCustom.cpp', | 71 'V8WorkerCustom.cpp', |
| 73 'V8WorkerGlobalScopeCustom.cpp', | 72 'V8WorkerGlobalScopeCustom.cpp', |
| 74 'V8XMLHttpRequestCustom.cpp', | 73 'V8XMLHttpRequestCustom.cpp', |
| 75 'V8XSLTProcessorCustom.cpp', | 74 'V8XSLTProcessorCustom.cpp', |
| 76 ], | 75 ], |
| 77 }, | 76 }, |
| 78 } | 77 } |
| OLD | NEW |