| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'ScriptState.h', | 87 'ScriptState.h', |
| 88 'ScriptStreamer.cpp', | 88 'ScriptStreamer.cpp', |
| 89 'ScriptStreamer.h', | 89 'ScriptStreamer.h', |
| 90 'ScriptStreamerThread.cpp', | 90 'ScriptStreamerThread.cpp', |
| 91 'ScriptStreamerThread.h', | 91 'ScriptStreamerThread.h', |
| 92 'ScriptStreamingMode.h', | 92 'ScriptStreamingMode.h', |
| 93 'ScriptString.cpp', | 93 'ScriptString.cpp', |
| 94 'ScriptString.h', | 94 'ScriptString.h', |
| 95 'ScriptValue.cpp', | 95 'ScriptValue.cpp', |
| 96 'ScriptValue.h', | 96 'ScriptValue.h', |
| 97 'ScriptValueSerializer.cpp', |
| 98 'ScriptValueSerializer.h', |
| 97 'ScriptWrappable.cpp', | 99 'ScriptWrappable.cpp', |
| 98 'ScriptWrappable.h', | 100 'ScriptWrappable.h', |
| 101 'SerializationTag.h', |
| 99 'SerializedScriptValue.cpp', | 102 'SerializedScriptValue.cpp', |
| 100 'SerializedScriptValue.h', | 103 'SerializedScriptValue.h', |
| 101 'SharedPersistent.h', | 104 'SharedPersistent.h', |
| 102 'V8AbstractEventListener.cpp', | 105 'V8AbstractEventListener.cpp', |
| 103 'V8AbstractEventListener.h', | 106 'V8AbstractEventListener.h', |
| 104 'V8Binding.cpp', | 107 'V8Binding.cpp', |
| 105 'V8Binding.h', | 108 'V8Binding.h', |
| 106 'V8BindingMacros.h', | 109 'V8BindingMacros.h', |
| 107 'V8CacheOptions.h', | 110 'V8CacheOptions.h', |
| 108 'V8CustomElementLifecycleCallbacks.cpp', | 111 'V8CustomElementLifecycleCallbacks.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'ScriptPromiseResolverTest.cpp', | 175 'ScriptPromiseResolverTest.cpp', |
| 173 'ScriptPromiseTest.cpp', | 176 'ScriptPromiseTest.cpp', |
| 174 'ScriptPromisePropertyTest.cpp', | 177 'ScriptPromisePropertyTest.cpp', |
| 175 'ScriptStreamerTest.cpp', | 178 'ScriptStreamerTest.cpp', |
| 176 'SerializedScriptValueTest.cpp', | 179 'SerializedScriptValueTest.cpp', |
| 177 'V8BindingTest.cpp', | 180 'V8BindingTest.cpp', |
| 178 'V8ScriptRunnerTest.cpp', | 181 'V8ScriptRunnerTest.cpp', |
| 179 ], | 182 ], |
| 180 }, | 183 }, |
| 181 } | 184 } |
| OLD | NEW |