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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'V8ErrorHandler.cpp', | 119 'V8ErrorHandler.cpp', |
120 'V8ErrorHandler.h', | 120 'V8ErrorHandler.h', |
121 'V8EventListener.cpp', | 121 'V8EventListener.cpp', |
122 'V8EventListener.h', | 122 'V8EventListener.h', |
123 'V8EventListenerList.cpp', | 123 'V8EventListenerList.cpp', |
124 'V8EventListenerList.h', | 124 'V8EventListenerList.h', |
125 'V8GCController.cpp', | 125 'V8GCController.cpp', |
126 'V8GCController.h', | 126 'V8GCController.h', |
127 'V8GCForContextDispose.cpp', | 127 'V8GCForContextDispose.cpp', |
128 'V8GCForContextDispose.h', | 128 'V8GCForContextDispose.h', |
| 129 'V8GCRoot.cpp', |
| 130 'V8GCRoot.h', |
129 'V8GlobalValueMap.h', | 131 'V8GlobalValueMap.h', |
130 'V8HiddenValue.cpp', | 132 'V8HiddenValue.cpp', |
131 'V8HiddenValue.h', | 133 'V8HiddenValue.h', |
132 'V8IdleTaskRunner.h', | 134 'V8IdleTaskRunner.h', |
133 'V8Initializer.cpp', | 135 'V8Initializer.cpp', |
134 'V8Initializer.h', | 136 'V8Initializer.h', |
135 'V8IntersectionObserverCallback.cpp', | 137 'V8IntersectionObserverCallback.cpp', |
136 'V8IntersectionObserverCallback.h', | 138 'V8IntersectionObserverCallback.h', |
137 'V8IteratorResultValue.cpp', | 139 'V8IteratorResultValue.cpp', |
138 'V8IteratorResultValue.h', | 140 'V8IteratorResultValue.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'ScriptStreamerTest.cpp', | 193 'ScriptStreamerTest.cpp', |
192 'SerializedScriptValueTest.cpp', | 194 'SerializedScriptValueTest.cpp', |
193 'ToV8Test.cpp', | 195 'ToV8Test.cpp', |
194 'V8BindingForTesting.cpp', | 196 'V8BindingForTesting.cpp', |
195 'V8BindingForTesting.h', | 197 'V8BindingForTesting.h', |
196 'V8BindingTest.cpp', | 198 'V8BindingTest.cpp', |
197 'V8ScriptRunnerTest.cpp', | 199 'V8ScriptRunnerTest.cpp', |
198 ], | 200 ], |
199 }, | 201 }, |
200 } | 202 } |
OLD | NEW |