| 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 'includes': [ | 6 'includes': [ |
| 7 'custom/custom.gypi', | 7 'custom/custom.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'bindings_core_v8_dir': '.', | 10 'bindings_core_v8_dir': '.', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'RetainedDOMInfo.cpp', | 42 'RetainedDOMInfo.cpp', |
| 43 'RetainedDOMInfo.h', | 43 'RetainedDOMInfo.h', |
| 44 'RetainedObjectInfo.h', | 44 'RetainedObjectInfo.h', |
| 45 'ScheduledAction.cpp', | 45 'ScheduledAction.cpp', |
| 46 'ScheduledAction.h', | 46 'ScheduledAction.h', |
| 47 'ScopedPersistent.h', | 47 'ScopedPersistent.h', |
| 48 'ScriptCallStackFactory.cpp', | 48 'ScriptCallStackFactory.cpp', |
| 49 'ScriptCallStackFactory.h', | 49 'ScriptCallStackFactory.h', |
| 50 'ScriptController.cpp', | 50 'ScriptController.cpp', |
| 51 'ScriptController.h', | 51 'ScriptController.h', |
| 52 'ScriptEventListener.cpp', | |
| 53 'ScriptEventListener.h', | |
| 54 'ScriptFunction.cpp', | 52 'ScriptFunction.cpp', |
| 55 'ScriptFunction.h', | 53 'ScriptFunction.h', |
| 56 'ScriptFunctionCall.cpp', | 54 'ScriptFunctionCall.cpp', |
| 57 'ScriptFunctionCall.h', | 55 'ScriptFunctionCall.h', |
| 58 'ScriptGCEvent.cpp', | 56 'ScriptGCEvent.cpp', |
| 59 'ScriptGCEvent.h', | 57 'ScriptGCEvent.h', |
| 60 'ScriptHeapSnapshot.cpp', | 58 'ScriptHeapSnapshot.cpp', |
| 61 'ScriptHeapSnapshot.h', | 59 'ScriptHeapSnapshot.h', |
| 62 'ScriptPreprocessor.cpp', | 60 'ScriptPreprocessor.cpp', |
| 63 'ScriptPreprocessor.h', | 61 'ScriptPreprocessor.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'V8EventListenerList.cpp', | 99 'V8EventListenerList.cpp', |
| 102 'V8EventListenerList.h', | 100 'V8EventListenerList.h', |
| 103 'V8GCController.cpp', | 101 'V8GCController.cpp', |
| 104 'V8GCController.h', | 102 'V8GCController.h', |
| 105 'V8GCForContextDispose.cpp', | 103 'V8GCForContextDispose.cpp', |
| 106 'V8GCForContextDispose.h', | 104 'V8GCForContextDispose.h', |
| 107 'V8HiddenValue.cpp', | 105 'V8HiddenValue.cpp', |
| 108 'V8HiddenValue.h', | 106 'V8HiddenValue.h', |
| 109 'V8Initializer.cpp', | 107 'V8Initializer.cpp', |
| 110 'V8Initializer.h', | 108 'V8Initializer.h', |
| 111 'V8LazyEventListener.cpp', | |
| 112 'V8LazyEventListener.h', | |
| 113 'V8MutationCallback.cpp', | 109 'V8MutationCallback.cpp', |
| 114 'V8MutationCallback.h', | 110 'V8MutationCallback.h', |
| 115 'V8ObjectConstructor.cpp', | 111 'V8ObjectConstructor.cpp', |
| 116 'V8ObjectConstructor.h', | 112 'V8ObjectConstructor.h', |
| 117 'V8PerContextData.cpp', | 113 'V8PerContextData.cpp', |
| 118 'V8PerContextData.h', | 114 'V8PerContextData.h', |
| 119 'V8PerIsolateData.cpp', | 115 'V8PerIsolateData.cpp', |
| 120 'V8PerIsolateData.h', | 116 'V8PerIsolateData.h', |
| 121 'V8RecursionScope.cpp', | 117 'V8RecursionScope.cpp', |
| 122 'V8RecursionScope.h', | 118 'V8RecursionScope.h', |
| 123 'V8ScriptRunner.cpp', | 119 'V8ScriptRunner.cpp', |
| 124 'V8ScriptRunner.h', | 120 'V8ScriptRunner.h', |
| 125 'V8StringResource.cpp', | 121 'V8StringResource.cpp', |
| 126 'V8StringResource.h', | 122 'V8StringResource.h', |
| 127 'V8ThrowException.cpp', | 123 'V8ThrowException.cpp', |
| 128 'V8ThrowException.h', | 124 'V8ThrowException.h', |
| 129 'V8ValueCache.cpp', | 125 'V8ValueCache.cpp', |
| 130 'V8ValueCache.h', | 126 'V8ValueCache.h', |
| 131 'WindowProxy.cpp', | 127 'WindowProxy.cpp', |
| 132 'WindowProxy.h', | 128 'WindowProxy.h', |
| 133 'WrapperTypeInfo.h', | 129 'WrapperTypeInfo.h', |
| 134 ], | 130 ], |
| 135 }, | 131 }, |
| 136 } | 132 } |
| OLD | NEW |