| 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 # FIXME: should move bindings_v8_files to bindings/core/v8 or | 7 # FIXME: should move bindings_v8_files to bindings/core/v8 or |
| 8 # bindings/modules/v8. | 8 # bindings/modules/v8. |
| 9 '../core/v8/custom/custom.gypi', | 9 '../core/v8/custom/custom.gypi', |
| 10 '../modules/v8/generated.gypi', | 10 '../modules/v8/generated.gypi', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'ScriptHeapSnapshot.cpp', | 71 'ScriptHeapSnapshot.cpp', |
| 72 'ScriptHeapSnapshot.h', | 72 'ScriptHeapSnapshot.h', |
| 73 'ScriptPreprocessor.cpp', | 73 'ScriptPreprocessor.cpp', |
| 74 'ScriptPreprocessor.h', | 74 'ScriptPreprocessor.h', |
| 75 'ScriptProfiler.cpp', | 75 'ScriptProfiler.cpp', |
| 76 'ScriptProfiler.h', | 76 'ScriptProfiler.h', |
| 77 'ScriptPromise.cpp', | 77 'ScriptPromise.cpp', |
| 78 'ScriptPromise.h', | 78 'ScriptPromise.h', |
| 79 'ScriptPromiseResolver.cpp', | 79 'ScriptPromiseResolver.cpp', |
| 80 'ScriptPromiseResolver.h', | 80 'ScriptPromiseResolver.h', |
| 81 'ScriptPromiseProperty.h', |
| 82 'ScriptPromisePropertyBase.cpp', |
| 83 'ScriptPromisePropertyBase.h', |
| 81 'ScriptRegexp.cpp', | 84 'ScriptRegexp.cpp', |
| 82 'ScriptRegexp.h', | 85 'ScriptRegexp.h', |
| 83 'ScriptSourceCode.h', | 86 'ScriptSourceCode.h', |
| 84 'ScriptState.cpp', | 87 'ScriptState.cpp', |
| 85 'ScriptState.h', | 88 'ScriptState.h', |
| 86 'ScriptString.cpp', | 89 'ScriptString.cpp', |
| 87 'ScriptString.h', | 90 'ScriptString.h', |
| 88 'ScriptValue.cpp', | 91 'ScriptValue.cpp', |
| 89 'ScriptValue.h', | 92 'ScriptValue.h', |
| 90 'ScriptWrappable.h', | 93 'ScriptWrappable.h', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'WorkerScriptDebugServer.cpp', | 156 'WorkerScriptDebugServer.cpp', |
| 154 'WorkerScriptDebugServer.h', | 157 'WorkerScriptDebugServer.h', |
| 155 'WrapperTypeInfo.h', | 158 'WrapperTypeInfo.h', |
| 156 'npruntime.cpp', | 159 'npruntime.cpp', |
| 157 'npruntime_impl.h', | 160 'npruntime_impl.h', |
| 158 'npruntime_priv.h', | 161 'npruntime_priv.h', |
| 159 ], | 162 ], |
| 160 'bindings_v8_unittest_files': [ | 163 'bindings_v8_unittest_files': [ |
| 161 'IDBBindingUtilitiesTest.cpp', | 164 'IDBBindingUtilitiesTest.cpp', |
| 162 'ScriptPromiseTest.cpp', | 165 'ScriptPromiseTest.cpp', |
| 166 'ScriptPromisePropertyTest.cpp', |
| 163 ], | 167 ], |
| 164 }, | 168 }, |
| 165 } | 169 } |
| OLD | NEW |