| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'ScriptPromisePropertyBase.h', | 83 'ScriptPromisePropertyBase.h', |
| 84 'ScriptRegexp.cpp', | 84 'ScriptRegexp.cpp', |
| 85 'ScriptRegexp.h', | 85 'ScriptRegexp.h', |
| 86 'ScriptSourceCode.h', | 86 'ScriptSourceCode.h', |
| 87 'ScriptState.cpp', | 87 'ScriptState.cpp', |
| 88 'ScriptState.h', | 88 'ScriptState.h', |
| 89 'ScriptStreamer.cpp', | 89 'ScriptStreamer.cpp', |
| 90 'ScriptStreamer.h', | 90 'ScriptStreamer.h', |
| 91 'ScriptStreamerThread.cpp', | 91 'ScriptStreamerThread.cpp', |
| 92 'ScriptStreamerThread.h', | 92 'ScriptStreamerThread.h', |
| 93 'ScriptStreamingMode.h', | |
| 94 'ScriptString.cpp', | 93 'ScriptString.cpp', |
| 95 'ScriptString.h', | 94 'ScriptString.h', |
| 96 'ScriptValue.cpp', | 95 'ScriptValue.cpp', |
| 97 'ScriptValue.h', | 96 'ScriptValue.h', |
| 98 'ScriptWrappable.cpp', | 97 'ScriptWrappable.cpp', |
| 99 'ScriptWrappable.h', | 98 'ScriptWrappable.h', |
| 100 'SerializedScriptValue.cpp', | 99 'SerializedScriptValue.cpp', |
| 101 'SerializedScriptValue.h', | 100 'SerializedScriptValue.h', |
| 102 'SharedPersistent.h', | 101 'SharedPersistent.h', |
| 103 'V8AbstractEventListener.cpp', | 102 'V8AbstractEventListener.cpp', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'ScriptPromiseResolverTest.cpp', | 172 'ScriptPromiseResolverTest.cpp', |
| 174 'ScriptPromiseTest.cpp', | 173 'ScriptPromiseTest.cpp', |
| 175 'ScriptPromisePropertyTest.cpp', | 174 'ScriptPromisePropertyTest.cpp', |
| 176 'ScriptStreamerTest.cpp', | 175 'ScriptStreamerTest.cpp', |
| 177 'SerializedScriptValueTest.cpp', | 176 'SerializedScriptValueTest.cpp', |
| 178 'V8BindingTest.cpp', | 177 'V8BindingTest.cpp', |
| 179 'V8ScriptRunnerTest.cpp', | 178 'V8ScriptRunnerTest.cpp', |
| 180 ], | 179 ], |
| 181 }, | 180 }, |
| 182 } | 181 } |
| OLD | NEW |