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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'ScriptState.cpp', | 87 'ScriptState.cpp', |
88 'ScriptState.h', | 88 'ScriptState.h', |
89 'ScriptStreamer.cpp', | 89 'ScriptStreamer.cpp', |
90 'ScriptStreamer.h', | 90 'ScriptStreamer.h', |
91 'ScriptStreamerThread.cpp', | 91 'ScriptStreamerThread.cpp', |
92 'ScriptStreamerThread.h', | 92 'ScriptStreamerThread.h', |
93 'ScriptString.cpp', | 93 'ScriptString.cpp', |
94 'ScriptString.h', | 94 'ScriptString.h', |
95 'ScriptValue.cpp', | 95 'ScriptValue.cpp', |
96 'ScriptValue.h', | 96 'ScriptValue.h', |
| 97 'ScriptValueTraits.h', |
97 'ScriptWrappable.cpp', | 98 'ScriptWrappable.cpp', |
98 'ScriptWrappable.h', | 99 'ScriptWrappable.h', |
99 'SerializedScriptValue.cpp', | 100 'SerializedScriptValue.cpp', |
100 'SerializedScriptValue.h', | 101 'SerializedScriptValue.h', |
101 'SharedPersistent.h', | 102 'SharedPersistent.h', |
102 'V8AbstractEventListener.cpp', | 103 'V8AbstractEventListener.cpp', |
103 'V8AbstractEventListener.h', | 104 'V8AbstractEventListener.h', |
104 'V8Binding.cpp', | 105 'V8Binding.cpp', |
105 'V8Binding.h', | 106 'V8Binding.h', |
106 'V8BindingMacros.h', | 107 'V8BindingMacros.h', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'ScriptPromiseResolverTest.cpp', | 168 'ScriptPromiseResolverTest.cpp', |
168 'ScriptPromiseTest.cpp', | 169 'ScriptPromiseTest.cpp', |
169 'ScriptPromisePropertyTest.cpp', | 170 'ScriptPromisePropertyTest.cpp', |
170 'ScriptStreamerTest.cpp', | 171 'ScriptStreamerTest.cpp', |
171 'SerializedScriptValueTest.cpp', | 172 'SerializedScriptValueTest.cpp', |
172 'V8BindingTest.cpp', | 173 'V8BindingTest.cpp', |
173 'V8ScriptRunnerTest.cpp', | 174 'V8ScriptRunnerTest.cpp', |
174 ], | 175 ], |
175 }, | 176 }, |
176 } | 177 } |
OLD | NEW |