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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'ScriptString.h', | 96 'ScriptString.h', |
97 'ScriptValue.cpp', | 97 'ScriptValue.cpp', |
98 'ScriptValue.h', | 98 'ScriptValue.h', |
99 'ScriptValueSerializer.cpp', | 99 'ScriptValueSerializer.cpp', |
100 'ScriptValueSerializer.h', | 100 'ScriptValueSerializer.h', |
101 'ScriptWrappable.cpp', | 101 'ScriptWrappable.cpp', |
102 'ScriptWrappable.h', | 102 'ScriptWrappable.h', |
103 'SerializationTag.h', | 103 'SerializationTag.h', |
104 'SerializedScriptValue.cpp', | 104 'SerializedScriptValue.cpp', |
105 'SerializedScriptValue.h', | 105 'SerializedScriptValue.h', |
| 106 'SerializedScriptValueFactory.cpp', |
| 107 'SerializedScriptValueFactory.h', |
106 'SharedPersistent.h', | 108 'SharedPersistent.h', |
107 'V8AbstractEventListener.cpp', | 109 'V8AbstractEventListener.cpp', |
108 'V8AbstractEventListener.h', | 110 'V8AbstractEventListener.h', |
109 'V8Binding.cpp', | 111 'V8Binding.cpp', |
110 'V8Binding.h', | 112 'V8Binding.h', |
111 'V8BindingMacros.h', | 113 'V8BindingMacros.h', |
112 'V8CacheOptions.h', | 114 'V8CacheOptions.h', |
113 'V8CustomElementLifecycleCallbacks.cpp', | 115 'V8CustomElementLifecycleCallbacks.cpp', |
114 'V8CustomElementLifecycleCallbacks.h', | 116 'V8CustomElementLifecycleCallbacks.h', |
115 'V8DOMActivityLogger.cpp', | 117 'V8DOMActivityLogger.cpp', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'ScriptPromisePropertyTest.cpp', | 180 'ScriptPromisePropertyTest.cpp', |
179 'ScriptPromiseResolverTest.cpp', | 181 'ScriptPromiseResolverTest.cpp', |
180 'ScriptPromiseTest.cpp', | 182 'ScriptPromiseTest.cpp', |
181 'ScriptStreamerTest.cpp', | 183 'ScriptStreamerTest.cpp', |
182 'SerializedScriptValueTest.cpp', | 184 'SerializedScriptValueTest.cpp', |
183 'V8BindingTest.cpp', | 185 'V8BindingTest.cpp', |
184 'V8ScriptRunnerTest.cpp', | 186 'V8ScriptRunnerTest.cpp', |
185 ], | 187 ], |
186 }, | 188 }, |
187 } | 189 } |
OLD | NEW |