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 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'bindings_core_v8_dir': '.', | 10 'bindings_core_v8_dir': '.', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'ScriptPromise.cpp', | 62 'ScriptPromise.cpp', |
63 'ScriptPromise.h', | 63 'ScriptPromise.h', |
64 'ScriptDebugServer.cpp', | 64 'ScriptDebugServer.cpp', |
65 'ScriptDebugServer.h', | 65 'ScriptDebugServer.h', |
66 'ScriptPromiseResolver.cpp', | 66 'ScriptPromiseResolver.cpp', |
67 'ScriptPromiseResolver.h', | 67 'ScriptPromiseResolver.h', |
68 'ScriptPromiseProperties.h', | 68 'ScriptPromiseProperties.h', |
69 'ScriptPromiseProperty.h', | 69 'ScriptPromiseProperty.h', |
70 'ScriptPromisePropertyBase.cpp', | 70 'ScriptPromisePropertyBase.cpp', |
71 'ScriptPromisePropertyBase.h', | 71 'ScriptPromisePropertyBase.h', |
| 72 'ScriptRegexp.cpp', |
| 73 'ScriptRegexp.h', |
72 'ScriptSourceCode.h', | 74 'ScriptSourceCode.h', |
73 'ScriptState.cpp', | 75 'ScriptState.cpp', |
74 'ScriptState.h', | 76 'ScriptState.h', |
75 'ScriptString.cpp', | 77 'ScriptString.cpp', |
76 'ScriptString.h', | 78 'ScriptString.h', |
77 'ScriptValue.cpp', | 79 'ScriptValue.cpp', |
78 'ScriptValue.h', | 80 'ScriptValue.h', |
79 'ScriptWrappable.cpp', | 81 'ScriptWrappable.cpp', |
80 'ScriptWrappable.h', | 82 'ScriptWrappable.h', |
81 'SerializedScriptValue.cpp', | 83 'SerializedScriptValue.cpp', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'V8ScriptRunner.h', | 122 'V8ScriptRunner.h', |
121 'V8StringResource.cpp', | 123 'V8StringResource.cpp', |
122 'V8StringResource.h', | 124 'V8StringResource.h', |
123 'V8ThrowException.cpp', | 125 'V8ThrowException.cpp', |
124 'V8ThrowException.h', | 126 'V8ThrowException.h', |
125 'V8ValueCache.cpp', | 127 'V8ValueCache.cpp', |
126 'V8ValueCache.h', | 128 'V8ValueCache.h', |
127 'WindowProxy.cpp', | 129 'WindowProxy.cpp', |
128 'WindowProxy.h', | 130 'WindowProxy.h', |
129 'WrapperTypeInfo.h', | 131 'WrapperTypeInfo.h', |
| 132 'PageScriptDebugServer.h', |
| 133 'PageScriptDebugServer.cpp', |
130 ], | 134 ], |
131 }, | 135 }, |
132 } | 136 } |
OLD | NEW |