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 '../../modules/v8/generated.gypi', | 8 '../../modules/v8/generated.gypi', |
9 ], | 9 ], |
10 'variables': { | 10 'variables': { |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'V8GCController.cpp', | 123 'V8GCController.cpp', |
124 'V8GCController.h', | 124 'V8GCController.h', |
125 'V8GCForContextDispose.cpp', | 125 'V8GCForContextDispose.cpp', |
126 'V8GCForContextDispose.h', | 126 'V8GCForContextDispose.h', |
127 'V8GlobalValueMap.h', | 127 'V8GlobalValueMap.h', |
128 'V8HiddenValue.cpp', | 128 'V8HiddenValue.cpp', |
129 'V8HiddenValue.h', | 129 'V8HiddenValue.h', |
130 'V8IdleTaskRunner.h', | 130 'V8IdleTaskRunner.h', |
131 'V8Initializer.cpp', | 131 'V8Initializer.cpp', |
132 'V8Initializer.h', | 132 'V8Initializer.h', |
| 133 'V8IntersectionObserverCallback.cpp', |
| 134 'V8IntersectionObserverCallback.h', |
133 'V8IteratorResultValue.cpp', | 135 'V8IteratorResultValue.cpp', |
134 'V8IteratorResultValue.h', | 136 'V8IteratorResultValue.h', |
135 'V8LazyEventListener.cpp', | 137 'V8LazyEventListener.cpp', |
136 'V8LazyEventListener.h', | 138 'V8LazyEventListener.h', |
137 'V8MutationCallback.cpp', | 139 'V8MutationCallback.cpp', |
138 'V8MutationCallback.h', | 140 'V8MutationCallback.h', |
139 'V8NPObject.cpp', | 141 'V8NPObject.cpp', |
140 'V8NPObject.h', | 142 'V8NPObject.h', |
141 'V8NPUtils.cpp', | 143 'V8NPUtils.cpp', |
142 'V8NPUtils.h', | 144 'V8NPUtils.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'ScriptStreamerTest.cpp', | 189 'ScriptStreamerTest.cpp', |
188 'SerializedScriptValueTest.cpp', | 190 'SerializedScriptValueTest.cpp', |
189 'ToV8Test.cpp', | 191 'ToV8Test.cpp', |
190 'V8BindingForTesting.cpp', | 192 'V8BindingForTesting.cpp', |
191 'V8BindingForTesting.h', | 193 'V8BindingForTesting.h', |
192 'V8BindingTest.cpp', | 194 'V8BindingTest.cpp', |
193 'V8ScriptRunnerTest.cpp', | 195 'V8ScriptRunnerTest.cpp', |
194 ], | 196 ], |
195 }, | 197 }, |
196 } | 198 } |
OLD | NEW |