| 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 'V8BlobCustom.cpp', | 8 'V8BlobCustom.cpp', |
| 9 'V8BlobCustomHelpers.cpp', | 9 'V8BlobCustomHelpers.cpp', |
| 10 'V8BlobCustomHelpers.h', | 10 'V8BlobCustomHelpers.h', |
| 11 'V8CSSRuleCustom.cpp', | |
| 12 'V8CSSStyleDeclarationCustom.cpp', | 11 'V8CSSStyleDeclarationCustom.cpp', |
| 13 'V8CSSValueCustom.cpp', | 12 'V8CSSValueCustom.cpp', |
| 14 'V8CanvasRenderingContext2DCustom.cpp', | 13 'V8CanvasRenderingContext2DCustom.cpp', |
| 15 'V8CustomEventCustom.cpp', | 14 'V8CustomEventCustom.cpp', |
| 16 'V8CustomXPathNSResolver.cpp', | 15 'V8CustomXPathNSResolver.cpp', |
| 17 'V8CustomXPathNSResolver.h', | 16 'V8CustomXPathNSResolver.h', |
| 18 'V8DedicatedWorkerGlobalScopeCustom.cpp', | 17 'V8DedicatedWorkerGlobalScopeCustom.cpp', |
| 19 'V8DocumentCustom.cpp', | 18 'V8DocumentCustom.cpp', |
| 20 'V8ElementCustom.cpp', | 19 'V8ElementCustom.cpp', |
| 21 'V8ErrorEventCustom.cpp', | 20 'V8ErrorEventCustom.cpp', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 41 'V8PopStateEventCustom.cpp', | 40 'V8PopStateEventCustom.cpp', |
| 42 'V8WebGLRenderingContextCustom.cpp', | 41 'V8WebGLRenderingContextCustom.cpp', |
| 43 'V8WindowCustom.cpp', | 42 'V8WindowCustom.cpp', |
| 44 'V8WorkerCustom.cpp', | 43 'V8WorkerCustom.cpp', |
| 45 'V8WorkerGlobalScopeCustom.cpp', | 44 'V8WorkerGlobalScopeCustom.cpp', |
| 46 'V8XMLHttpRequestCustom.cpp', | 45 'V8XMLHttpRequestCustom.cpp', |
| 47 'V8XSLTProcessorCustom.cpp', | 46 'V8XSLTProcessorCustom.cpp', |
| 48 ], | 47 ], |
| 49 }, | 48 }, |
| 50 } | 49 } |
| OLD | NEW |