| 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 'ScriptRegexp.cpp', | 87 'ScriptRegexp.cpp', |
| 88 'ScriptRegexp.h', | 88 'ScriptRegexp.h', |
| 89 'ScriptSourceCode.cpp', | 89 'ScriptSourceCode.cpp', |
| 90 'ScriptSourceCode.h', | 90 'ScriptSourceCode.h', |
| 91 'ScriptState.cpp', | 91 'ScriptState.cpp', |
| 92 'ScriptState.h', | 92 'ScriptState.h', |
| 93 'ScriptStreamer.cpp', | 93 'ScriptStreamer.cpp', |
| 94 'ScriptStreamer.h', | 94 'ScriptStreamer.h', |
| 95 'ScriptStreamerThread.cpp', | 95 'ScriptStreamerThread.cpp', |
| 96 'ScriptStreamerThread.h', | 96 'ScriptStreamerThread.h', |
| 97 'ScriptStreamingMode.h', | |
| 98 'ScriptString.cpp', | 97 'ScriptString.cpp', |
| 99 'ScriptString.h', | 98 'ScriptString.h', |
| 100 'ScriptValue.cpp', | 99 'ScriptValue.cpp', |
| 101 'ScriptValue.h', | 100 'ScriptValue.h', |
| 102 'ScriptValueSerializer.cpp', | 101 'ScriptValueSerializer.cpp', |
| 103 'ScriptValueSerializer.h', | 102 'ScriptValueSerializer.h', |
| 104 'ScriptWrappable.cpp', | 103 'ScriptWrappable.cpp', |
| 105 'ScriptWrappable.h', | 104 'ScriptWrappable.h', |
| 106 'SerializationTag.h', | 105 'SerializationTag.h', |
| 107 'SerializedScriptValue.cpp', | 106 'SerializedScriptValue.cpp', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'ScriptPromiseResolverTest.cpp', | 192 'ScriptPromiseResolverTest.cpp', |
| 194 'ScriptPromiseTest.cpp', | 193 'ScriptPromiseTest.cpp', |
| 195 'ScriptStreamerTest.cpp', | 194 'ScriptStreamerTest.cpp', |
| 196 'SerializedScriptValueTest.cpp', | 195 'SerializedScriptValueTest.cpp', |
| 197 'ToV8Test.cpp', | 196 'ToV8Test.cpp', |
| 198 'V8BindingTest.cpp', | 197 'V8BindingTest.cpp', |
| 199 'V8ScriptRunnerTest.cpp', | 198 'V8ScriptRunnerTest.cpp', |
| 200 ], | 199 ], |
| 201 }, | 200 }, |
| 202 } | 201 } |
| OLD | NEW |