| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'ScriptProfiler.cpp', | 64 'ScriptProfiler.cpp', |
| 65 'ScriptProfiler.h', | 65 'ScriptProfiler.h', |
| 66 'ScriptPromise.cpp', | 66 'ScriptPromise.cpp', |
| 67 'ScriptPromise.h', | 67 'ScriptPromise.h', |
| 68 'ScriptPromiseResolver.cpp', | 68 'ScriptPromiseResolver.cpp', |
| 69 'ScriptPromiseResolver.h', | 69 'ScriptPromiseResolver.h', |
| 70 'ScriptPromiseProperties.h', | 70 'ScriptPromiseProperties.h', |
| 71 'ScriptPromiseProperty.h', | 71 'ScriptPromiseProperty.h', |
| 72 'ScriptPromisePropertyBase.cpp', | 72 'ScriptPromisePropertyBase.cpp', |
| 73 'ScriptPromisePropertyBase.h', | 73 'ScriptPromisePropertyBase.h', |
| 74 'ScriptRegexp.cpp', | |
| 75 'ScriptRegexp.h', | |
| 76 'ScriptSourceCode.h', | 74 'ScriptSourceCode.h', |
| 77 'ScriptState.cpp', | 75 'ScriptState.cpp', |
| 78 'ScriptState.h', | 76 'ScriptState.h', |
| 79 'ScriptString.cpp', | 77 'ScriptString.cpp', |
| 80 'ScriptString.h', | 78 'ScriptString.h', |
| 81 'ScriptValue.cpp', | 79 'ScriptValue.cpp', |
| 82 'ScriptValue.h', | 80 'ScriptValue.h', |
| 83 'ScriptWrappable.cpp', | 81 'ScriptWrappable.cpp', |
| 84 'ScriptWrappable.h', | 82 'ScriptWrappable.h', |
| 85 'SerializedScriptValue.cpp', | 83 'SerializedScriptValue.cpp', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'V8ThrowException.cpp', | 127 'V8ThrowException.cpp', |
| 130 'V8ThrowException.h', | 128 'V8ThrowException.h', |
| 131 'V8ValueCache.cpp', | 129 'V8ValueCache.cpp', |
| 132 'V8ValueCache.h', | 130 'V8ValueCache.h', |
| 133 'WindowProxy.cpp', | 131 'WindowProxy.cpp', |
| 134 'WindowProxy.h', | 132 'WindowProxy.h', |
| 135 'WrapperTypeInfo.h', | 133 'WrapperTypeInfo.h', |
| 136 ], | 134 ], |
| 137 }, | 135 }, |
| 138 } | 136 } |
| OLD | NEW |