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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'ModuleProxy.cpp', | 42 'ModuleProxy.cpp', |
43 'ModuleProxy.h', | 43 'ModuleProxy.h', |
44 'NPV8Object.cpp', | 44 'NPV8Object.cpp', |
45 'NPV8Object.h', | 45 'NPV8Object.h', |
46 'Nullable.h', | 46 'Nullable.h', |
47 'PageScriptDebugServer.cpp', | 47 'PageScriptDebugServer.cpp', |
48 'PageScriptDebugServer.h', | 48 'PageScriptDebugServer.h', |
49 'PostMessage.h', | 49 'PostMessage.h', |
50 'PrivateScriptRunner.cpp', | 50 'PrivateScriptRunner.cpp', |
51 'PrivateScriptRunner.h', | 51 'PrivateScriptRunner.h', |
| 52 'PropertyBag.cpp', |
| 53 'PropertyBag.h', |
52 'RetainedDOMInfo.cpp', | 54 'RetainedDOMInfo.cpp', |
53 'RetainedDOMInfo.h', | 55 'RetainedDOMInfo.h', |
54 'RetainedObjectInfo.h', | 56 'RetainedObjectInfo.h', |
55 'ScheduledAction.cpp', | 57 'ScheduledAction.cpp', |
56 'ScheduledAction.h', | 58 'ScheduledAction.h', |
57 'ScopedPersistent.h', | 59 'ScopedPersistent.h', |
58 'ScriptCallStackFactory.cpp', | 60 'ScriptCallStackFactory.cpp', |
59 'ScriptCallStackFactory.h', | 61 'ScriptCallStackFactory.h', |
60 'ScriptController.cpp', | 62 'ScriptController.cpp', |
61 'ScriptController.h', | 63 'ScriptController.h', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 ], | 167 ], |
166 'bindings_core_v8_unittest_files': [ | 168 'bindings_core_v8_unittest_files': [ |
167 'ScriptPromiseResolverTest.cpp', | 169 'ScriptPromiseResolverTest.cpp', |
168 'ScriptPromiseTest.cpp', | 170 'ScriptPromiseTest.cpp', |
169 'ScriptPromisePropertyTest.cpp', | 171 'ScriptPromisePropertyTest.cpp', |
170 'SerializedScriptValueTest.cpp', | 172 'SerializedScriptValueTest.cpp', |
171 'V8BindingTest.cpp', | 173 'V8BindingTest.cpp', |
172 ], | 174 ], |
173 }, | 175 }, |
174 } | 176 } |
OLD | NEW |