| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'ScriptGCEvent.cpp', | 54 'ScriptGCEvent.cpp', |
| 55 'ScriptGCEvent.h', | 55 'ScriptGCEvent.h', |
| 56 'ScriptHeapSnapshot.cpp', | 56 'ScriptHeapSnapshot.cpp', |
| 57 'ScriptHeapSnapshot.h', | 57 'ScriptHeapSnapshot.h', |
| 58 'ScriptPreprocessor.cpp', | 58 'ScriptPreprocessor.cpp', |
| 59 'ScriptPreprocessor.h', | 59 'ScriptPreprocessor.h', |
| 60 'ScriptProfiler.cpp', | 60 'ScriptProfiler.cpp', |
| 61 'ScriptProfiler.h', | 61 'ScriptProfiler.h', |
| 62 'ScriptPromise.cpp', | 62 'ScriptPromise.cpp', |
| 63 'ScriptPromise.h', | 63 'ScriptPromise.h', |
| 64 'ScriptDebugServer.cpp', |
| 65 'ScriptDebugServer.h', |
| 64 'ScriptPromiseResolver.cpp', | 66 'ScriptPromiseResolver.cpp', |
| 65 'ScriptPromiseResolver.h', | 67 'ScriptPromiseResolver.h', |
| 66 'ScriptPromiseProperties.h', | 68 'ScriptPromiseProperties.h', |
| 67 'ScriptPromiseProperty.h', | 69 'ScriptPromiseProperty.h', |
| 68 'ScriptPromisePropertyBase.cpp', | 70 'ScriptPromisePropertyBase.cpp', |
| 69 'ScriptPromisePropertyBase.h', | 71 'ScriptPromisePropertyBase.h', |
| 70 'ScriptSourceCode.h', | 72 'ScriptSourceCode.h', |
| 71 'ScriptState.cpp', | 73 'ScriptState.cpp', |
| 72 'ScriptState.h', | 74 'ScriptState.h', |
| 73 'ScriptString.cpp', | 75 'ScriptString.cpp', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'V8ThrowException.cpp', | 123 'V8ThrowException.cpp', |
| 122 'V8ThrowException.h', | 124 'V8ThrowException.h', |
| 123 'V8ValueCache.cpp', | 125 'V8ValueCache.cpp', |
| 124 'V8ValueCache.h', | 126 'V8ValueCache.h', |
| 125 'WindowProxy.cpp', | 127 'WindowProxy.cpp', |
| 126 'WindowProxy.h', | 128 'WindowProxy.h', |
| 127 'WrapperTypeInfo.h', | 129 'WrapperTypeInfo.h', |
| 128 ], | 130 ], |
| 129 }, | 131 }, |
| 130 } | 132 } |
| OLD | NEW |