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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'ScriptHeapSnapshot.cpp', | 67 'ScriptHeapSnapshot.cpp', |
68 'ScriptHeapSnapshot.h', | 68 'ScriptHeapSnapshot.h', |
69 'ScriptPreprocessor.cpp', | 69 'ScriptPreprocessor.cpp', |
70 'ScriptPreprocessor.h', | 70 'ScriptPreprocessor.h', |
71 'ScriptProfiler.cpp', | 71 'ScriptProfiler.cpp', |
72 'ScriptProfiler.h', | 72 'ScriptProfiler.h', |
73 'ScriptPromise.cpp', | 73 'ScriptPromise.cpp', |
74 'ScriptPromise.h', | 74 'ScriptPromise.h', |
75 'ScriptPromiseResolver.cpp', | 75 'ScriptPromiseResolver.cpp', |
76 'ScriptPromiseResolver.h', | 76 'ScriptPromiseResolver.h', |
| 77 'ScriptPromiseProperty.h', |
| 78 'ScriptPromisePropertyBase.cpp', |
| 79 'ScriptPromisePropertyBase.h', |
77 'ScriptRegexp.cpp', | 80 'ScriptRegexp.cpp', |
78 'ScriptRegexp.h', | 81 'ScriptRegexp.h', |
79 'ScriptSourceCode.h', | 82 'ScriptSourceCode.h', |
80 'ScriptState.cpp', | 83 'ScriptState.cpp', |
81 'ScriptState.h', | 84 'ScriptState.h', |
82 'ScriptString.cpp', | 85 'ScriptString.cpp', |
83 'ScriptString.h', | 86 'ScriptString.h', |
84 'ScriptValue.cpp', | 87 'ScriptValue.cpp', |
85 'ScriptValue.h', | 88 'ScriptValue.h', |
86 'ScriptWrappable.h', | 89 'ScriptWrappable.h', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'WorkerScriptController.h', | 151 'WorkerScriptController.h', |
149 'WorkerScriptDebugServer.cpp', | 152 'WorkerScriptDebugServer.cpp', |
150 'WorkerScriptDebugServer.h', | 153 'WorkerScriptDebugServer.h', |
151 'WrapperTypeInfo.h', | 154 'WrapperTypeInfo.h', |
152 'npruntime.cpp', | 155 'npruntime.cpp', |
153 'npruntime_impl.h', | 156 'npruntime_impl.h', |
154 'npruntime_priv.h', | 157 'npruntime_priv.h', |
155 ], | 158 ], |
156 'bindings_core_v8_unittest_files': [ | 159 'bindings_core_v8_unittest_files': [ |
157 'ScriptPromiseTest.cpp', | 160 'ScriptPromiseTest.cpp', |
| 161 'ScriptPromisePropertyTest.cpp', |
158 ], | 162 ], |
159 }, | 163 }, |
160 } | 164 } |
OLD | NEW |