| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'V8ScriptRunner.h', | 122 'V8ScriptRunner.h', |
| 123 'V8StringResource.cpp', | 123 'V8StringResource.cpp', |
| 124 'V8StringResource.h', | 124 'V8StringResource.h', |
| 125 'V8ThrowException.cpp', | 125 'V8ThrowException.cpp', |
| 126 'V8ThrowException.h', | 126 'V8ThrowException.h', |
| 127 'V8ValueCache.cpp', | 127 'V8ValueCache.cpp', |
| 128 'V8ValueCache.h', | 128 'V8ValueCache.h', |
| 129 'WindowProxy.cpp', | 129 'WindowProxy.cpp', |
| 130 'WindowProxy.h', | 130 'WindowProxy.h', |
| 131 'WrapperTypeInfo.h', | 131 'WrapperTypeInfo.h', |
| 132 'PageScriptDebugServer.h', | |
| 133 'PageScriptDebugServer.cpp', | |
| 134 ], | 132 ], |
| 135 }, | 133 }, |
| 136 } | 134 } |
| OLD | NEW |