| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'ScriptPromisePropertyBase.h', | 85 'ScriptPromisePropertyBase.h', |
| 86 'ScriptRegexp.cpp', | 86 'ScriptRegexp.cpp', |
| 87 'ScriptRegexp.h', | 87 'ScriptRegexp.h', |
| 88 'ScriptSourceCode.h', | 88 'ScriptSourceCode.h', |
| 89 'ScriptState.cpp', | 89 'ScriptState.cpp', |
| 90 'ScriptState.h', | 90 'ScriptState.h', |
| 91 'ScriptString.cpp', | 91 'ScriptString.cpp', |
| 92 'ScriptString.h', | 92 'ScriptString.h', |
| 93 'ScriptValue.cpp', | 93 'ScriptValue.cpp', |
| 94 'ScriptValue.h', | 94 'ScriptValue.h', |
| 95 'ScriptWrappable.cpp', |
| 95 'ScriptWrappable.h', | 96 'ScriptWrappable.h', |
| 96 'SerializedScriptValue.cpp', | 97 'SerializedScriptValue.cpp', |
| 97 'SerializedScriptValue.h', | 98 'SerializedScriptValue.h', |
| 98 'SharedPersistent.h', | 99 'SharedPersistent.h', |
| 99 'V8AbstractEventListener.cpp', | 100 'V8AbstractEventListener.cpp', |
| 100 'V8AbstractEventListener.h', | 101 'V8AbstractEventListener.h', |
| 101 'V8Binding.cpp', | 102 'V8Binding.cpp', |
| 102 'V8Binding.h', | 103 'V8Binding.h', |
| 103 'V8BindingMacros.h', | 104 'V8BindingMacros.h', |
| 104 'V8CustomElementLifecycleCallbacks.cpp', | 105 'V8CustomElementLifecycleCallbacks.cpp', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'npruntime_priv.h', | 164 'npruntime_priv.h', |
| 164 ], | 165 ], |
| 165 'bindings_core_v8_unittest_files': [ | 166 'bindings_core_v8_unittest_files': [ |
| 166 'ScriptPromiseResolverTest.cpp', | 167 'ScriptPromiseResolverTest.cpp', |
| 167 'ScriptPromiseTest.cpp', | 168 'ScriptPromiseTest.cpp', |
| 168 'ScriptPromisePropertyTest.cpp', | 169 'ScriptPromisePropertyTest.cpp', |
| 169 'V8BindingTest.cpp', | 170 'V8BindingTest.cpp', |
| 170 ], | 171 ], |
| 171 }, | 172 }, |
| 172 } | 173 } |
| OLD | NEW |