| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'ScriptString.h', | 94 'ScriptString.h', |
| 95 'ScriptValue.cpp', | 95 'ScriptValue.cpp', |
| 96 'ScriptValue.h', | 96 'ScriptValue.h', |
| 97 'ScriptValueSerializer.cpp', | 97 'ScriptValueSerializer.cpp', |
| 98 'ScriptValueSerializer.h', | 98 'ScriptValueSerializer.h', |
| 99 'ScriptWrappable.cpp', | 99 'ScriptWrappable.cpp', |
| 100 'ScriptWrappable.h', | 100 'ScriptWrappable.h', |
| 101 'SerializationTag.h', | 101 'SerializationTag.h', |
| 102 'SerializedScriptValue.cpp', | 102 'SerializedScriptValue.cpp', |
| 103 'SerializedScriptValue.h', | 103 'SerializedScriptValue.h', |
| 104 'SerializedScriptValueFactory.cpp', |
| 105 'SerializedScriptValueFactory.h', |
| 104 'SharedPersistent.h', | 106 'SharedPersistent.h', |
| 105 'V8AbstractEventListener.cpp', | 107 'V8AbstractEventListener.cpp', |
| 106 'V8AbstractEventListener.h', | 108 'V8AbstractEventListener.h', |
| 107 'V8Binding.cpp', | 109 'V8Binding.cpp', |
| 108 'V8Binding.h', | 110 'V8Binding.h', |
| 109 'V8BindingMacros.h', | 111 'V8BindingMacros.h', |
| 110 'V8CacheOptions.h', | 112 'V8CacheOptions.h', |
| 111 'V8CustomElementLifecycleCallbacks.cpp', | 113 'V8CustomElementLifecycleCallbacks.cpp', |
| 112 'V8CustomElementLifecycleCallbacks.h', | 114 'V8CustomElementLifecycleCallbacks.h', |
| 113 'V8DOMActivityLogger.cpp', | 115 'V8DOMActivityLogger.cpp', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'ScriptPromiseResolverTest.cpp', | 177 'ScriptPromiseResolverTest.cpp', |
| 176 'ScriptPromiseTest.cpp', | 178 'ScriptPromiseTest.cpp', |
| 177 'ScriptPromisePropertyTest.cpp', | 179 'ScriptPromisePropertyTest.cpp', |
| 178 'ScriptStreamerTest.cpp', | 180 'ScriptStreamerTest.cpp', |
| 179 'SerializedScriptValueTest.cpp', | 181 'SerializedScriptValueTest.cpp', |
| 180 'V8BindingTest.cpp', | 182 'V8BindingTest.cpp', |
| 181 'V8ScriptRunnerTest.cpp', | 183 'V8ScriptRunnerTest.cpp', |
| 182 ], | 184 ], |
| 183 }, | 185 }, |
| 184 } | 186 } |
| OLD | NEW |