| 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 'includes': [ | |
| 7 'custom/custom.gypi', | |
| 8 ], | |
| 9 'variables': { | |
| 10 'bindings_core_v8_dir': '.', | |
| 11 'bindings_core_v8_files': [ | |
| 12 '<@(bindings_core_v8_custom_files)', | |
| 13 'ActiveDOMCallback.cpp', | |
| 14 'ActiveDOMCallback.h', | |
| 15 'ArrayValue.cpp', | |
| 16 'ArrayValue.h', | |
| 17 'BindingSecurity.cpp', | |
| 18 'BindingSecurity.h', | |
| 19 'CallbackPromiseAdapter.h', | |
| 20 'CustomElementBinding.cpp', | |
| 21 'CustomElementBinding.h', | |
| 22 'CustomElementConstructorBuilder.cpp', | |
| 23 'CustomElementConstructorBuilder.h', | |
| 24 'CustomElementWrapper.cpp', | |
| 25 'CustomElementWrapper.h', | |
| 26 'Dictionary.cpp', | |
| 27 'Dictionary.h', | |
| 28 'DictionaryHelperForBindings.h', | |
| 29 'DictionaryHelperForCore.cpp', | |
| 30 'DOMDataStore.cpp', | |
| 31 'DOMDataStore.h', | |
| 32 'DOMWrapperMap.h', | |
| 33 'DOMWrapperWorld.cpp', | |
| 34 'DOMWrapperWorld.h', | |
| 35 'ExceptionMessages.cpp', | |
| 36 'ExceptionMessages.h', | |
| 37 'ExceptionState.cpp', | |
| 38 'ExceptionState.h', | |
| 39 'ExceptionStatePlaceholder.cpp', | |
| 40 'ExceptionStatePlaceholder.h', | |
| 41 'Nullable.h', | |
| 42 'RetainedDOMInfo.cpp', | |
| 43 'RetainedDOMInfo.h', | |
| 44 'RetainedObjectInfo.h', | |
| 45 'ScheduledAction.cpp', | |
| 46 'ScheduledAction.h', | |
| 47 'ScopedPersistent.h', | |
| 48 'ScriptCallStackFactory.cpp', | |
| 49 'ScriptCallStackFactory.h', | |
| 50 'ScriptController.cpp', | |
| 51 'ScriptController.h', | |
| 52 'ScriptFunctionCall.cpp', | |
| 53 'ScriptFunctionCall.h', | |
| 54 'ScriptGCEvent.cpp', | |
| 55 'ScriptGCEvent.h', | |
| 56 'ScriptHeapSnapshot.cpp', | |
| 57 'ScriptHeapSnapshot.h', | |
| 58 'ScriptProfiler.cpp', | |
| 59 'ScriptProfiler.h', | |
| 60 'ScriptPromise.cpp', | |
| 61 'ScriptPromise.h', | |
| 62 'ScriptPromiseProperties.h', | |
| 63 'ScriptPromiseProperty.h', | |
| 64 'ScriptPromisePropertyBase.cpp', | |
| 65 'ScriptPromisePropertyBase.h', | |
| 66 'ScriptPromiseResolver.cpp', | |
| 67 'ScriptPromiseResolver.h', | |
| 68 'ScriptSourceCode.h', | |
| 69 'ScriptState.cpp', | |
| 70 'ScriptState.h', | |
| 71 'ScriptString.cpp', | |
| 72 'ScriptString.h', | |
| 73 'ScriptValue.cpp', | |
| 74 'ScriptValue.h', | |
| 75 'ScriptWrappable.cpp', | |
| 76 'ScriptWrappable.h', | |
| 77 'SerializedScriptValue.cpp', | |
| 78 'SerializedScriptValue.h', | |
| 79 'SharedPersistent.h', | |
| 80 'V8AbstractEventListener.cpp', | |
| 81 'V8AbstractEventListener.h', | |
| 82 'V8Binding.cpp', | |
| 83 'V8Binding.h', | |
| 84 'V8BindingMacros.h', | |
| 85 'V8CustomElementLifecycleCallbacks.cpp', | |
| 86 'V8CustomElementLifecycleCallbacks.h', | |
| 87 'V8DOMConfiguration.cpp', | |
| 88 'V8DOMConfiguration.h', | |
| 89 'V8DOMWrapper.cpp', | |
| 90 'V8DOMWrapper.h', | |
| 91 'V8ErrorHandler.cpp', | |
| 92 'V8ErrorHandler.h', | |
| 93 'V8EventListener.cpp', | |
| 94 'V8EventListener.h', | |
| 95 'V8EventListenerList.cpp', | |
| 96 'V8EventListenerList.h', | |
| 97 'V8GCController.cpp', | |
| 98 'V8GCController.h', | |
| 99 'V8GCForContextDispose.cpp', | |
| 100 'V8GCForContextDispose.h', | |
| 101 'V8HiddenValue.cpp', | |
| 102 'V8HiddenValue.h', | |
| 103 'V8Initializer.cpp', | |
| 104 'V8Initializer.h', | |
| 105 'V8MutationCallback.cpp', | |
| 106 'V8MutationCallback.h', | |
| 107 'V8ObjectConstructor.cpp', | |
| 108 'V8ObjectConstructor.h', | |
| 109 'V8PerContextData.cpp', | |
| 110 'V8PerContextData.h', | |
| 111 'V8PerIsolateData.cpp', | |
| 112 'V8PerIsolateData.h', | |
| 113 'V8RecursionScope.cpp', | |
| 114 'V8RecursionScope.h', | |
| 115 'V8ScriptRunner.cpp', | |
| 116 'V8ScriptRunner.h', | |
| 117 'V8StringResource.cpp', | |
| 118 'V8StringResource.h', | |
| 119 'V8ThrowException.cpp', | |
| 120 'V8ThrowException.h', | |
| 121 'V8ValueCache.cpp', | |
| 122 'V8ValueCache.h', | |
| 123 'WindowProxy.cpp', | |
| 124 'WindowProxy.h', | |
| 125 'WrapperTypeInfo.h', | |
| 126 ], | |
| 127 }, | |
| 128 } | |
| OLD | NEW |