| 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 13 matching lines...) Expand all Loading... |
| 24 'CustomElementConstructorBuilder.h', | 24 'CustomElementConstructorBuilder.h', |
| 25 'CustomElementWrapper.cpp', | 25 'CustomElementWrapper.cpp', |
| 26 'CustomElementWrapper.h', | 26 'CustomElementWrapper.h', |
| 27 'DOMDataStore.cpp', | 27 'DOMDataStore.cpp', |
| 28 'DOMDataStore.h', | 28 'DOMDataStore.h', |
| 29 'DOMWrapperMap.h', | 29 'DOMWrapperMap.h', |
| 30 'DOMWrapperWorld.cpp', | 30 'DOMWrapperWorld.cpp', |
| 31 'DOMWrapperWorld.h', | 31 'DOMWrapperWorld.h', |
| 32 'Dictionary.cpp', | 32 'Dictionary.cpp', |
| 33 'Dictionary.h', | 33 'Dictionary.h', |
| 34 'EvaluateExceptionDetailsFactory.cpp', |
| 35 'EvaluateExceptionDetailsFactory.h', |
| 34 'ExceptionMessages.cpp', | 36 'ExceptionMessages.cpp', |
| 35 'ExceptionMessages.h', | 37 'ExceptionMessages.h', |
| 36 'ExceptionState.cpp', | 38 'ExceptionState.cpp', |
| 37 'ExceptionState.h', | 39 'ExceptionState.h', |
| 38 'ExceptionStatePlaceholder.cpp', | 40 'ExceptionStatePlaceholder.cpp', |
| 39 'ExceptionStatePlaceholder.h', | 41 'ExceptionStatePlaceholder.h', |
| 40 'NPV8Object.cpp', | 42 'NPV8Object.cpp', |
| 41 'NPV8Object.h', | 43 'NPV8Object.h', |
| 42 'Nullable.h', | 44 'Nullable.h', |
| 43 'PageScriptDebugServer.cpp', | 45 'PageScriptDebugServer.cpp', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'WrapperTypeInfo.h', | 153 'WrapperTypeInfo.h', |
| 152 'npruntime.cpp', | 154 'npruntime.cpp', |
| 153 'npruntime_impl.h', | 155 'npruntime_impl.h', |
| 154 'npruntime_priv.h', | 156 'npruntime_priv.h', |
| 155 ], | 157 ], |
| 156 'bindings_core_v8_unittest_files': [ | 158 'bindings_core_v8_unittest_files': [ |
| 157 'ScriptPromiseTest.cpp', | 159 'ScriptPromiseTest.cpp', |
| 158 ], | 160 ], |
| 159 }, | 161 }, |
| 160 } | 162 } |
| OLD | NEW |